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
 
(One intermediate revision by the same user not shown)
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 28: Line 28:


'''image''' (optional)
'''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.
: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)
'''mode''' (optional)
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

Latest revision as of 03:18, 2 March 2022

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  =
}}