Module:Profession info: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
Line 40:
:done()
:done()
if args.tool ~= nil then
out
:tag('tr')
:tag('th')
:wikitext('Required tool')
:done()
:tag('td')
:wikitext(args.tool)
:done()
:done()
end
if args.input ~= nil then
out
:tag('tr')
:tag('th')
:wikitext('Required input')
:done()
:tag('td')
:wikitext(args.input)
:done()
:done()
end
return out
|