Template:Navbox: Difference between revisions

From FamilySearch Wiki
(add example using groups)
(deeper cat)
Line 280: Line 280:
|}
|}


[[Category:Templates|Navbox]]
[[Category:Navigational templates| Navbox]]
</noinclude>
</noinclude>

Revision as of 10:20, 14 August 2009

Navbox example using groups[edit source]

You type You get
{{navbox
|name = Example of Groups
|style = width: 100%;
|title = Example of Groups
|titlestyle = text-align: center; 
|basestyle = background: #EEEEEE; 
|liststyle = background: #FAF5FF; text-align: center;
|group1 = '''colors'''
|list1 = red{{·}}yellow{{·}}blue
|group2 = '''shapes'''
|list2 = circle{{·}}triangle{{·}}square
|group3 = '''numbers'''
|list3 = one{{·}}two{{·}}three
}}