Module:Navbox/configuration: Difference between revisions
From Test Wiki
Content deleted Content added
here for a minute |
put this back |
||
| Line 2: | Line 2: | ||
aria_label = 'Navbox', |
aria_label = 'Navbox', |
||
nowrap_item = '%s<span class="nowrap">%s</span>', |
nowrap_item = '%s<span class="nowrap">%s</span>', |
||
-- do not localize marker table |
|||
marker = { |
|||
oddeven = '\127_ODDEVEN_\127', |
|||
restart = '\127_ODDEVEN0_\127', |
|||
regex = '\127_ODDEVEN(%d?)_\127' |
|||
}, |
|||
category = { |
category = { |
||
orphan = '[[Category:Navbox orphans]]', |
orphan = '[[Category:Navbox orphans]]', |
||
| Line 50: | Line 56: | ||
['plainlist'] = true, |
['plainlist'] = true, |
||
['hlist'] = true, |
['hlist'] = true, |
||
['hlist hnum'] = true, |
|||
['hlist hwrap'] = true, |
|||
['hlist vcard'] = true, |
['hlist vcard'] = true, |
||
['vcard hlist'] = true, |
['vcard hlist'] = true, |
||
| Line 77: | Line 81: | ||
belowclass = 'belowclass', |
belowclass = 'belowclass', |
||
belowstyle = 'belowstyle', |
belowstyle = 'belowstyle', |
||
class_part = 'class', |
|||
evenodd = 'evenodd', |
evenodd = 'evenodd', |
||
evenstyle = 'evenstyle', |
evenstyle = 'evenstyle', |
||
| ⚫ | |||
group1 = 'group1', |
group1 = 'group1', |
||
group2 = 'group2', |
group2 = 'group2', |
||
| ⚫ | |||
groupstyle_and_num = 'group%dstyle', |
|||
groupclass = 'groupclass', |
groupclass = 'groupclass', |
||
groupstyle = 'groupstyle', |
groupstyle = 'groupstyle', |
||
| Line 92: | Line 96: | ||
imageleftstyle = 'imageleftstyle', |
imageleftstyle = 'imageleftstyle', |
||
imagesetyle = 'imagestyle', |
imagesetyle = 'imagestyle', |
||
list_and_num = 'list%d', |
|||
listclass_and_num = 'list%dclass', |
|||
liststyle_and_num = 'list%dstyle', |
|||
list1padding = 'list1padding', |
list1padding = 'list1padding', |
||
listclass = 'listclass', |
listclass = 'listclass', |
||
| Line 106: | Line 112: | ||
state = 'state', |
state = 'state', |
||
style = 'style', |
style = 'style', |
||
style_part = 'style', |
|||
title = 'title', |
title = 'title', |
||
titleclass = 'titleclass', |
titleclass = 'titleclass', |
||