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
Undo revision 152103 by Jasca Ducato (talk)
imported>Jasca Ducato
No edit summary
Line 206: Line 206:
{{!}}}{{#switch:{{{border|{{{1|}}}}}}|subgroup|child=|none=|#default=<nowiki/>
{{!}}}{{#switch:{{{border|{{{1|}}}}}}|subgroup|child=|none=|#default=<nowiki/>
{{!}}} }}
{{!}}} }}
<noinclude>
==Useage==
Template:Navbox is a general purpose navigation template. Colours are fully customisable.
<pre>
{{Navbox
|navbar    = off
|title      =
|style      = background: transparent;
|titlestyle = background: #
|groupstyle = background: #
|group1    =
|list1      =
|group2    =
|list2      =
|group3    =
|list3      =
...
|group20    =
|list20    =
}}
</pre>
If you wish to include subgroups, use the following code
<pre>
{{Navbox
|navbar    = off
|title      =
|style      = background: transparent;
|titlestyle = background: #
|groupstyle = background: #
|group1    =
|list1      =
|group2    =
|list2      =
...
|group20    =
|list20    =
}}
</pre>
[[Category:Templates]]</noinclude>

Revision as of 17:30, 14 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: #
|group1     = 
|list1      = 
|group2     = 
|list2      =
...
|group20    = 
|list20     = 
}}