Template:PageTitle: Difference between revisions

From Step Mods | Change The Game
m (Text replacement - "/ipb4" to "forum")
mNo edit summary
Line 1: Line 1:
<includeonly><div class="pagetitle">
<includeonly>__NOTITLE__
<div style="display: table-row-group;">
{| class="pagetitle"
<div style="display: table-row;">
|-
<div style="display:table-cell; vertical-align:bottom; {{#if:{{{logo|}}}| padding-right:0.2em; | padding:0;}}">
| rowspan="3"" | {{#if:{{{logo|}}}|[[File:{{#switch:{{{logo}}}|delta=Delta_c.png|#default={{{logo}}} }}|105px]]| }}
{{#if:{{{logo|}}}|[[File:{{#switch:{{{logo}}}|delta=Delta_c.png|#default={{{logo}}} }}|105px|none|bottom]]| }}</div>
| class="pagetitle-title" | {{{title}}}
<div style="display: table-cell; width: 100%; overflow:hidden; {{#if:{{{subtitle|}}}|padding-bottom:0.2em;|{{#if:{{{author|}}}|padding-bottom:0.2em;|{{#if:{{{forumtid|}}}|padding-bottom:0.2em;| }} | }} | }}">
|-
<div class="pagetitle-title">{{{title}}}</div>
| class="pagetitle-subtitle" | {{#if:{{{subtitle|}}}|{{{subtitle}}}|&nbsp;}}
<div class="pagetitle-subtitle">{{#if:{{{subtitle|}}}|{{{subtitle}}}}}</div>
|-
<div class="pagetitle-extra">{{#if:{{{author|}}}|''by: {{{author}}}''}}</div>
| class="pagetitle-extra" | {{#if:{{{author|}}}|{{#if:{{{forumtid|}}}|''by: {{{author}}}'' &nbsp;{{!}}&nbsp; [https://stepmodifications.org/forum/topic/{{{forumtid}}}- '''Forum Topic''']|''by: {{{author}}}''}}|{{#if:{{{forumtid|}}}|[https://stepmodifications.org/forum/topic/{{{forumtid}}}- '''Forum Topic''']|&nbsp;}} }}
<div class="pagetitle-extra">{{#if:{{{forumtid|}}}|[https://stepmodifications.orgforum/topic/{{{forumtid}}}- '''Forum Topic''']}}</div></div></div></div></div>{{clear}}__NOTITLE__</includeonly><noinclude>__NOTOC__ __NOTITLE__ [[Category:Formatting Templates]]
|}
</includeonly><noinclude>__NOTOC__ __NOTITLE__ [[Category:Formatting Templates]]


==Purpose & Usage==
==Purpose & Usage==
Line 47: Line 48:
'''Result:'''
'''Result:'''
{{PageTitle|logo=delta|title=Your Title Here|author= Team XYZ|forumtid=423}}
{{PageTitle|logo=delta|title=Your Title Here|author= Team XYZ|forumtid=423}}
==Example 05 (wo/subtitle or forum topic)==
'''Code:'''
<pre>{{PageTitle|logo=delta|title=Your Title Here|author= Team XYZ}}</pre>
'''Result:'''
{{PageTitle|logo=delta|title=Your Title Here|author= Team XYZ}}
==Example 06 (wo/author or forum topic)==
'''Code:'''
<pre>{{PageTitle|logo=delta|title=Your Title Here|author= Team XYZ}}</pre>
'''Result:'''
{{PageTitle|logo=delta|title=Your Title Here|subtitle=Your subtitle text here}}
==Example 07 (wo/author, subtitle or forum topic)==
'''Code:'''
<pre>{{PageTitle|logo=delta|title=Your Title Here|author= Team XYZ}}</pre>
'''Result:'''
{{PageTitle|logo=delta|title=Your Title Here}}


</noinclude>
</noinclude>

Revision as of 17:39, February 24, 2021


Purpose & Usage

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

Parameters:

  • logo: (optional) Displays a logo to the left of the content
    • fill with the file name (with extension) of an uploaded image (e.g. Delta_c.png )
    • if logo=delta, then the Step delta logo will be displayed
  • title: is the text for the title
  • subtitle: (optional) this is this the text that appears below the title.
  • author: (optional) field for the author(s)
  • forumtid: (optional) use a forum topic's ID to include a link to related forum topic

Example 01 (title only)

Code:

{{PageTitle|title=Your Title Here}}

Result:

Your Title Here
 
 



Example 02 (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  |  Forum Topic


Example 03 (all options w/custom logo)

Code:

{{PageTitle|logo=[[File:Fallout3.png|115px|left]]|title=Your Title Here|subtitle=Your subtitle text here|author= Team XYZ|forumtid=423}}

Result:

Fallout3.png Your Title Here
Your subtitle text here
by: Team XYZ  |  Forum Topic


Example 04 (wo/subtitle)

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


Example 05 (wo/subtitle or forum topic)

Code:

{{PageTitle|logo=delta|title=Your Title Here|author= Team XYZ}}

Result:

Delta c.png Your Title Here
 
by: Team XYZ


Example 06 (wo/author or forum topic)

Code:

{{PageTitle|logo=delta|title=Your Title Here|author= Team XYZ}}

Result:

Delta c.png Your Title Here
Your subtitle text here
 


Example 07 (wo/author, subtitle or forum topic)

Code:

{{PageTitle|logo=delta|title=Your Title Here|author= Team XYZ}}

Result:

Delta c.png Your Title Here