Difference between revisions of "Template:NavigationBox"
Jump to navigation
Jump to search
m (typo in usage) |
(Make summary visible) |
||
Line 2: | Line 2: | ||
|- style="background-color: {{{Color}}}" | |- style="background-color: {{{Color}}}" | ||
!{{{Title}}} | !{{{Title}}} | ||
+ | |- | ||
+ | |{{{Summary}}} | ||
|- | |- | ||
| {{{List}}} | | {{{List}}} | ||
Line 8: | Line 10: | ||
<pre><nowiki>{{NavigationBox | <pre><nowiki>{{NavigationBox | ||
| Color = title-background-color | | Color = title-background-color | ||
− | | Summary = table summary | + | | Summary = table summary |
| Title = visible title of box | | Title = visible title of box | ||
| Category = what category to put article into | | Category = what category to put article into |
Revision as of 03:00, 28 April 2007
{{{Title}}} |
---|
{{{Summary}}} |
{{{List}}} |
Usage:
{{NavigationBox | Color = title-background-color | Summary = table summary | Title = visible title of box | Category = what category to put article into | List = detailed list of links for the navigation box}}
See Template:DOM tutorial for an example.