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

Template:JDnavboxtest: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>Jasca Ducato
mNo edit summary
imported>Jasca Ducato
m Undo revision 531719 by Jasca Ducato (talk)
 
Line 16: Line 16:
---Above---
---Above---
-->{{#if:{{{above|}}}| {{#if:{{{title|}}}|<nowiki/>
-->{{#if:{{{above|}}}| {{#if:{{{title|}}}|<nowiki/>
{{!}}- style="height:2px; border: 2px solid #af8612;"
{{!}}- style="height:2px;"
{{!}} }}
{{!}} }}
{{!}}-
{{!}}-

Latest revision as of 17:29, 23 December 2013

Usage[edit source]

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     = 
}}