Editing Module:Infobox
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 28: | Line 28: | ||
max_buttons = 6, -- If there are more buttons than the max, the buttons will become a dropdown menu |
max_buttons = 6, -- If there are more buttons than the max, the buttons will become a dropdown menu |
||
default_version = 1, -- default version to populate the infobox |
default_version = 1, -- default version to populate the infobox |
||
versions = |
versions = 0, -- number of versions |
||
version_names = {}, -- title of each version (for selection and SMW) |
version_names = {}, -- title of each version (for selection and SMW) |
||
rtable = nil, -- infobox table to return at the end |
rtable = nil, -- infobox table to return at the end |