Welcome to Assassin's Creed Wiki! Log in and join the community.
Template:Navbox
Jump to navigation
Jump to search
|
|
Usage[edit source]
Template:Navbox is a general purpose navigation template. Colors 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 =
{{Navbox subgroup
|groupstyle = background: #
|group1 =
|list1 =
|group2 =
|list2 =
}}
...
|group20 =
|list20 =
}}