Module:Navbox/configuration: Difference between revisions
imported>Fire Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = { orphan = 'Category:Navbox orphans', horizontal_lists = 'Navigational boxes without horizon..." |
No edit summary |
||
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 61: | Line 63: | ||
pattern = { | pattern = { | ||
listnum = '^list(%d+)$', | listnum = '^list(%d+)$', | ||
class = 'class', | |||
sandbox = '/sandbox$', | sandbox = '/sandbox$', | ||
navbox = 'Template:Navbox', | navbox = 'Template:Navbox', | ||
Line 67: | Line 70: | ||
navbox_title = '<th[^>]*"navbox%-title"', | navbox_title = '<th[^>]*"navbox%-title"', | ||
hlist = 'hlist', | hlist = 'hlist', | ||
plainlist = 'plainlist' | plainlist = 'plainlist', | ||
}, | }, | ||
arg = { | arg = { |