Module:Infobox Profession: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
ToofleBerry (talk | contribs) (Added episode.) |
||
Line 9: | Line 9: | ||
local config = { |
local config = { |
||
infobox_name = 'Profession', |
infobox_name = 'Profession', |
||
class = {Infobox.smw_param('episode')}, |
|||
} |
} |
||
Line 16: | Line 17: | ||
parse.release, |
parse.release, |
||
parse.premium, |
parse.premium, |
||
parse.episode, |
|||
} |
} |
||
Line 29: | Line 31: | ||
{tag='th', content='Release', colspan="6"}, |
{tag='th', content='Release', colspan="6"}, |
||
{tag='td', content=Infobox.param('release'), colspan="14"}, |
{tag='td', content=Infobox.param('release'), colspan="14"}, |
||
} |
|||
:add_row{ |
|||
{tag='th', content='[[Episode]]', colspan="6"}, |
|||
{tag='td', content=Infobox.param('episode'), colspan="14"}, |
|||
} |
} |
||
:add_row{ |
:add_row{ |