Module:MOS genchain: Difference between revisions
Do not move TODOs out of the comments! |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 125: | Line 125: | ||
mos_abbrev = tamnams.verify_abbrev(input_mos, mos_abbrev) | mos_abbrev = tamnams.verify_abbrev(input_mos, mos_abbrev) | ||
local | local result = p._mos_genchain(input_mos, mos_prefix, mos_abbrev, collapsed) | ||
return frame:preprocess(debugg == true and "< | return frame:preprocess(debugg == true and "<syntaxhighlight lang=\"wikitext\">" .. result .. "</syntaxhighlight>" or result) | ||
end | end | ||
return p | return p | ||