Difference between revisions of "Template:Navigation Right"
From AmtWiki
(made right-alighned nav template) |
m |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{{clr}} | <onlyinclude>{{clr}} | ||
− | {| style="margin-top: | + | {| style="margin-top: 10px; width:25%; border: 1px solid #999; padding: 5px; font-size: 90%" align="right" |
|- | |- | ||
− | !style="text-align: center; background-color: #AAA; color:black | + | !style="text-align: center; background-color: #AAA; color:black" nowrap="nowrap"| {{{header}}} |
|- | |- | ||
− | |style="text-align: center | + | |style="text-align: center"| {{{body}}} |
|}</onlyinclude> | |}</onlyinclude> | ||
;Usage | ;Usage | ||
Line 15: | Line 15: | ||
|collapse={{{collapse|}}} | |collapse={{{collapse|}}} | ||
|body=Body info goes here.}} | |body=Body info goes here.}} | ||
− | [[Category: | + | [[Category:Amtwiki Usage Templates]] |
Latest revision as of 21:41, 7 January 2019
{{{header}}} |
---|
{{{body}}} |
- Usage
{{Navigation Right |header=Westfall |body=This zone and that zone.}}
- Result
Header goes here |
---|
Body info goes here. |