Module:Infobox MOS: Difference between revisions
mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 423: | Line 423: | ||
local other_names = args["othernames"] or nil | local other_names = args["othernames"] or nil | ||
local debug_mode = yesno(args["debug"], false) | local debug_mode = yesno(args["debug"], false) | ||
local wtext = yesno(frame.args["debug"] or args["debug"]) | |||
local result = p._infobox_mos(input_mos) | local result = p._infobox_mos(input_mos) | ||
if not debug_mode then | if not debug_mode then | ||
result = result .. p.categorize(input_mos) | result = result .. p.categorize(input_mos) | ||
end | |||
if wtext then | |||
result = "<syntaxhighlight lang=\"wikitext\">" .. result .. "</syntaxhighlight>" | |||
end | end | ||