Difference between revisions of "Template:V9 Navigation Box"
From AmtWiki
m |
m (testing) |
||
Line 1: | Line 1: | ||
<onlyinclude>{{clr}} | <onlyinclude>{{clr}} | ||
+ | <blockquote> | ||
{| style="margin-top: 15px; width:100%; border: 1px solid Gray; padding: 5px; font-size: 90%" align="center" | {| style="margin-top: 15px; width:100%; border: 1px solid Gray; padding: 5px; font-size: 90%" align="center" | ||
|- | |- | ||
Line 5: | Line 6: | ||
|- | |- | ||
|style="text-align: center; padding: 0 .5em"| {{{body}}} | |style="text-align: center; padding: 0 .5em"| {{{body}}} | ||
− | |}</onlyinclude> | + | |}</blockquote></onlyinclude> |
;Usage | ;Usage | ||
<nowiki>{{Navigation Box | <nowiki>{{Navigation Box | ||
Line 11: | Line 12: | ||
|body=List of items}}</nowiki> | |body=List of items}}</nowiki> | ||
;Result | ;Result | ||
− | {{Navigation Box | + | {{V9 Navigation Box |
|header=Header goes here | |header=Header goes here | ||
|collapse={{{collapse|}}} | |collapse={{{collapse|}}} | ||
|body=Body info goes here.}} | |body=Body info goes here.}} | ||
<noinclude>[[Category: V9 Templates]]</noinclude> | <noinclude>[[Category: V9 Templates]]</noinclude> |
Revision as of 15:55, 9 December 2022
{{{header}}} {{{body}}}
- Usage
{{Navigation Box |header=Header info |body=List of items}}
- Result
Header goes here Body info goes here.