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
Zai (talk | contribs)
m fix tm2020 secret records
 
(One intermediate revision by one other user not shown)
Line 138: Line 138:
     | tm2
     | tm2
     | tm2020 = {{#switch:{{#external_value:primary_type}}
     | tm2020 = {{#switch:{{#external_value:primary_type}}
       | 0 = {{Time|{{#external_value:wr_time|}}|ms}} by {{#external_value:wr_player|Unknown}}
       | 0 = {{#ifexpr:{{#external_value:wr_time|}}>0|{{Time|{{#external_value:wr_time|}}|ms}}|Secret}} by {{#external_value:wr_player|Unknown}}
       | 1 = {{Time|{{#external_value:wr_time|}}|ms}} by {{#external_value:wr_player|Unknown}}
       | 1 = {{#ifexpr:{{#external_value:wr_time|}}>0|{{Time|{{#external_value:wr_time|}}|ms}}|Secret}} by {{#external_value:wr_player|Unknown}}
       | 3 = {{Time|{{#external_value:wr_time|}}|ms}} by {{#external_value:wr_player|Unknown}}
       | 3 = {{#ifexpr:{{#external_value:wr_time|}}>0|{{Time|{{#external_value:wr_time|}}|ms}}|Secret}} by {{#external_value:wr_player|Unknown}}
       | 4 = {{#external_value:wr_score|}} points by {{#external_value:wr_player|Unknown}}
       | 4 = {{#external_value:wr_score|}} points by {{#external_value:wr_player|Unknown}}
       | 7 = {{Time|{{#external_value:time_author}}|ms}}
       | 7 = {{#ifexpr:{{#external_value:wr_time|}}>0|{{Time|{{#external_value:wr_time|}}|ms}}|Secret}} by {{#external_value:wr_player|Unknown}}
       | {{Time|{{#external_value:wr_time|}}|ms}} by {{#external_value:wr_player|Unknown}}
       | {{#ifexpr:{{#external_value:wr_time|}}>0|{{Time|{{#external_value:wr_time|}}|ms}}|Secret}} by {{#external_value:wr_player|Unknown}}
       }}
       }}
     }}
     }}
Line 389: Line 389:
}}
}}
</pre>
</pre>
 
There's also custom CSS for this in [[MediaWiki:Common.css]] for proper image dimensions
There's also custom CSS for this in MediaWiki:Common.css
[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Latest revision as of 22:47, 31 January 2026

Usage[edit]

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, tmo, sunrise, tms, nations, tmn, tm2, tm2020 (Default: tmnf)
| title         = Track Title (Optional)
| image         = Example.jpg (Optional)
| game          = TrackMania Game (Optional)
}}

There's also custom CSS for this in MediaWiki:Common.css for proper image dimensions

Contents