Template:DKR course infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
(improved. some code from levelbox)
Line 1: Line 1:
{| class="infobox" cellpadding=3 cellspacing=2 align=right width=220px style="font-family: arial, sans-serif; padding: 4px; margin: 0 0 1.5em 1.5em; font-size: 11px; background-color: orange; border:1px solid #88a; color:black"
{|class="infobox" cellpadding=3 cellspacing=2 width=220 style="margin:{{#ifeq:{{{align}}}|left|0 1em 1em 0|0 0 1em 1em}};font-size:11px;background-color:wheat;border:1px solid #88a;float:{{#ifeq:{{{align}}}|left|left|right}};clear:{{#ifeq:{{{align}}}|left|left|right}}"
| align="center" colspan="2" bgcolor="#fff0b6" style="font-size:120%;" | '''''{{color-link|Diddy Kong Racing|black}}''''' '''Track'''
|align=center colspan=2 bgcolor=#BB8855 style=font-size:120%|'''''{{color-link|Diddy Kong Racing|black}}''''' '''Track'''
|-
|-
| align="center" colspan="2" bgcolor="#FFF8DC" style="font-size:120%;" | {{{name|{{PAGENAME}}}}}
|align=center colspan=2 bgcolor=#BB8855 style=font-size:125%|{{{name|{{PAGENAME}}}}}
|-
|-
|align="center" colspan="2" | {{{image|[[Image:Nocoverart.png|center]]<br>[[Special:Upload|<small>Upload one!</small>]]}}}
|align=center colspan=2|{{{image|}}}
|- style=background:#FFF8DC
|- style=background:#FFF8DC
|'''Location'''
{{#if:{{{world|}}}|{{!}} '''World''' {{!}}{{!}} {{{world|}}}}}
| style="width:12em" | {{{location|}}}
|-style=vertical-align:top
|- style="vertical-align: top;"
{{#if:{{{balloons|}}}|{{!}} '''Balloon(s) required''' {{!}}{{!}} {{{balloons|}}}}}
| '''Balloon #'''
| {{{balloons|}}}
|- style=background:#FFF8DC
|- style=background:#FFF8DC
| '''Transportation'''
{{#if:{{{transportation|}}}|{{!}} '''Transportation''' {{!}}{{!}} {{{transportation|}}}}}
| {{{transportation|}}}
|-style=vertical-align:top
|- style="vertical-align: top;"
{{#if:{{{meet_tt|}}}|{{!}} '''Meet T.T''' {{!}}{{!}} {{{meet_tt|}}}}}
| '''Beat T.T.'''
| {{{beat_tt|}}}
|- style=background:#FFF8DC
|- style=background:#FFF8DC
| '''Notes'''
{{#if:{{{beat_tt|}}}|{{!}} '''Beat T.T.''' {{!}}{{!}} {{{beat_tt|}}}}}
| {{{notes|}}}
|-style=vertical-align:top
|- style="background:#FFF8DC" cellspacing=0
{{#if:{{{notes|}}}|{{!}} '''Notes''' {{!}}{{!}} {{{notes|}}}}}
| colspan=2 align="center" | '''{{{before|<<}}}''' <span style="font-size:97%">[[:Category:Diddy Kong Racing Race Courses|List of Tracks]]</span> '''{{{after|>>}}}'''  
|-style="background:#BB8855" cellspacing=0
|}<noinclude><br clear="all">[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>
|colspan=2 align=center|{{#if:{{{before|}}}|'''{{{before}}}'''|<<}} <span style="font-size:97%">[[:Category:Diddy Kong Racing Race Courses|List of Tracks]]</span> {{#if:{{{after|}}}|'''{{{after}}}'''|>>}}
|}<noinclude>{{br}}[[Category:Infobox templates|{{PAGENAME}}]]
==Using==
<pre>
{{DKRBox
|name =
|image =
|world =
|balloons =
|transportation =
|meet_tt =
|beat_tt =
|notes =
|before =
|after =
}}
</pre></noinclude>

Revision as of 17:15, December 18, 2018

Diddy Kong Racing Track
DKR course infobox
<< List of Tracks >>

Using

{{DKRBox
|name = 
|image = 
|world = 
|balloons = 
|transportation = 
|meet_tt = 
|beat_tt = 
|notes = 
|before =
|after =
}}