Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Template:Navbox/doc

From Unreal Wiki, The Unreal Engine Documentation Site
< Template:Navbox
Revision as of 06:07, 5 March 2008 by Wormbo (Talk | contribs) (New page: <noinclude>{{Documentation subpage}}</noinclude> <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> This template provides a basic framework for a navigation box. =...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This subpage contains documentation, categories and other content that is not part of the template.
To view the template page itself, see Template:Navbox.

This template provides a basic framework for a navigation box.

Usage

A navigation box with a simply body:

{{navbox
| name  = Navbox/doc
| title = Navigation
| body  = (some links here)
}}

A navigation box with two named list groups:

{{navbox
| name   = Navbox/doc
| title  = Navigation
| group1 = Group 1
| list1  = (some links here)
| group2 = Group 2
| list2  = (some more links)
}}

Up to six list groups are supported.