Module:Navbox/configuration: Difference between revisions
remove titlegroup |
Richardpruen (talk | contribs) m 1 revision imported: template update |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } | name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } | ||
}, | }, | ||
hlist_templatestyles = 'Hlist/styles.css', | |||
plainlist_templatestyles = 'Plainlist/styles.css', | |||
-- do not localize marker table | -- do not localize marker table | ||
marker = { | marker = { | ||
Line 31: | Line 33: | ||
state_off = 'off', | state_off = 'off', | ||
state_plain = 'plain', | state_plain = 'plain', | ||
subgroups = {'subgroup', 'child', ''}, | |||
subpage_doc = 'doc', | subpage_doc = 'doc', | ||
subpage_sandbox = 'sandbox', | subpage_sandbox = 'sandbox', | ||
Line 61: | Line 64: | ||
pattern = { | pattern = { | ||
listnum = '^list(%d+)$', | listnum = '^list(%d+)$', | ||
class = 'class', | |||
sandbox = '/sandbox$', | sandbox = '/sandbox$', | ||
navbox = 'Template:Navbox', | navbox = 'Template:Navbox', | ||
Line 67: | Line 71: | ||
navbox_title = '<th[^>]*"navbox%-title"', | navbox_title = '<th[^>]*"navbox%-title"', | ||
hlist = 'hlist', | hlist = 'hlist', | ||
plainlist = 'plainlist' | plainlist = 'plainlist', | ||
}, | }, | ||
arg = { | arg = { | ||
Line 94: | Line 98: | ||
imageleft = 'imageleft', | imageleft = 'imageleft', | ||
imageleftstyle = 'imageleftstyle', | imageleftstyle = 'imageleftstyle', | ||
imagestyle = 'imagestyle', | |||
list_and_num = 'list%d', | list_and_num = 'list%d', | ||
listclass_and_num = 'list%dclass', | listclass_and_num = 'list%dclass', |