Template:Navbox: Difference between revisions
From FSDeveloper Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
Please do not edit without discussion first as this is a VERY complex template. | 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 | -->{{Navbox/core | ||
| Line 19: | Line 28: | ||
|bodystyle = {{{style|}}}{{{bodystyle|}}} | |bodystyle = {{{style|}}}{{{bodystyle|}}} | ||
|titlestyle = {{{titlestyle|}}} | |titlestyle = {{{titlestyle|}}} | ||
|abovestyle = | |abovestyle = {{{abovestyle|}}} | ||
|belowstyle = | |belowstyle = {{{belowstyle|}}} | ||
|above = {{{above|}}} | |above = {{{above|}}} | ||
|below = {{{below|}}} | |below = {{{below|}}} | ||
|gs = white-space:nowrap | |gs = white-space:nowrap;text-align:right;{{{groupstyle|}}} | ||
|os = width:100%;font-size:95%;{{{liststyle|}}}{{{oddstyle|}}} | |os = width:100%;font-size:95%;{{{liststyle|}}}{{{oddstyle|}}} | ||
|es = width:100%;font-size:95% | |es = width:100%;font-size:95%;{{{liststyle|}}}{{{evenstyle|}}} | ||
|g1 = {{{group1|}}} | |g1 = {{{group1|}}} | ||
| Line 72: | Line 81: | ||
}}<noinclude> | }}<noinclude> | ||
<!-- Add categories and interwikis to the /doc subpage, not here! --> | <!-- Add categories and interwikis to the /doc subpage, not here! --> | ||
</noinclude> | </noinclude> | ||