Template:Navbox: Difference between revisions
From FSDeveloper Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<!-- | <!-- | ||
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. | ||
Navigation box for categorised links placement in page footer. | |||
ToDo | |||
Requires work on styles. | |||
-->{{Navbox/core | -->{{Navbox/core | ||
|name = {{{name<noinclude>|{{FULLPAGENAME}}</noinclude>}}} | |name = {{{name<noinclude>|{{FULLPAGENAME}}</noinclude>}}} | ||
|state = {{{state|autocollapse}}} | |state = {{{state|autocollapse}}} | ||
|title = {{{title|}}} | |title = {{{title|}}} | ||
| | |span = {{{#if:{{{group1|}}}{{{group2|}}}{{{group3|}}}{{{group4|}}}{{{group5|}}}{{{group6|}}}{{{group7|}}}{{{group8|}}}{{{group9|}}}|false|true}}} | ||
|nogroups = {{{#if:{{{group1|}}}{{{group2|}}}{{{group3|}}}{{{group4|}}}{{{group5|}}}{{{group6|}}}{{{group7|}}}{{{group8|}}}{{{group9|}}}|false|true}}} | |||
| | |bodystyle = {{{style|}}}{{{bodystyle|}}} | ||
|titlestyle = padding:26px 26px 26px 6px;text-align:left;width:100%;font-size:110%;{{{titlestyle|}}} | |||
| | <!-- | ||
|oddstyle = backgroundcolor:#ccccff; | |||
|evenstyle = background:#f7f7f7; | |||
--> | |||
|abovestyle = padding:0px 6px 0px 6px;background:#ddddff;text-align:left;font-size:85%;{{{abovestyle|}}} | |||
|belowstyle = padding:0px 6px 0px 6px;background:#ddddff;text-align:left;font-size:85%;{{{belowstyle|}}} | |||
|abovestyle = background:#ddddff;{{{abovestyle|}}} | |||
|belowstyle = background:#ddddff;{{{belowstyle|}}} | |||
|above = {{{above|}}} | |above = {{{above|}}} | ||
|below = {{{below|}}} | |below = {{{below|}}} | ||
|gs = white-space:nowrap;background:#ddddff;text-align:right;{{{groupstyle|}}} | |ts = white-space:nowrap;background:#ccccff;{{{titlestyle|}}} | ||
|os = width:100%;font-size: | |gs = white-space:nowrap;background:#ddddff;text-align:right;vertical-align:top;padding:0px 6px 0px 6px;font-size:75%;{{{groupstyle|}}} | ||
|es = width:100%;font-size: | |os = width:100%;font-size:75%;{{{oddstyle|}}}{{{liststyle|}}} | ||
|es = width:100%;font-size:75%;{{{evenstyle|}}}{{{liststyle|}}} | |||
|g1 = {{{group1|}}} | |g1 = {{{group1|}}} | ||
| Line 38: | Line 45: | ||
|g8 = {{{group8|}}} | |g8 = {{{group8|}}} | ||
|g9 = {{{group9|}}} | |g9 = {{{group9|}}} | ||
|l1 = | |l1 = {{{list1|}}} | ||
|l2 = {{{list2|}}} | |l2 = {{{list2|}}} | ||
|l3 = {{{list3|}}} | |l3 = {{{list3|}}} | ||
| Line 59: | Line 55: | ||
|l8 = {{{list8|}}} | |l8 = {{{list8|}}} | ||
|l9 = {{{list9|}}} | |l9 = {{{list9|}}} | ||
}} | |||