- This wiki is out of date, use the continuation of this wiki instead
Template:Navbox
From FenixWiki
(Difference between revisions)
Revision as of 21:00, 12 September 2007 (edit) Sandman (Talk | contribs) (New page: {| border="1" cellpadding="2" style="width: 80%; border-collapse: collapse; font-size: 95%; background: #FF9966; margin-left:auto; margin-right:auto" ! {{{name}}} |- style="font-size: 90%;...) ← Previous diff |
Revision as of 22:21, 12 September 2007 (edit) (undo) Sandman (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
+ | <noinclude> | ||
+ | == Template == | ||
+ | Navigation box template. | ||
+ | |||
+ | Throw in a name and a list of items and they will appear in this box. It's centered and 80% wide. | ||
+ | </noinclude> | ||
{| border="1" cellpadding="2" style="width: 80%; border-collapse: collapse; font-size: 95%; background: #FF9966; margin-left:auto; margin-right:auto" | {| border="1" cellpadding="2" style="width: 80%; border-collapse: collapse; font-size: 95%; background: #FF9966; margin-left:auto; margin-right:auto" | ||
! {{{name}}} | ! {{{name}}} | ||
Line 7: | Line 13: | ||
}} | }} | ||
|} | |} | ||
+ | <noinclude> | ||
+ | == Example == | ||
+ | {| style="width: 100%" | ||
+ | | <pre> | ||
+ | {{Navbox | ||
+ | | name = Apples | ||
+ | | list = Elstar, Goudrenet, Golden Delicious, etc | ||
+ | }} | ||
+ | </pre> | ||
+ | || | ||
+ | {{Navbox | ||
+ | | name = Apples | ||
+ | | list = Elstar, Goudrenet, Golden Delicious, etc | ||
+ | }} | ||
+ | |} | ||
+ | </noinclude> |
Revision as of 22:21, 12 September 2007
Template
Navigation box template.
Throw in a name and a list of items and they will appear in this box. It's centered and 80% wide.
{{{name}}} |
---|
empty |
Example
{{Navbox | name = Apples | list = Elstar, Goudrenet, Golden Delicious, etc }} |
|