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

Template:Infobox track: Difference between revisions

Template page
No edit summary
No edit summary
Line 57: Line 57:
       | Unknown }} }}
       | Unknown }} }}
|-
|-
| colspan="2" class="infobox-image" | {{#if:{{{image|}}}
| colspan="2" class="infobox-image" | {{#if:{{#external_value:id|}}
  | [[File:{{{image}}}|250px]]
  | {{ShowImage|https://{{#switch:{{lc:{{{site|tmnf}}}}}
  | {{#if:{{#external_value:id|}}  
          | tmuf    = tmuf.exchange
      | {{ShowImage|
          | tmnf    = tmnf.exchange
          https://{{#switch:{{lc:{{{site|tmnf}}}}}
          | original = original.tm-exchange.com
            | tmuf    = tmuf.exchange
          | sunrise  = sunrise.tm-exchange.com
            | tmnf    = tmnf.exchange
          | nations  = nations.tm-exchange.com
            | original = original.tm-exchange.com
          | #default = tmnf.exchange
            | sunrise  = sunrise.tm-exchange.com
        }}/trackshow/{{#external_value:id}}/image/1
            | nations  = nations.tm-exchange.com
    }}
            | #default = tmnf.exchange
  | {{#if:{{{image|}}}
          }}/trackshow/{{#external_value:id}}/image/1
      | [[File:{{{image}}}|250px]]
        }}
       | [[File:Unknown.png|250px]]
       | [[File:Unknown.png|250px]]
     }}
     }}

Revision as of 20:52, 14 August 2025

Usage

This is the infobox template for tracks. To use it, copy and paste the following code into an article (trackId is required, site is tmnf by default):

{{Infobox track
| trackId       = 123456
| site          = tmuf, tmnf, original, sunrise, nations
| title         = Track Title
| image         = Example.jpg
| game          = TrackMania Game
| author        = Track Author
| worldrecord   = XX.YY by Player
| authormedal   = Author Medal
| goldmedal     = Gold Medal
| silvermedal   = Silver Medal
| bronzemedal   = Bronze Medal
| release_date  = YYYY-MM-DD
| lastupdated   = YYYY-MM-DD
| activity      = YYYY-MM-DD
| awardscomments= XXX / YYY
| link          = TrackMania Exchange link
}}
Contents