Module:MoneyMakingGuide: Difference between revisions

m
Actually use the frame arg this time...
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(mw.text.unstripNoWiki(explanation))
:wikitext(explanation)
end
end


918

edits