Template:Navbox: Difference between revisions
From FSDeveloper Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
| (72 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
< | <!-- | ||
Please do not edit without discussion first as this is a VERY complex template. | |||
N.B. | |||
This template is correct and fully working. | |||
Code herein is per wikipedia. | |||
No changes required. | |||
- | EDITs - | ||
Control of all fixed background colours is now relocated to calling file. | |||
-->{{ | -->{{Navbox/core | ||
|name = {{{name<noinclude>|{{FULLPAGENAME}}</noinclude>}}} | |||
|navbar = {{{navbar|}}} | |||
|state = {{{state|autocollapse}}} | |||
|title = {{{title|}}} | |||
|image = {{{image|}}} | |||
|imageleft = {{{imageleft|}}} | |||
|imagespan = {{#expr:{{#if:{{{body|}}}{{{list1|}}}|1|0}} +{{#if:{{{list2|}}}|1|0}} +{{#if:{{{list3|}}}|1|0}} +{{#if:{{{list4|}}}|1|0}} +{{#if:{{{list5|}}}|1|0}} +{{#if:{{{list6|}}}|1|0}} +{{#if:{{{list7|}}}|1|0}} +{{#if:{{{list8|}}}|1|0}} +{{#if:{{{list9|}}}|1|0}} +{{#if:{{{list10|}}}|1|0}} +{{#if:{{{list11|}}}|1|0}} +{{#if:{{{list12|}}}|1|0}} +{{#if:{{{list13|}}}|1|0}} +{{#if:{{{list14|}}}|1|0}} +{{#if:{{{list15|}}}|1|0}} +{{#if:{{{list16|}}}|1|0}} +{{#if:{{{list17|}}}|1|0}} +{{#if:{{{list18|}}}|1|0}} +{{#if:{{{list19|}}}|1|0}} +{{#if:{{{list20|}}}|1|0}}}} | |||
{{#if:{{{ | |||
|span = {{#if:{{{group1|}}}{{{group2|}}}{{{group3|}}}{{{group4|}}}{{{group5|}}}{{{group6|}}}{{{group7|}}}{{{group8|}}}{{{group9|}}}{{{group10|}}}{{{group11|}}}{{{group12|}}}{{{group13|}}}{{{group14|}}}{{{group15|}}}{{{group16|}}}{{{group17|}}}{{{group18|}}}{{{group19|}}}{{{group20|}}}{{{imageleft|}}}|{{#if:{{{image|}}}|3|2}}|{{#if:{{{image|}}}|2|1}}}} | |||
{{ | |||
|nogroups = {{#if:{{{group1|}}}{{{group2|}}}{{{group3|}}}{{{group4|}}}{{{group5|}}}{{{group6|}}}{{{group7|}}}{{{group8|}}}{{{group9|}}}{{{group10|}}}{{{group11|}}}{{{group12|}}}{{{group13|}}}{{{group14|}}}{{{group15|}}}{{{group16|}}}{{{group17|}}}{{{group18|}}}{{{group19|}}}{{{group20|}}}|false|true}} | |||
{{ | |||
|bodystyle = {{{style|}}}{{{bodystyle|}}} | |||
{{ | |titlestyle = {{{titlestyle|}}} | ||
|abovestyle = {{{abovestyle|}}} | |||
|belowstyle = {{{belowstyle|}}} | |||
|above = {{{above|}}} | |||
{{ | |below = {{{below|}}} | ||
{{ | |gs = white-space:nowrap;text-align:right;{{{groupstyle|}}} | ||
|os = width:100%;font-size:95%;{{{liststyle|}}}{{{oddstyle|}}} | |||
|es = width:100%;font-size:95%;{{{liststyle|}}}{{{evenstyle|}}} | |||
|g1 = {{{group1|}}} | |||
|g2 = {{{group2|}}} | |||
|g3 = {{{group3|}}} | |||
|g4 = {{{group4|}}} | |||
|g5 = {{{group5|}}} | |||
|g6 = {{{group6|}}} | |||
|g7 = {{{group7|}}} | |||
|g8 = {{{group8|}}} | |||
|g9 = {{{group9|}}} | |||
|g10 = {{{group10|}}} | |||
|g11 = {{{group11|}}} | |||
|g12 = {{{group12|}}} | |||
|g13 = {{{group13|}}} | |||
|g14 = {{{group14|}}} | |||
|g15 = {{{group15|}}} | |||
|g16 = {{{group16|}}} | |||
|g17 = {{{group17|}}} | |||
|g18 = {{{group18|}}} | |||
|g19 = {{{group19|}}} | |||
|g20 = {{{group20|}}} | |||
|l1 = {{{body|}}}{{{list1|}}}{{{category|}}} | |||
|l2 = {{{list2|}}} | |||
|l3 = {{{list3|}}} | |||
|l4 = {{{list4|}}} | |||
|l5 = {{{list5|}}} | |||
|l6 = {{{list6|}}} | |||
|l7 = {{{list7|}}} | |||
|l8 = {{{list8|}}} | |||
|l9 = {{{list9|}}} | |||
|l10 = {{{list10|}}} | |||
|l11 = {{{list11|}}} | |||
|l12 = {{{list12|}}} | |||
|l13 = {{{list13|}}} | |||
|l14 = {{{list14|}}} | |||
|l15 = {{{list15|}}} | |||
|l16 = {{{list16|}}} | |||
|l17 = {{{list17|}}} | |||
|l18 = {{{list18|}}} | |||
|l19 = {{{list19|}}} | |||
|l20 = {{{list20|}}} | |||
}}<noinclude> | |||
<!-- Add categories and interwikis to the /doc subpage, not here! --> | <!-- Add categories and interwikis to the /doc subpage, not here! --> | ||
</noinclude> | </noinclude> | ||