Welcome to Assassin's Creed Wiki! Log in and join the community.

Template:Intro/doc

From the Assassin's Creed Wiki
Jump to navigation Jump to search

Template for creating standardized intro text templates.

Usage[edit source]

{{Intro
|image   =Wiki noimage.jpg
|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[edit source]

Required[edit source]

text

Text which appears above image and list. Should usually contain a sentence like "This page lists content in game".

Optional[edit source]

bullet1 - bullet5 (semi-optional)

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.

footer (optional)

Text displayed below image and list.

header (optional)

Text displayed above text, headline-style.

image (optional)

Image to be displayed to the left of the bulleted list (default: File:Wiki noimage.jpg). If set to "none", no image will be displayed.

mode (optional)

If set to "box", the template will be put in a box and centered.

Example[edit source]

{{Intro
|image   =Wiki noimage.jpg
|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:

This is the text which appears above the image and bulleted list.
  • The first item in the bulleted list
  • The second item in the bulleted list
  • The third item in the bulleted list

Copy/paste[edit source]

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