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
No edit summary
Make it clear that the info box is about title pack
(4 intermediate revisions by 2 users 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-50" | {{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 49: Line 47:
       | {{#external_value:cost}}
       | {{#external_value:cost}}
       | N/A
       | N/A
     }} }} planets
     }} planets }}
|-
|-
! Download link || {{#if:{{#external_value:download_url|}}
! Download || {{#if:{{#external_value:download_url|}}
   | [{{#external_value:download_url}} Download]
   | [https://prod.live.maniaplanet.com/ingame/public/titles/download/{{{uid}}}.Title.Pack.gbx Link]
   | N/A
   | N/A
}}
}}
|-
|-
! Title Maker || {{#if:{{{title_maker|}}}
! UID || {{{uid}}}
|-
! [[Title Maker|Maker]] || {{#if:{{{title_maker|}}}
   | {{{title_maker}}}
   | {{{title_maker}}}
   | {{#if:{{#external_value:title_maker_uid|}}
   | {{#if:{{#external_value:title_maker_uid|}}
       | {{#external_value:title_maker_uid}}
       | {{#external_value:title_maker_uid}}
       | Unknown
       | Unused
     }} }}
     }} }}
|-
|-
Line 88: Line 88:
}}
}}
</pre>
</pre>
{{Infobox title pack
| uid          = TMStadium@nadeo
| authors      = Author Names (Optional)
}}


[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

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