Template:Navibox/info

From OMORI Wiki
< Template:Navibox
Revision as of 03:31, 7 February 2021 by Benjacxmín (talk | contribs) (creating the template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This template is to be used for the "info" parameters of the Navibox template.

Syntax

{{Navibox/info
 | first element
 | second element
 | and so on
}}

gives first element • second element • and so on


Wrapping

If an element is really long, it can be included in a {{wrap}} template, as follows:

{{Navibox Info
 | first element
 | {{wrap|contents=a long long long long long long long long second element}}
 | and so on
}}

Example

Here is an example of its use within a navibox:

{{Navibox
  |title=xxx

  |class0.1=tutu
  |info0.1={{Navibox/info
             | [[Gabba Gabba]]
             | [[Hey]]
           }}
  |class0.2=toto
  |info0.2={{Navibox/info
             | [[Whoopee]]
             | [[Yee-ha]]
           }}
}}

Note

The maximum number of elements is 155.

Source

[1] version of February 3, 2011, 18:16