Template:Navbox

From Bennu Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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, // title (mandatory)
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''
listname, // name of the list
listname1, // name of the list
listname2, // name of the list
listname3, // name of the list
listname4, // name of the list
listseparator, // specify a listseparator (default: ",")
talign, // title align (left/right/center/justify) (default: center)
align, // align the list elements (left/right/center/justify) (default: center)
{{{name}}}

Example

{{Navbox2
  | name = Apples
  | list = Elstar,Goudrenet,Golden Delicious,etc
}}
Apples
Elstar • Goudrenet • Golden Delicious • etc