Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox title pack: Difference between revisions

Template page
Rename columns, improved download link and cost formatting
Make it clear that the info box is about title pack
(One intermediate revision by the same user not shown)
Line 27: Line 27:
{| class="wikitable infobox-titlepack" style="width:300px; float:right; clear:right; margin-left:10px;"
{| class="wikitable infobox-titlepack" style="width:300px; float:right; clear:right; margin-left:10px;"
|-
|-
! colspan="2" class="infobox-title" | {{#if:{{{name|}}}
! colspan="2" class="infobox-title" | Title Pack
  | {{{name}}}
  | {{#if:{{#external_value:name|}}
      | {{#external_value:name}}
      | {{PAGENAME}} }} }}
|-
|-
| colspan="2" class="infobox-image thumb-custom" style="--thumb-width:275px" | {{ShowImage|{{#external_value:card_url}}}}
| colspan="2" class="infobox-image thumb-custom" style="--thumb-width:275px" | {{ShowImage|{{#external_value:card_url}}}}
|-
! Name || [https://maniaplanet.com/titles/{{{uid}}} {{#external_value:name}}]
|-
|-
! Author(s) || {{{authors|Unknown}}}
! Author(s) || {{{authors|Unknown}}}
Line 40: Line 38:
   | {{{punchline}}}
   | {{{punchline}}}
   | {{#if:{{#external_value:punchline|}}
   | {{#if:{{#external_value:punchline|}}
       | {{#external_value:punchline}}
       | {{Deformat|{{#external_value:punchline}}}}
       | N/A
       | N/A
     }} }}
     }} }}
Line 55: Line 53:
   | N/A
   | N/A
}}
}}
|-
! UID || {{{uid}}}
|-
|-
! [[Title Maker|Maker]] || {{#if:{{{title_maker|}}}
! [[Title Maker|Maker]] || {{#if:{{{title_maker|}}}
Line 60: Line 60:
   | {{#if:{{#external_value:title_maker_uid|}}
   | {{#if:{{#external_value:title_maker_uid|}}
       | {{#external_value:title_maker_uid}}
       | {{#external_value:title_maker_uid}}
       | Unknown
       | Unused
     }} }}
     }} }}
|-
|-

Revision as of 22:37, 20 August 2025

Usage

This is the infobox template for title packs. To use it, copy and paste the following code into an article (uid is required):

{{Infobox title pack
| uid           = TMStadium@nadeo
| authors       = Author Names (Optional)
}}

Other overrides available.

{{Infobox title pack
| uid             = TMStadium@nadeo
| authors         = Author Names (Optional)
| title           = Title Pack Name (Optional)
| card_image      = Example.jpg (Optional)
| punchline
| cost
| title_maker_uid
}}
Contents