Template:PageTitle

From Step Mods | Change The Game
Revision as of 14:10, August 2, 2021 by Z929669 (talk | contribs)


Purpose & Usage

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

Required Parameters

title - Sets the title

Values
Default: n/a, title=TitleHere

Optional Parameters

logo - Displays a logo to the left of the content

Values
Default: logo=delta
  • fo3
  • fo4
  • fnv
  • nomanssky
  • skyrim
  • skyrimse

classlist - Provide a list of predefined, Bootstrap-friently CSS classes separated by a blank space to affect display of the image.

Values
Default: n/a, classlist=class1 class2 p-3 rounded-circle ...

subtitle - Sets a subtitle

Values
Default: n/a, subtitle=SubtitleHere

author - Sets a subtitle

Values
Default: n/a, author=Author(s)Here

forum - Sets a forum link if a support forum exists for the page. The <uniqueForumID> is found in the forum topic's URL:
https://stepmodifications.org/forum/topic/14917-system-setup-guide/

Values
Default: n/a, forum=14917

Examples

Default Call

The simplest call returns defaults for the template.

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

Title Here



Example 01 (all options w/default logo)

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



Example 02 (using switches)

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

Nomanssky flare.png

Your Title Here

Your subtitle text here

by: Team XYZ



Example 03

No Subtitle

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

Your Title Here

by: Team XYZ