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

Template:Intro/doc: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>D. Cello
Created page with 'Template for creating standardized intro text templates. ==Usage== <pre> {{Intro |image =Intro default.png |text =This is the text which appears above the image and bullete…'
 
imported>Soranin
mNo edit summary
Line 4: Line 4:
<pre>
<pre>
{{Intro
{{Intro
|image  =Intro default.png
|image  =Wiki noimage.jpg
|text    =This is the text which appears above the image and bulleted list.
|text    =This is the text which appears above the image and bulleted list.
|bullet1 =The first item in the bulleted list
|bullet1 =The first item in the bulleted list
Line 36: Line 36:
<pre>
<pre>
{{Intro
{{Intro
|image  =Intro default.png
|image  =Wiki noimage.jpg
|text    =This is the text which appears above the image and bulleted list.
|text    =This is the text which appears above the image and bulleted list.
|bullet1 =The first item in the bulleted list
|bullet1 =The first item in the bulleted list
Line 45: Line 45:
results in:
results in:
{{Intro
{{Intro
|image  =Intro default.png
|image  =Wiki noimage.jpg
|text    =This is the text which appears above the image and bulleted list.
|text    =This is the text which appears above the image and bulleted list.
|bullet1 =The first item in the bulleted list
|bullet1 =The first item in the bulleted list

Revision as of 03:18, 2 March 2022

Template for creating standardized intro text templates.

Usage

{{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

Required

text

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

Optional

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:Intro default.png). 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

{{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

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