Template:PageTitle

From Step Mods | Change The Game
Revision as of 18:31, July 3, 2021 by Z929669 (talk | contribs) (Text replacement - "{{fc|important|" to "{{Fc|highlight|")


Purpose & Usage[edit source]

Used at top of pages to include a standardized page-title header. This template relies upon global CSS classes.

Info-Logo.png

NOTE

EDITORS: This template will allow any image uploaded to the wiki. PM an administrator to add an image to this template if it does not exist. The format for image icons is 105+ px X 105+ px. This template also includes the __NOTITLE__ behavior switch by default; therefore, it's not necessary to include it on the page when the PageTitle template is used.

Available images[edit source]

Parameters:[edit source]

Required[edit source]

title=
This is the text that displays for the title and is a required parameter.
How to use: title=text

Optional[edit source]

logo=
(optional) Displays a logo to the left of the content
Notes:
  • Logos are constrained to a minimum of 105px in width. Images with H > W work best.
  • User should upload logo images used in combination with this template to the wiki.
  • If this parameter is left out, then the Step delta logo will be displayed.
How to use: logo=<uploadedFileName> or <switch> (e.g. logo=Delta_c.png or logo=fo3 )
Available switches:
  • fo3
  • fo4
  • fnv
  • nomanssky
  • skyrim
  • skyrimse
classList=
(optional) This is used to provide a list of classes that are applied to the image.
Notes:
  • Will only work with classes that are pre-defined and those that work on images.
  • Multiple classes are separated by a blank space.
How to use: classList=p-3 rounded-circle
subtitle=
(optional) This is the text that displays for the subtitle.
How to use: subtitle=text
author=
(optional) field for the author(s)
How to use: author=text
forumtid=
(optional) use a forum topic's ID to include a link to related forum topic
Notes:
  • The <uniqueForumID> is found in the forum topic's URL:
    https://stepmodifications.org/forum/topic/14917-system-setup-guide/
How to use: forumtid=<uniqueForumID> (e.g. forumtid=14917 )

Usage Examples[edit source]

Example 01 (all options w/default logo)[edit source]

Code:
{{PageTitle|logo=delta|title=Your Title Here|subtitle=Your subtitle text here|author= Team XYZ|forumtid=423}}
Result:
Delta c.png

Your Title Here

Your subtitle text here

by: Team XYZ  | Forum Topic




Example 02 (using switches)[edit source]

Code:
{{PageTitle|logo=fo3|title=Your Title Here|subtitle=Your subtitle text here|author= Team XYZ|forumtid=423}}
{{PageTitle|logo=nomanssky|title=Your Title Here|subtitle=Your subtitle text here|author= Team XYZ|forumtid=423}}
Result:
Fo3 flare.png

Your Title Here

Your subtitle text here

by: Team XYZ  | Forum Topic

Nomanssky flare.png

Your Title Here

Your subtitle text here

by: Team XYZ  | Forum Topic




Example 03[edit source]

No Subtitle[edit source]

Code:
{{PageTitle|logo=delta|title=Your Title Here|author= Team XYZ|forumtid=423}}
Result:
Delta c.png

Your Title Here

by: Team XYZ  | Forum Topic

Title Only[edit source]

Code:
{{PageTitle|title=Your Title Here}}
Result:
Delta c.png

Your Title Here