Template:Infobox track: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Created page with "{| class="infobox" ! colspan="2" class="infoboxTitle" | ''{{#if:{{{conjecture|}}}|{{tt|{{{name}}}|This title is conjectural.}}|{{{name}}}}}'' |- ! style="width:30%;" | Video l...")
 
(Meh, I think all of them are conjectural.)
Line 1: Line 1:
{| class="infobox"
{| class="infobox"
! colspan="2" class="infoboxTitle" | ''{{#if:{{{conjecture|}}}|{{tt|{{{name}}}|This title is conjectural.}}|{{{name}}}}}''
! colspan="2" class="infoboxTitle" | ''{{#if:{{{official|}}}|{{{name}}}|{{tt|{{{name}}}|This title is conjectural.}}}}''
|-
|-
! style="width:30%;" | Video link
! style="width:30%;" | Video link
Line 25: Line 25:
| '''Yes''' ||  || Name of the track, even if it is conjectural.
| '''Yes''' ||  || Name of the track, even if it is conjectural.
|-
|-
! conjecture
! official
| No ||  || Give this a value, like "y", to indicate that the song's title is conjectural.
| No ||  || Give this a value, like "y", to indicate that the song's title is official.
|-
|-
! link
! link
Line 50: Line 50:
<pre>
<pre>
{{infobox track
{{infobox track
|name       =  
|name     =  
|conjecture =  
|official  =  
|link       =  
|link     =  
|linko     =  
|linko     =  
|linkl     =  
|linkl     =  
|internal   =  
|internal =  
|caves     =  
|caves     =  
|challenge =  
|challenge =  
}}
}}
</pre>
</pre>


[[Category:Information boxes]]</noinclude>
[[Category:Information boxes]]</noinclude>

Revision as of 14:25, June 13, 2015

{{{name}}}
Video link
Internal name Unknown


Info

Use this template to provide info on a track from one of the games.

Parameters

Parameter Mandatory Default Detailed description
name Yes Name of the track, even if it is conjectural.
official No Give this a value, like "y", to indicate that the song's title is official.
link No Link to a YouTube video with the track.
linko No Link to a YouTube video with Olimar's version of the track, if applicable.
linkl No Link to a YouTube video with Olimar's partner's version of the track, if applicable.
internal No Internal name of the track, used in the game's files, if known.
caves No Caves and sublevels it appears in.
challenge No Challenge Mode levels and sublevels it appears in (Pikmin 2 only).

Skeleton

{{infobox track
|name      = 
|official  = 
|link      = 
|linko     = 
|linkl     = 
|internal  = 
|caves     = 
|challenge = 
}}