Template:Navbox vertical/doc

From FORwiki

(Difference between revisions)
Jump to: navigation, search
(Created page with 'This derivative of {{tl|navbox}} is yet another attempt to make it simple to produce consistent floating vertical navigation templates. === Usage === <pre> {{ navbox vertical |...')
Line 1: Line 1:
This derivative of {{tl|navbox}} is yet another attempt to make it simple to produce consistent floating vertical navigation templates.
This derivative of {{tl|navbox}} is yet another attempt to make it simple to produce consistent floating vertical navigation templates.
-
=== Usage ===
+
== Usage ==
<pre>
<pre>
Line 26: Line 26:
}}
}}
</pre>
</pre>
 +
 +
== Example ==
 +
{{ navbox vertical
 +
| name      = Title
 +
| navbar    =
 +
| state    =
 +
| textalign =
 +
| align    =
 +
| width    =
 +
| title    = Title
 +
| state    = State
 +
| list1    = List1
 +
| list2    = List2
 +
| list3    = List3
 +
| list4    =
 +
| list5    =
 +
| list6    =
 +
| list7    =
 +
| list8    =
 +
| list9    =
 +
| list10    =
 +
| below    =
 +
}}

Revision as of 21:01, 24 December 2009

This derivative of {{navbox}} is yet another attempt to make it simple to produce consistent floating vertical navigation templates.

Usage

{{ navbox vertical
| name      = {{subst:PAGENAME}}
| navbar    = 
| state     = 
| textalign = 
| align     = 
| width     = 
| title     = 
| state     = 
| list1     = 
| list2     = 
| list3     = 
| list4     = 
| list5     = 
| list6     = 
| list7     = 
| list8     = 
| list9     = 
| list10    = 
| below     = 
}}

Example

Personal tools