Welcome to Assassin's Creed Wiki! Log in and join the community.

Template:Navbox: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>Jasca Ducato
yes!
imported>Jasca Ducato
can't believe I missed that out ;s
Line 50: Line 50:
{{!}}- {{#if:{{{group2|}}}|<nowiki/>
{{!}}- {{#if:{{{group2|}}}|<nowiki/>
{{!}} class="navbox-group" style="color: #000000; {{{basestyle|}}};{{{groupstyle|}}};{{{group2style|}}}" {{!}} {{{group2}}}
{{!}} class="navbox-group" style="color: #000000; {{{basestyle|}}};{{{groupstyle|}}};{{{group2style|}}}" {{!}} {{{group2}}}
{{!}} style="text-align:left;border-top:2px solid #fdfdfd;|<nowiki/>
{{!}} style="text-align:left;border-top:2px solid #fdfdfd;border-bottom:2px solid #fdfdfd;|<nowiki/>
{{!}} colspan=2 style="}} width:100%;padding:0px;{{{liststyle|}}};{{{evenstyle|}}};{{{list2style|}}}" class="navbox-list navbox-{{#ifeq:{{{evenodd|}}}|swap|odd|{{{evenodd|even}}}}}" {{!}} <div style="padding:{{{listpadding|0em 0.25em}}}">{{{list2|}}}</div>}}<!--
{{!}} colspan=2 style="}} width:100%;padding:0px;{{{liststyle|}}};{{{evenstyle|}}};{{{list2style|}}}" class="navbox-list navbox-{{#ifeq:{{{evenodd|}}}|swap|odd|{{{evenodd|even}}}}}" {{!}} <div style="padding:{{{listpadding|0em 0.25em}}}">{{{list2|}}}</div>}}<!--



Revision as of 03:05, 16 May 2011

Useage

Template:Navbox is a general purpose navigation template. Colours are fully customisable.

{{Navbox
|navbar     = off
|title      = 
|style      = background: transparent;
|titlestyle = background: #
|groupstyle = background: #
|group1     = 
|list1      =

|group2     = 
|list2      = 

|group3     = 
|list3      =
...
|group20    = 
|list20     = 
}}

If you wish to include subgroups, use the following code

{{Navbox
|navbar     = off
|title      = 
|style      = background: transparent;
|titlestyle = background: #
|groupstyle = background: #
{{Navbox subgroup
|group1     = 
|list1      = 

|group2     = 
|list2      =
}}
...
|group20    = 
|list20     = 
}}