This wiki is out of date, use the continuation of this wiki instead

Template:Navbox

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 14:49, 13 November 2007 (edit)
Sandman (Talk | contribs)
m
← Previous diff
Revision as of 13:05, 8 March 2008 (edit) (undo)
Sandman (Talk | contribs)
m
Next diff →
Line 8: Line 8:
<pre> <pre>
name, name,
-list, // separate elements with the delimiter "," or+list, // separate elements with the delimiter "," or specify it with ''listseparator''
-listseperator, // specify a listseparator+list1, // separate elements with the delimiter "," or specify it with ''listseparator''
 +list2, // separate elements with the delimiter "," or specify it with ''listseparator''
 +list3, // separate elements with the delimiter "," or specify it with ''listseparator''
 +list4, // separate elements with the delimiter "," or specify it with ''listseparator''
 +listseparator, // specify a listseparator
</pre> </pre>
</noinclude>{| border="1" cellpadding="2" style="width: 100%; border-collapse: collapse; font-size: 95%; background: #FF9966; margin-left:auto; margin-right:auto" </noinclude>{| border="1" cellpadding="2" style="width: 100%; border-collapse: collapse; font-size: 95%; background: #FF9966; margin-left:auto; margin-right:auto"
! {{{name}}} ! {{{name}}}
-|- style="font-size: 90%; background: #FFF9F2; text-align:center" | 
{{#if:{{{list|}}}| {{#if:{{{list|}}}|
-{{!}} {{#if:{{{listseperator|}}}|{{#replace:{{{list}}}|{{{listseperator}}}|&#32;{{Navbox_listseperator}}&#32;}}|{{#replace:{{{list}}}|,|&#32;•&#32;}}}}|+{{!}}- style="font-size: 90%; background: #FFF9F2; text-align:left" {{!}} {{!}} {{#if:{{{listseperator|}}}|{{#replace:{{{list}}}|{{{listseperator}}}|&#32;{{Navbox_listseperator}}&#32;}}|{{#replace:{{{list}}}|,|&#32;•&#32;}}}}
-{{!}} ''empty''+
}} }}
|}<noinclude> |}<noinclude>

Revision as of 13:05, 8 March 2008

Template

Navigation box template.

Throw in a name and a list of items and they will appear in this box. It's centered and 100% wide.

Variables:

name,
list, // separate elements with the delimiter "," or specify it with ''listseparator''
list1, // separate elements with the delimiter "," or specify it with ''listseparator''
list2, // separate elements with the delimiter "," or specify it with ''listseparator''
list3, // separate elements with the delimiter "," or specify it with ''listseparator''
list4, // separate elements with the delimiter "," or specify it with ''listseparator''
listseparator, // specify a listseparator
{{{name}}}

Example

{{Navbox
  | name = Apples
  | list = Elstar,Goudrenet,Golden Delicious,etc
}}
Apples
Elstar • Goudrenet • Golden Delicious • etc
Personal tools