Changes

New infobox template
<div>
{| class="toccolours" style="float:right; margin:0 0 0.5em 1em; width:300px;font-size:95%"
|-
! colspan="2" style="background-color:{{{bgcolor|gold}}}; color:{{{txtcolor|black}}}; text-align: center; font-size: 125%;padding:3px" | '''{{{name|{{PAGENAME}}}}}'''
|-
| colspan="2" style="text-align: center" | {{{image}}}
|-
{{#if:{{{game|}}}|
{{!}}- style="vertical-align: top;"
{{!}}'''Game appearance(s):'''
{{!}}style="padding-right: 1em;" {{!}} {{{game}}}
}}
{{!}}-
{{#if:{{{theme|}}}|
{{!}}- style="vertical-align: top;"
{{!}}'''Theme:'''
{{!}}style="padding-right: 1em;" {{!}} {{{theme}}}
}}
|-
{{#if:{{{sr_record|}}}|
! colspan="2" style="background-color:{{{bgcolor|gold}}}; color:{{{txtcolor|black}}}; text-align: center" {{!}} '''Speedrunning data'''
{{!}}-
{{#if:{{{sr_record|}}}|
{{!}}- style="vertical-align: top;"
{{!}}'''Record time(s):'''
{{!}}style="padding-right: 1em;" {{!}} {{{sr_record}}}
}}
}}
{{!}}-
{{#if:{{{cup|}}}{{{staff_ghost|}}}{{{theme|}}}|
! colspan="2" style="background-color:{{{bgcolor|gold}}}; color:{{{txtcolor|black}}}; text-align: center" {{!}} '''In-game information'''
{{!}}-
{{#if:{{{cup|}}}|
{{!}}- style="vertical-align: top;"
{{!}}'''Cup(s):'''
{{!}}style="padding-right: 1em;" {{!}} {{{cup}}}
}}
{{!}}-
{{#if:{{{staff_ghost|}}}|
{{!}}- style="vertical-align: top;"
{{!}}'''Staff Ghost:'''
{{!}}style="padding-right: 1em;" {{!}} {{{staff_ghost}}}
}}
}}
|}
</div><noinclude>
==Usage==
Use this for articles on courses in the ''Mario Kart'' games.
<pre>
{{MKcourse-infobox
|bgcolor=
|txtcolor=
|image=
|game=
|theme=
|speedrun_record=
|cup=
|staff_ghost=
}}
</pre>
[[Category:Infobox templates]]</noinclude>