Wikia

EverQuest 2 Wiki

Help:Infobox

Create Talk 0
90210-infobox-light

A sample infobox

Infoboxes are like fact sheets, or sidebars in magazine articles, designed to present a summary of the topic of the page. They present important points in an organized and quickly readable format. Infoboxes are generally made using templates , to create consistency across a community.

Wikia has developed a new way to code infoboxes, called portable infoboxes to enable them to display well across different devices, which this page details. There are no changes to how you use an infobox on an article - instead, the changes affect how it is written on a template page. A tool to help with the migration of existing infoboxes has also been created - more information about this can be found on Help:Infobox migration .

Useful links:


How to add an infobox to an article

VE-portableinfobox

Inserting portable infoboxes in the VisualEditor

You can add an infobox to an article the same way as you would any other template - either via the editor's built-in tools, or through the editor's source mode. In the VisualEditor , portable infoboxes can quickly be inserted via the Infobox option on the 'Insert' dropdown.

Meanwhile, in source mode, you would generally start by copying the syntax from the template's documentation (normally found towards the bottom of the template's page) and pasting it into an article, changing the words after the equals signs to provide the desired information. For example:

{{infobox character
 | title         = Daisy
 | image         = Example.jpg
 | imagecaption  = Daisy, blowing in the wind
 | position      = Supreme flower
 | age           = 2 months
 | status        = Active
 | height        = 5 inches
 | weight        = 20 grams
}}

With portable infoboxes, this works just the same as with any other template. However, the template page markup is a little different, as detailed below.

How to create an infobox

Tutorialinfobox

Winter is coming...

First, start new template with any name you like - Template:Example, for example. While in the past you may have used tables and divs, we now use infobox tags. We'll begin with a basic 'stacked' infobox, with a title and an image:

 layout="stacked">
   source="name">>{{PAGENAME}}>>
   source="image" />
>

This wikitext will tell your template to use name and image variables for title and image elements. Additionally you can provide the default tag, whose value will be used when a user does not specify a name/image/etc. on the article.

Now we just need two more fields containing additional information, so let's add one:

 source="season">>Season(s)>>

After adding one last field with source set to first and label to First seen , we end up with the following:

 layout="stacked">
   source="name">>{{PAGENAME}}>>
   source="image" />
   source="season">>Season(s)>>
   source="first">>First seen>>
>

We can now use the template in an article, inserting the following parameters to get a working infobox:

{{Example
 |name   = Eddard Stark
 |image  = eddard.jpg
 |season = [[Season 1|1]]
 |first  = "[[Winter is Coming]]"
}}

How to alter the infobox layout

Infoboxes using this kind of code are automatically styled, taking cues from your community's custom theme . If any of the variables are empty, the relevant row of the template will not be displayed (unless the 'default' tag has been used).

Layout options

Two alternative layout options are available for infoboxes:

Default (table) layout Stacked layout
Labels are displayed to the left of the values Labels are displayed above the values
>
   ...
>
 layout="stacked">
   ...
>
Screen Shot 2015-06-16 at 12.12.17

Default (table) layout

Screen Shot 2015-06-16 at 12.10.54

"Stacked" layout

Custom theming

The default infobox theming can be overridden in two ways. There is a variable on your community's Special:WikiFeatures page entitled Europa Infobox Theme. When you enable it, your infoboxes will pull the colors you chose for your Wiki Navigation.

Your other option is to use local community CSS . Using the theme or theme-source attributes on the infobox tag will make it easy to target specific infobox templates using classes.

  • The theme attribute is used to specify a custom CSS class for the infobox template.
  • The theme-source attribute allows you to vary the CSS class via a template parameter.

For lots more information about how to use these attributes and theme an infobox, including detailed guides, please check out Help:Infoboxes/CSS !

How to use multiple images or videos

Infoboxtabs

Tabbed images

To use multiple images in one location in an infobox, you can simply pass a tag.

{{Example
 |name   = Eddard Stark
 |image  = >
Eddard 1.jpg|Eddard on a horse
Eddard 2.jpg|Eddard in a house
Eddard 3.jpg|Eddard by a hearse
>
}}

For more discussion about this ability, see this thread .

To add a video into an infobox, simply use the tag - just as you would with an image. When a video is inserted instead of an image, a thumbnail with a play icon and duration info will be shown in the infobox, and clicking on the video will pop up a video player. If you want to add multiple videos, add a new tag per each video.

How to group data

Advancedinfobox

Unusual orders and groups in action

Now that you have created a simple infobox, you can learn how to use more advanced options. In the section below we show how to build the infobox seen on the right.

This infobox begins with three fields, then single </code> and <code> <image> </code> fields. As you can see, the <code> <title> </code> field does not have to be the first field. </p> <div class="mw-geshi mw-content-ltr" dir="ltr" style="margin:1em 0 1em 1em;"> <div class="xml source-xml"> <pre class="de1"><span class="sc3"><span class="re1"><infobox</span> <span class="re0">layout</span>=<span class="st0">"stacked"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"prev"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Previous<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"conc"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Concurrent<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"next"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Next<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><title</span> <span class="re0">source</span>=<span class="st0">"name"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"><image</span> <span class="re0">source</span>=<span class="st0">"image"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"></infobox<span class="re2">></span></span></span></pre> </div> </div> <div style="margin-top:1em;"> </div> <h3> <span class="mw-headline" id="Grouping_information_inside_the_group_tags"> Grouping information inside the group tags </span> </h3> <p> The <code> <group> </code> field will let you group fields together and give them a header. Remember: fields that are declared but don't have a value won't appear. This rule also applies to groups - if none of the fields (other than the header tag) inside a group have a value, that whole group won't show up. </p> <div class="mw-geshi mw-content-ltr" dir="ltr" style="margin:1em 0 1em 1em;"> <div class="xml source-xml"> <pre class="de1"><span class="sc3"><span class="re1"><infobox</span> <span class="re0">layout</span>=<span class="st0">"stacked"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"prev"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Previous<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"conc"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Concurrent<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"next"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Next<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><title</span> <span class="re0">source</span>=<span class="st0">"name"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"><image</span> <span class="re0">source</span>=<span class="st0">"image"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"><group<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><header<span class="re2">></span></span></span>Details<span class="sc3"><span class="re1"></header<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"conflict"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Conflict<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"date"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Date<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"place"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Place<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"result"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Outcome<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"></group<span class="re2">></span></span></span> <span class="sc3"><span class="re1"></infobox<span class="re2">></span></span></span></pre> </div> </div> <div style="margin-top:1em;"> </div> <h3> <span class="mw-headline" id="Horizontal_layout_for_groups"> Horizontal layout for groups </span> </h3> <figure class="article-thumb tright show-info-icon" style="width: 200px"> <a class="image image-thumbnail" href="http://vignette3.wikia.nocookie.net/central/images/c/c5/Screen_Shot_2015-06-16_at_13.27.08.png/revision/latest?cb=20150616112810"> <img alt="Screen Shot 2015-06-16 at 13.27.08" class="thumbimage lzy lzyPlcHld " data-image-key="Screen_Shot_2015-06-16_at_13.27.08.png" data-image-name="Screen Shot 2015-06-16 at 13.27.08.png" data-shared-help="true" data-src="http://vignette3.wikia.nocookie.net/central/images/c/c5/Screen_Shot_2015-06-16_at_13.27.08.png/revision/latest/scale-to-width-down/200?cb=20150616112810" height="63" onload="if(typeof ImgLzy==='object'){ImgLzy.load(this)}" src="data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D" width="200"> <noscript> <img alt="Screen Shot 2015-06-16 at 13.27.08" class="thumbimage " data-image-key="Screen_Shot_2015-06-16_at_13.27.08.png" data-image-name="Screen Shot 2015-06-16 at 13.27.08.png" data-shared-help="true" height="63" src="http://vignette3.wikia.nocookie.net/central/images/c/c5/Screen_Shot_2015-06-16_at_13.27.08.png/revision/latest/scale-to-width-down/200?cb=20150616112810" width="200"/> </noscript> </img> </a> <figcaption> <a class="sprite info-icon" href="file_screen_shot_2015-06-16_at_13.27.08.html"> </a> <p class="caption"> Horizontal grouping </p> </figcaption> </figure> <p> Instead of a vertical list, <code> <group> </code> fields can have a horizontal layout where all the content is displayed next to each other in single line. This can be achieved by adding <b> layout="horizontal" </b> attribute to the group tag. </p> <div class="mw-geshi mw-content-ltr" dir="ltr" style="margin:1em 0 1em 1em;"> <div class="xml source-xml"> <pre class="de1"><span class="sc3"><span class="re1"><group</span> <span class="re0">layout</span>=<span class="st0">"horizontal"</span><span class="re2">></span></span> ... <span class="sc3"><span class="re1"></group<span class="re2">></span></span></span></pre> </div> </div> <div style="margin-top:1em;"> </div> <h3> <span class="mw-headline" id="Force_all_group_elements_to_be_displayed"> Force all group elements to be displayed </span> </h3> <p> Using <b> show="incomplete" </b> , you can force <b> all </b> group elements to be displayed, even when <b> empty </b> - unless <i> all </i> are empty, then the group is not rendered at all. </p> <div class="mw-geshi mw-content-ltr" dir="ltr" style="margin:1em 0 1em 1em;"> <div class="xml source-xml"> <pre class="de1"><span class="sc3"><span class="re1"><group</span> <span class="re0">layout</span>=<span class="st0">"horizontal"</span> <span class="re0">show</span>=<span class="st0">"incomplete"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><header<span class="re2">></span></span></span>Combatants<span class="sc3"><span class="re1"></header<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"side1"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"side2"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"></group<span class="re2">></span></span></span></pre> </div> </div> <p> Now adding all this together, we come to the final template code: </p> <div class="mw-geshi mw-content-ltr" dir="ltr" style="margin:1em 0 1em 1em;"> <div class="xml source-xml"> <pre class="de1"><span class="sc3"><span class="re1"><infobox</span> <span class="re0">layout</span>=<span class="st0">"stacked"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"prev"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Previous<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"conc"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Concurrent<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"next"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Next<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><title</span> <span class="re0">source</span>=<span class="st0">"name"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"><image</span> <span class="re0">source</span>=<span class="st0">"image"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"><group<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><header<span class="re2">></span></span></span>Details<span class="sc3"><span class="re1"></header<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"conflict"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Conflict<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"date"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Date<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"place"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Place<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"result"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Outcome<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"></group<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><group</span> <span class="re0">layout</span>=<span class="st0">"horizontal"</span> <span class="re0">show</span>=<span class="st0">"incomplete"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><header<span class="re2">></span></span></span>Combatants<span class="sc3"><span class="re1"></header<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"side1"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"side2"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"></group<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><group</span> <span class="re0">layout</span>=<span class="st0">"horizontal"</span> <span class="re0">show</span>=<span class="st0">"incomplete"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><header<span class="re2">></span></span></span>Commanders<span class="sc3"><span class="re1"></header<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"commanders1"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"commanders2"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"></group<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><group</span> <span class="re0">layout</span>=<span class="st0">"horizontal"</span> <span class="re0">show</span>=<span class="st0">"incomplete"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><header<span class="re2">></span></span></span>Strength<span class="sc3"><span class="re1"></header<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"forces1"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"forces2"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"></group<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><group</span> <span class="re0">layout</span>=<span class="st0">"horizontal"</span> <span class="re0">show</span>=<span class="st0">"incomplete"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><header<span class="re2">></span></span></span>Casualties<span class="sc3"><span class="re1"></header<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"casual1"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"casual2"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"></group<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"civilian"</span><span class="re2">></span><span class="re1"><label<span class="re2">></span></span></span>Civilian casualties<span class="sc3"><span class="re1"></label<span class="re2">></span></span><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"></infobox<span class="re2">></span></span></span></pre> </div> </div> <p> Now we can use it in an article: </p> <div class="mw-geshi mw-content-ltr" dir="ltr" style="margin:1em 0 1em 1em;"> <div class="xml source-xml"> <pre class="de1">{{Battle |prev = [[Battle of Fair Isle]] |conc = [[Siege of Old Wyk]] |next = [[Siege of Pyke]] |name = [[Siege of Great Wyk]] |image = Stannis Great Wyk.png |conflict = [[Greyjoy Rebellion]] |date = 289 AL |place = [[Great Wyk]], the [[the Iron Islands]] |result = [[Iron Throne]] victory |side1 = [[File:Greyjoy.png|20px|link=House Greyjoy]] [[House Greyjoy]] |side2 = [[File:Baratheon.png|20px|link=House Baratheon]] [[Iron Throne]] |commanders1 = Unknown |commanders2 = Lord [[Stannis Baratheon]] |casual1 = Unknown |casual2 = Unknown }}</pre> </div> </div> <div style="margin-top:1em;"> </div> <h3> <span class="mw-headline" id="Collapsible_groups"> Collapsible groups </span> </h3> <figure class="article-thumb tright show-info-icon" style="width: 180px"> <a class="image image-thumbnail" href="http://vignette3.wikia.nocookie.net/central/images/a/a4/PI-Collapse.png/revision/latest?cb=20151104183223"> <img alt="PI-Collapse" class="thumbimage lzy lzyPlcHld " data-image-key="PI-Collapse.png" data-image-name="PI-Collapse.png" data-shared-help="true" data-src="http://vignette3.wikia.nocookie.net/central/images/a/a4/PI-Collapse.png/revision/latest/scale-to-width-down/180?cb=20151104183223" height="132" onload="if(typeof ImgLzy==='object'){ImgLzy.load(this)}" src="data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D" width="180"> <noscript> <img alt="PI-Collapse" class="thumbimage " data-image-key="PI-Collapse.png" data-image-name="PI-Collapse.png" data-shared-help="true" height="132" src="http://vignette3.wikia.nocookie.net/central/images/a/a4/PI-Collapse.png/revision/latest/scale-to-width-down/180?cb=20151104183223" width="180"/> </noscript> </img> </a> <figcaption> <a class="sprite info-icon" href="file_pi-collapse.html"> </a> <p class="caption"> Collapsible groups in action </p> </figcaption> </figure> <p> Groups can be made collapsible by adding either <b> collapse="open" </b> or <b> collapse="closed" </b> to the <code> <group> </code> tag. This will make the group header row clickable (to expand and collapse the group), and the group will initially start open or closed, respectively. </p> <div class="mw-geshi mw-content-ltr" dir="ltr" style="margin:1em 0 1em 1em;"> <div class="xml source-xml"> <pre class="de1"><span class="sc3"><span class="re1"><group</span> <span class="re0">collapse</span>=<span class="st0">"closed"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><header<span class="re2">></span></span></span>Appearances<span class="sc3"><span class="re1"></header<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"films"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"comics"</span> <span class="re2">/></span></span> <span class="sc3"><span class="re1"></group<span class="re2">></span></span></span></pre> </div> </div> <p> Note: a header row containing content must immediately follow the group tag for this to work. </p> <h2> <span class="mw-headline" id="Advanced_options"> Advanced options </span> </h2> <h3> <span class="mw-headline" id="Formatting"> Formatting </span> </h3> <p> If you want to append some additional information to your data – like adding some icons, categories – or to process the passed values, the field formatting allows you to do that. </p> <ul> <li> When the <b> format </b> tag is used, the variable provided in <b> source= </b> is then formatted or modified as specified inside the <b> format </b> tag. For this purpose, the parameter has to be provided in triple braces, e.g. <code> {{{price}}} </code> for <code> source="price" </code> . </li> <li> If the variable provided in <b> source= </b> is empty, the node renders the value as provided in the <b> default </b> tag (or doesn’t render if no <b> default </b> tag is specified). The contents of <b> default </b> is never available to parser functions, e.g. parameter <code> {{{price}}} </code> would remain empty. It can be thought of as meaning ‘default format’, not ‘default value’. </li> </ul> <p> A few sample use cases: </p> <ul> <li> Extra text – <code> <format>${{{price}}}</format> </code> </li> <li> Links – <code> <format>[[{{{location}}}]]</format> </code> </li> <li> Categories – <code> <format>[[Category:{{{car type}}}]]</format> </code> </li> </ul> <p> For example, we can insert a <code> {{money icon}} </code> template: </p> <div class="mw-geshi mw-content-ltr" dir="ltr" style="margin:1em 0 1em 1em;"> <div class="xml source-xml"> <pre class="de1"><span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"price"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><label<span class="re2">></span></span></span>Price<span class="sc3"><span class="re1"></label<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><format<span class="re2">></span></span></span>{{{price}}} {{money icon}}<span class="sc3"><span class="re1"></format<span class="re2">></span></span></span> <span class="sc3"><span class="re1"></data<span class="re2">></span></span></span></pre> </div> </div> <p> The effect shown to the right can be achieved with the following syntax: </p> <figure class="article-thumb tright show-info-icon" style="width: 250px"> <a class="image image-thumbnail" href="http://vignette4.wikia.nocookie.net/central/images/0/09/Field_mutators.png/revision/latest?cb=20150630120902"> <img alt="Field mutators" class="thumbimage lzy lzyPlcHld " data-image-key="Field_mutators.png" data-image-name="Field mutators.png" data-shared-help="true" data-src="http://vignette4.wikia.nocookie.net/central/images/0/09/Field_mutators.png/revision/latest/scale-to-width-down/250?cb=20150630120902" height="200" onload="if(typeof ImgLzy==='object'){ImgLzy.load(this)}" src="data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D" width="250"> <noscript> <img alt="Field mutators" class="thumbimage " data-image-key="Field_mutators.png" data-image-name="Field mutators.png" data-shared-help="true" height="200" src="http://vignette4.wikia.nocookie.net/central/images/0/09/Field_mutators.png/revision/latest/scale-to-width-down/250?cb=20150630120902" width="250"/> </noscript> </img> </a> <figcaption> <a class="sprite info-icon" href="file_field_mutators.html"> </a> <p class="caption"> Fields with formatting </p> </figcaption> </figure> <div class="mw-geshi mw-content-ltr" dir="ltr" style="margin:1em 0 1em 1em;"> <div class="xml source-xml"> <pre class="de1"><span class="sc3"><span class="re1"><header<span class="re2">></span></span></span>Price to buy<span class="sc3"><span class="re1"></header<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"buyhaggle"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><label<span class="re2">></span></span></span>Price with Haggling<span class="sc3"><span class="re1"></label<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><format<span class="re2">></span></span></span>{{{buyh}}} {{money icon}}<span class="sc3"><span class="re1"></format<span class="re2">></span></span></span> <span class="sc3"><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"buy"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><label<span class="re2">></span></span></span>Undiscounted price<span class="sc3"><span class="re1"></label<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><format<span class="re2">></span></span></span>{{{buy}}} {{money icon}}<span class="sc3"><span class="re1"></format<span class="re2">></span></span></span> <span class="sc3"><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"sell"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><label<span class="re2">></span></span></span>Price to sell<span class="sc3"><span class="re1"></label<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><format<span class="re2">></span></span></span>{{{sell}}} {{money icon}}<span class="sc3"><span class="re1"></format<span class="re2">></span></span></span> <span class="sc3"><span class="re1"></data<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"weight"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><label<span class="re2">></span></span></span>Weight<span class="sc3"><span class="re1"></label<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><format<span class="re2">></span></span></span>{{{weight}}} {{weight icon}}<span class="sc3"><span class="re1"></format<span class="re2">></span></span></span> <span class="sc3"><span class="re1"></data<span class="re2">></span></span></span></pre> </div> </div> <h3> <span class="mw-headline" id="Parser_functions"> Parser functions </span> </h3> <p> <a href="help_parser_functions.html" title="Help:Parser functions"> Parser functions </a> can be added to any infobox. However, the results will be automatically hidden if the parameter, tag or data source do not contain any text. </p> <table class="article-table" style="width:100%;"> <tr> <th> Template code </th> <th> Output </th> </tr> <tr> <td> <div class="mw-geshi mw-content-ltr" dir="ltr" style="margin:0; width:360px;"> <div class="xml source-xml"> <pre class="de1"><span class="sc3"><span class="re1"><data</span> <span class="re0">source</span>=<span class="st0">"level"</span><span class="re2">></span></span> <span class="sc3"><span class="re1"><label<span class="re2">></span></span></span>Rank<span class="sc3"><span class="re1"></label<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><format<span class="re2">></span></span></span>Orc {{#switch:{{{level}}} |1=peon |2=grunt |#default=grunt }}<span class="sc3"><span class="re1"></format<span class="re2">></span></span></span> <span class="sc3"><span class="re1"><default<span class="re2">></span></span></span>Orc<span class="sc3"><span class="re1"></default<span class="re2">></span></span></span> <span class="sc3"><span class="re1"></data<span class="re2">></span></span></span></pre> </div> </div> </td> <td> <aside class="portable-infobox pi-background pi-theme-wikia pi-layout-default"> <div class="pi-item pi-data pi-item-spacing pi-border-color"> <h3 class="pi-data-label pi-secondary-font"> Rank </h3> <div class="pi-data-value pi-font"> Orc </div> </div> </aside> </td> </tr> </table> <p> It would not make sense to test for the empty string in the switch statement, e.g. <code> |=(unknown rank) </code> , because that’s already covered by the <b> default </b> tag. </p> <h2> <span class="mw-headline" id="Examples"> Examples </span> </h2> <ul> <li> <a class="extiw" href="http://godofwar.wikia.com/wiki/Kratos" title="w:c:godofwar:Kratos"> Kratos </a> ( <small> <a class="extiw" href="http://godofwar.wikia.com/wiki/Template:War_Box" title="w:c:godofwar:Template:War Box"> source </a> </small> ) </li> <li> <a class="extiw" href="http://killbill.wikia.com/wiki/Beatrix_Kiddo" title="w:c:killbill:Beatrix Kiddo"> Beatrix Kiddo </a> ( <small> <a class="extiw" href="http://killbill.wikia.com/wiki/Template:Infobox_Character" title="w:c:killbill:Template:Infobox Character"> source </a> </small> ) </li> <li> <a class="extiw" href="http://dune.wikia.com/wiki/Battle_of_Arrakeen" title="w:c:dune:Battle of Arrakeen"> Battle of Arrakeen </a> ( <small> <a class="extiw" href="http://dune.wikia.com/wiki/Template:Battle" title="w:c:dune:Template:Battle"> source </a> </small> ) </li> <li> <a class="extiw" href="http://casualty.wikia.com/wiki/Connie_Beauchamp" title="w:c:casualty:Connie Beauchamp"> Connie Beauchamp </a> ( <small> <a class="extiw" href="http://casualty.wikia.com/wiki/Template:CharacterBoxNew" title="w:c:casualty:Template:CharacterBoxNew"> source </a> </small> ) </li> </ul> <h2> <span class="mw-headline" id="Further_help_and_feedback"> Further help and feedback </span> </h2> <ul> <li> For information on the 'classic' method of writing infoboxes, see <a href="help_classic_infoboxes.html" title="Help:Classic infoboxes"> Help:Classic infoboxes </a> . </li> <li> For more infobox help, see the <a class="extiw" href="http://portability.wikia.com/wiki/Portable_Infoboxes" title="w:c:portability:Portable Infoboxes"> Portability Wiki </a> . </li> <li> Browse and search other help pages at <a href="help_contents.html" title="Help:Contents"> Help:Contents </a> </li> <li> Check <a href="help_wikia_community_central.html" title="Help:Wikia Community Central"> Help:Wikia Community Central </a> for sources of further help and support </li> <li> Check <a href="help_contacting_wikia.html" title="Help:Contacting Wikia"> Help:Contacting Wikia </a> for how to report any errors or unclear steps in this article </li> <li> Learn how to use Wikia in <a href="wikia_university.html" title="Wikia University"> Wikia University </a> : short how-to videos for all levels of experience </li> </ul> <!-- NewPP limit report Preprocessor node count: 293/300000 Post‐expand include size: 370/2097152 bytes Template argument size: 0/2097152 bytes Expensive parser function count: 0/100 --> <!-- Saved in parser cache with key wikia:pcache:idhash:844969-0!*!0!!en!2!* --> <div style="clear:both"> </div> </div> <!-- NewPP limit report Preprocessor node count: 0/300000 Post‐expand include size: 0/2097152 bytes Template argument size: 0/2097152 bytes Expensive parser function count: 0/250 --> <noscript> <link href="http://slot1.images.wikia.nocookie.net/__cb1463274832/common/extensions/wikia/ImageLazyLoad/css/ImageLazyLoadNoScript.css" rel="stylesheet"/> </noscript> <noscript> <link href="http://slot1.images.wikia.nocookie.net/__cb1463274832/common/extensions/wikia/TOCimprovements/TOCNoScript.css" rel="stylesheet"/> </noscript> </div> <div class="printfooter"> Retrieved from " <a href="help_infobox.html"> http://eq2.wikia.com/wiki/Help:Infobox </a> " </div> </div> <div class="WikiaArticleFooter" id="WikiaArticleFooter"> <!-- NO CONTAINER NATIVE_TABOOLA_ARTICLE (levels: null) --> <div id="RelatedPagesModuleWrapper"> </div> </div> <div class="noprint" id="WikiaArticleBottomAd"> <!-- NO AD PREFOOTER_LEFT_BOXAD (levels: null) --> <!-- NO AD PREFOOTER_RIGHT_BOXAD (levels: null) --> </div> </div> </article> <!-- WikiaMainContent --> <div class="WikiaRail" id="WikiaRail"> <!-- NO AD TOP_RIGHT_BOXAD (levels: null) --> <div class="loading"> </div> </div> <footer class="WikiaFooter notoolbar" id="WikiaFooter"> <section> <div class="header-container"> <h2> Around Wikia's network </h2> <a class="wikia-button" href="http://community.wikia.com/wiki/Special:RandomWiki/324" id="WikiaRandomWiki"> Random Wiki </a> </div> <script type="text/javascript"> wgAfterContentAndJS.push(function() { window.OpenXSPC = {}; window.OpenXSPC[ 'fillElem_SPOTLIGHT_FOOTER' ] = function() { var output = window.OA_output || []; ( 14 in output ) && $( '#SPOTLIGHT_FOOTER_1' ).html( output[ 14 ] ); ( 15 in output ) && $( '#SPOTLIGHT_FOOTER_2' ).html( output[ 15 ] ); ( 16 in output ) && $( '#SPOTLIGHT_FOOTER_3' ).html( output[ 16 ] ); }; }); </script> <ul class="LazyLoadAd SPOTLIGHT_FOOTER" id="SPOTLIGHT_FOOTER"> <li class="WikiaSpotlight item-1" id="SPOTLIGHT_FOOTER_1"> </li> <li class="WikiaSpotlight item-2" id="SPOTLIGHT_FOOTER_2"> </li> <li class="WikiaSpotlight item-3" id="SPOTLIGHT_FOOTER_3"> </li> </ul> </section> </footer> <footer class="global-footer"> <nav> <div class="branding vertical-games black"> <a class="wikia-logo" href="http://gameshub.wikia.com/wiki/Games_Hub"> <img src="data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D"> <span> Games </span> </img> </a> </div> <ul> <li> <a href="http://www.wikia.com/About"> <span> About </span> </a> </li> <li> <a href="help_contents-2.html"> Help </a> </li> <li> <a href="http://community.wikia.com/"> <span> Community Central </span> </a> </li> <li> <a href="http://www.wikia.com/Careers"> Careers </a> </li> <li> <a href="http://www.wikia.com/Advertising"> Advertise </a> </li> <li> <a href="http://api.wikia.com/"> <span> API </span> </a> </li> <li> <a href="special_contact.html"> Contact Wikia </a> </li> <li> <a href="http://www.wikia.com/Terms_of_Use"> Terms of Use </a> </li> <li> <a href="http://www.wikia.com/Privacy_Policy"> Privacy Policy </a> </li> <li> <a href="http://www.wikia.com/Sitemap"> Global Sitemap </a> </li> <li> <a href="special_allpages.html"> Local Sitemap </a> </li> <li> Content is available under <a class="external" href="http://wikia.com/Licensing" rel="nofollow"> CC-BY-SA </a> . </li> </ul> </nav> </footer> </div> </section> <!--WikiaPage--> <div id="WikiaBar"> <div class="WikiaBarWrapper hidden" id="WikiaBarWrapper"> <div class="wikia-bar wikia-bar-anon"> <a class="arrow" data-tooltip="Collapse" data-tooltipshow="Show" href="#"> </a> <div class="ad"> <div class="noprint" id="WIKIA_BAR_BOXAD_1" style="width: 300px; position: relative;"> </div> </div> <div class="message" data-messagetooltip="Click here for more information!" data-wikiabarcontent='[{"text":"Civil War, X-Men: Apocalypse, and Deadpool. Explore our Superhero Summer Guide!","href":"http:\/\/bit.ly\/1XnmiKl"},{"text":"Civil War, X-Men: Apocalypse, and Deadpool. Explore our Superhero Summer Guide!","href":"http:\/\/bit.ly\/1XnmiKl"},{"text":"Civil War, X-Men: Apocalypse, and Deadpool. Explore our Superhero Summer Guide!","href":"http:\/\/bit.ly\/1XnmiKl"},{"text":"Civil War, X-Men: Apocalypse, and Deadpool. Explore our Superhero Summer Guide!","href":"http:\/\/bit.ly\/1XnmiKl"},{"text":"Civil War, X-Men: Apocalypse, and Deadpool. Explore our Superhero Summer Guide!","href":"http:\/\/bit.ly\/1XnmiKl"}]'> </div> <a class="wikiabar-button" data-index="0" href="http://www.wikia.com/Video_Games"> <img class="icon cup" src="png/wikiabaricon-3.png"/> <span> Video Games </span> </a> <a class="wikiabar-button" data-index="1" href="http://www.wikia.com/Entertainment"> <img class="icon cup" src="png/wikiabaricon-3.png"/> <span> Entertainment </span> </a> <a class="wikiabar-button" data-index="2" href="http://www.wikia.com/Lifestyle"> <img class="icon cup" src="png/wikiabaricon-3.png"/> <span> Lifestyle </span> </a> </div> </div> <div class="WikiaBarCollapseWrapper"> <a class="wikia-bar-collapse" data-tooltip="Collapse" href="#"> </a> </div> </div> <!-- NO AD GPT_FLUSH (levels: ["*"]) --> <!-- NO AD EVOLVE_FLUSH (levels: ["*"]) --> <!-- NO AD HITMEDIA_FLUSH (levels: ["*"]) --> <!-- NO AD TURTLE_FLUSH (levels: ["*"]) --> </div> <!--[if lt IE 8]> <script src="http://slot1.images.wikia.nocookie.net/__cb1463274832/common/resources/wikia/libraries/json2/json2.js"></script> <![endif]--> <!--[if lt IE 9]> <script src="http://slot1.images.wikia.nocookie.net/__cb1463274832/common/resources/wikia/libraries/html5/html5.min.js"></script> <![endif]--> <!-- Combined JS files and head scripts --> <script src="http://eq2.wikia.com/__load/-/cb%3D1463274832%26debug%3Dfalse%26lang%3Den%26newve%3D1%26only%3Dscripts%26skin%3Doasis/startup"> </script> <script> if(window.mw){ mw.config.set({"wgCanonicalNamespace":"Help","wgCanonicalSpecialPageName":false,"wgPageName":"Help:Infobox","wgTitle":"Infobox","wgCurRevisionId":0,"wgArticleId":0,"wgIsArticle":true,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":[],"wgBreakFrames":false,"wgPageContentLanguage":"en","wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgRelevantPageName":"Help:Infobox","wgRestrictionCreate":[],"wgTimeAgoi18n":{"year":"a year ago","years":"%d years ago","month":"a month ago","months":"%d months ago","day":"a day ago","days":"%d days ago","hour":"an hour ago","hours":"%d hours ago","minute":"a minute ago","minutes":"%d minutes ago","seconds":"a minute ago","year-from-now":"\x26lt;timeago-year-from-now\x26gt;","years-from-now":"\x26lt;timeago-year-from-now\x26gt;","month-from-now":"a month from now","months-from-now":"%d months from now","day-from-now":"a day from now","days-from-now":"%d days from now","hour-from-now":"an hour from now","hours-from-now":"%d hours from now","minute-from-now":"a minute from now","minutes-from-now":"%d minutes from now","second-from-now":"a minute from now","seconds-from-now":"a minute from now"},"sassParams":{"background-dynamic":"true","background-image":"http://static1.wikia.nocookie.net/eq2/images/5/50/Wiki-background","background-image-height":"911","background-image-width":"2200","color-body":"#000000","color-body-middle":"#000000","color-buttons":"#6c0403","color-header":"#6c0403","color-links":"#0148c2","color-page":"#ffffff","oasisTypography":1,"page-opacity":"100","widthType":0},"wgAssetsManagerQuery":"/__am/%4$d/%1$s/%3$s/%2$s","wgEnableOutboundScreenExt":true,"wgOutboundScreenRedirectDelay":30,"wgCatId":"2","wgBlankImgUrl":"data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D","wgPrivateTracker":true,"wgMainpage":"EverQuest 2 Wiki:Main Page","wgExtensionsPath":"http://slot1.images.wikia.nocookie.net/__cb1463274832/common/extensions","wgResourceBasePath":"http://slot1.images.wikia.nocookie.net/__cb1463274832/common","wgSitename":"EverQuest 2 Wiki","wgMWrevId":false,"wgCookieDomain":".wikia.com","wgCookiePath":"/","wgEnableNewAuthModal":null,"wgEnableWikiaPhotoGalleryExt":true,"wgOasisGrid":true,"wgEnableMediaGalleryExt":false,"wgWikiaMaxNameChars":50,"wgMinimalPasswordLength":1,"wgEnableLightboxExt":true,"wgShowAdModalInterstitialTimes":3,"wgEnableWebPThumbnails":true,"fbAppId":"112328095453510","fbScript":null,"fbLogo":false,"fbLogoutURL":"/wiki/Special:UserLogout?returnto=Help:Infobox","fbReturnToTitle":"Help:Infobox","fbScriptLangCode":"en_US","wgEnableFacebookClientExt":true,"wgEnableWikiaFollowedPages":true,"wgFollowedPagesPagerLimit":15,"wgFollowedPagesPagerLimitAjax":600,"wgWikiaChatUsers":[],"wgWikiaChatWindowFeatures":"width=600,height=600,menubar=no,status=no,location=no,toolbar=no,scrollbars=no,resizable=yes","wgEnableWikiaBarExt":true,"wgEnableWikiaBarAds":true,"wgWikiaBarMainLanguages":["en","de","es","fr"],"wgVisualEditor":{"isPageWatched":false,"pageLanguageCode":"en","pageLanguageDir":"ltr","svgMaxSize":2048,"namespacesWithSubpages":{"1":true,"2":true,"3":true,"5":true,"7":true,"8":true,"9":true,"11":true,"13":true,"15":true,"0":true,"4":true,"6":true,"10":true,"12":true,"14":true,"110":true,"111":true,"500":true,"501":true,"502":true,"503":true,"828":true,"829":true}},"wgMaxUploadSize":10485760,"wgEnableVisualEditorUI":false,"wgEnableWikiaInteractiveMaps":false,"VignettePathPrefix":null,"reCaptchaPublicKey":"6LdDSA4TAAAAANZDWjPdTiQcYsTuge5fMPQTd7D_","wgQualarooUrl":"//s3.amazonaws.com/ki.js/52510/bgJ.js","wgVisualEditorPreferred":true,"wgWeppyConfig":{"host":"//speed.wikia.net/__rum","sample":0.1,"aggregationInterval":1000},"wgEnablePortableInfoboxBuilderInVE":false,"wgEnableVisualEditorTourExperiment":true,"wgOasisResponsive":false,"wgOasisBreakpoints":true,"verticalName":"Games","wgArticleInterlangList":[],"WikiaEnableNewCreatepage":true,"ContentNamespacesText":["","Guild"],"wgCategoryTreePageCategoryOptions":"{\"mode\":0,\"hideprefix\":20,\"showcount\":true,\"namespaces\":false}","wgContentReviewExtEnabled":true,"wgContentReviewTestModeEnabled":false,"wgReviewedScriptsTimestamp":"1441719865","wgScriptsTimestamp":"1368032175"}); } </script> <script> if(window.mw){ mw.loader.implement("user.options",function($){mw.user.options.set({"ccmeonemails":0,"cols":80,"date":"default","diffonly":0,"disablemail":0,"disablesuggest":0,"editfont":"default","editondblclick":0,"editsection":1,"editsectiononrightclick":0,"enotifminoredits":1,"enotifrevealaddr":0,"enotifusertalkpages":1,"enotifwatchlistpages":1,"extendwatchlist":0,"externaldiff":0,"externaleditor":0,"fancysig":0,"forceeditsummary":0,"gender":"unknown","hideminor":0,"hidepatrolled":0,"highlightbroken":1,"imagesize":1,"justify":0,"math":0,"minordefault":0,"newpageshidepatrolled":0,"nocache":0,"noconvertlink":0,"norollbackdiff":0,"numberheadings":0,"previewonfirst":0,"previewontop":1,"quickbar":5,"rcdays":7,"rclimit":50,"rememberpassword":0,"rows":25,"searchlimit":20,"showhiddencats":0,"showjumplinks":1,"shownumberswatching":1,"showtoc":1,"showtoolbar":1,"skin":"oasis","stubthreshold":0,"thumbsize":2,"underline":2,"uselivepreview":0,"usenewrc":1,"watchcreations":1,"watchdefault":1,"watchdeletion":1, "watchlistdays":3,"watchlisthideanons":0,"watchlisthidebots":0,"watchlisthideliu":0,"watchlisthideminor":0,"watchlisthideown":0,"watchlisthidepatrolled":0,"watchmoves":0,"wllimit":250,"htmlemails":1,"watchlistdigest":1,"editor":2,"founderemails-joins-324":0,"founderemails-edits-324":0,"founderemails-views-digest-324":0,"founderemails-complete-digest-324":0,"visualeditor-enable":1,"visualeditor-betatempdisable":0,"visualeditor-enable-experimental":0,"visualeditor-enable-language":0,"visualeditor-hidebetawelcome":0,"useeditwarning":true,"variant":"en","language":"en","searchNs0":true,"searchNs1":false,"searchNs2":false,"searchNs3":false,"searchNs4":false,"searchNs5":false,"searchNs6":false,"searchNs7":false,"searchNs8":false,"searchNs9":false,"searchNs10":false,"searchNs11":false,"searchNs12":false,"searchNs13":false,"searchNs14":true,"searchNs15":false,"searchNs110":false,"searchNs111":false,"searchNs114":false,"searchNs115":false,"searchNs116":false,"searchNs117":false,"searchNs500": false,"searchNs501":false,"searchNs502":false,"searchNs503":false,"searchNs828":false,"searchNs829":false,"searchNs1200":false,"searchNs1201":false,"searchNs1202":false,"userlandingpage":1});;},{},{});mw.loader.implement("user.tokens",function($){mw.user.tokens.set({"editToken":"40e3a84581c46278a253f474c30b2aac+\\","watchToken":false});;},{},{}); /* cache key: eq2i:resourceloader:filter:minify-js:7:2b401b52e4cc632528cd091dd5d57b47 */ } </script> <script> if(window.mw){ mw.loader.load(["mediawiki.page.startup","mediawiki.legacy.wikibits","mediawiki.legacy.ajax","amd.shared","ext.visualEditor.wikia.viewPageTarget.init","mediawiki.user","mediawiki.page.ready","ext.bannerNotifications","ext.cookiePolicyMessages","ext.userLogin"]); } </script> <script src="http://slot1.images.wikia.nocookie.net/__am/1463274832/groups/-/oasis_shared_core_js,oasis_shared_js,oasis_anon_js,adengine2_oasis_exitstitial_js,adengine2_desktop_js,adengine2_gcs_js,adengine2_taboola_js,adengine2_interactive_maps_js,recirculation_lateral_js,toc_js,qualaroo_js,spotlights_js"> </script> <script src="http://slot1.images1.wikia.nocookie.net/__am/1463274832/group/-/auth_modal_js"> </script> <script src="http://slot1.images4.wikia.nocookie.net/__am/1463274832/group/-/cookie_policy_js"> </script> <script src="http://slot1.images2.wikia.nocookie.net/__am/1463274832/group/-/wikia_in_your_lang_js"> </script> <script src="http://slot1.images4.wikia.nocookie.net/__am/1463274832/group/-/portable_infobox_js"> </script> <script src="http://slot1.images3.wikia.nocookie.net/__am/1463274832/group/-/visit_source_js"> </script> <script src="http://slot1.images2.wikia.nocookie.net/__am/1463274832/group/-/visual_editor_tour_experiment_js"> </script> <script src="http://eq2.wikia.com/wikia.php?controller=JSMessages&method=getMessages&format=html&packages=AdEngine%2CConfirmModal%2CImagePlaceholder%2COasis-generic%2CRecirculation&uselang=en&cb=1463274832.0.0"> </script> <script src="http://slot1.images4.wikia.nocookie.net/__am/1463274832/group/-/global_navigation_js"> </script> <script src="http://slot1.images1.wikia.nocookie.net/__am/1463274832/group/-/page_share_js"> </script> <script src="http://slot1.images2.wikia.nocookie.net/__am/1463274832/group/-/global_footer_js"> </script> <script type="text/javascript"> /*<![CDATA[*/ Wikia.LazyQueue.makeQueue(wgAfterContentAndJS, function(fn) {fn();}); wgAfterContentAndJS.start(); /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (typeof AdEngine_trackPageInteractive === 'function') {wgAfterContentAndJS.push(AdEngine_trackPageInteractive);} /*]]>*/ </script> <script src="http://eq2.wikia.com/__load/-/cb%3D1463274832%26debug%3Dfalse%26lang%3Den%26only%3Dscripts%26skin%3Doasis/ext.siteWideMessages.anon"> </script> <script src="http://eq2.wikia.com/__load/-/cb%3D1463274832%26debug%3Dfalse%26lang%3Den%26only%3Dscripts%26reviewed%3D1441719865%26skin%3Doasis/site"> </script> <script src="http://slot1.images2.wikia.nocookie.net/__am/1463274832/group/-/facebook_client_fbtags_js"> </script> <script> var wgSassLoadedScss = ["skins\/oasis\/css\/oasis.scss","extensions\/wikia\/SharedHelp\/css\/shared-help.scss","extensions\/wikia\/Recirculation\/styles\/recirculation.scss","extensions\/wikia\/PortableInfobox\/styles\/PortableInfobox.scss","extensions\/wikia\/PortableInfobox\/styles\/PortableInfoboxEuropaTheme.scss","extensions\/wikia\/VisualEditorTourExperiment\/styles\/VisualEditorTourExperimentInit.scss","extensions\/wikia\/GlobalNavigation\/styles\/GlobalNavigation.scss","extensions\/wikia\/GlobalNavigation\/styles\/GlobalNavigationSearch.scss","extensions\/wikia\/GlobalNavigation\/styles\/GlobalNavigationAccountNavigation.scss","extensions\/wikia\/GlobalNavigation\/styles\/GlobalNavigationUserLoginDropdown.scss","extensions\/wikia\/GlobalNavigation\/styles\/GlobalNavigationNotifications.scss","extensions\/wikia\/GlobalNavigation\/styles\/GlobalNavigationInverse.scss","extensions\/wikia\/GlobalNavigation\/styles\/GoogleSearchAPI.scss","skins\/shared\/styles\/transparent-out.scss","extensions\/wikia\/PageShare\/styles\/PageShare.scss","extensions\/wikia\/GlobalFooter\/styles\/GlobalFooter.scss","extensions\/wikia\/Qualaroo\/css\/Qualaroo.scss"]; </script> </body> <!-- Mirrored from eq2.wikia.com/wiki/Help:Infobox by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 17 May 2016 11:21:33 GMT --> </html>