Fallout Wiki
Advertisement
Fallout Wiki
Template documentation (for the template shown above, sometimes hidden or invisible)

Meta-template for constructing standardized intro text templates.

Usage[]

{{Intro
|image   =Intro default.png
|text    =This is the text which appears above the image and bulleted list.
|bullet1 =The first item in the bulleted list
|bullet2 =The second item in the bulleted list
|bullet3 =The third item in the bulleted list
}}

Parameters[]

Yes
text
Text which appears above image and list. Should usually contain a sentence like "This page lists content in game".
Neutral
bullet1 up to bullet5
Items in the bulleted list. If set to "empty" (or not given at all), the corresponding list item will not be displayed. It is recommended to specify 3 or 4 list items.
Neutral
footer
Text displayed below image and list.
Neutral
header
Text displayed above text, headline-style.
Neutral
(default: "Intro default.png")
image
Image to be displayed to the left of the bulleted list. If set to "none", no image will be displayed.
Neutral
mode
If set to "box", the template will be put in a box and centered.

Copy/paste[]

{{Intro
|mode    =default
|image   =
|header  =
|text    =
|bullet1 =
|bullet2 =
|bullet3 =
|bullet4 =
|bullet5 =
|footer  =
}}

Example[]

{{Intro
|image   =Intro default.png
|text    =This is the text which appears above the image and bulleted list.
|bullet1 =The first item in the bulleted list
|bullet2 =The second item in the bulleted list
|bullet3 =The third item in the bulleted list
}}

results in:

Documentation transcluded from Template:Intro/doc.
Advertisement