Editing Module:Infobox Episode
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 9: | Line 9: | ||
local config = { |
local config = { |
||
infobox_name = 'Episode', |
infobox_name = 'Episode', |
||
class = {Infobox.param('name')}, |
|||
} |
} |
||
Line 16: | Line 15: | ||
parse.image, |
parse.image, |
||
parse.release, |
parse.release, |
||
parse.premium, |
|||
-- Premium manually defined in episode infoboxes |
|||
{name = 'premium', func = parse.yes_no, smw_property = 'Premium', smw_func = parse.yes_no_smw, category_incomplete = 'Needs premium status'} |
|||
} |
} |
||