Module:MOS genchain: Difference between revisions
Do not move TODOs out of the comments! |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| 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) | ||
-- Debugger option | |||
if debugg == true then | |||
result = "<syntaxhighlight lang=\"wikitext\">" .. result .. "</syntaxhighlight>" | |||
end | |||
return frame:preprocess(result) | |||
end | end | ||
return p | return p | ||