2,875
edits
m (Pass explanation to wiki and strip <nowiki> tags. This allows wiki markup to be pasted into the template.) |
m (Actually use the frame arg this time...) |
||
Line 237: | Line 237: | ||
local pOutputs = parseItemInOut(args, 'output') | local pOutputs = parseItemInOut(args, 'output') | ||
local dlcIcons = p.getDLCIcons(args['dlc'], ' ') | local dlcIcons = p.getDLCIcons(args['dlc'], ' ') | ||
local explanation = mw.text.unstripNoWiki(args['explanation'] or '') | |||
local tbl = mw.html.create() | local tbl = mw.html.create() | ||
Line 339: | Line 340: | ||
return tbl:done() | return tbl:done() | ||
:newline() | :newline() | ||
:wikitext | :wikitext(explanation) | ||
end | end | ||
edits