Welcome to the Lylat Wiki, all about the Star Fox series! If you'd like to help out, please take a look at our community portal.

Difference between revisions of "Template:Infobox stage/doc"

From Lylat Wiki, your source on Star Fox information. By Fans, for Fans.
Jump to navigationJump to search
m (Text replace - '<includeonly>' to '<includeonly>{{user-take-a-look|tacopill}}')
Line 41: Line 41:
| the name of this stage's music file
| the name of this stage's music file
|
|
*  does not show up if ''no_music'' is true
|-
|-
| title
| title
| the title of this stage's music file
| the title of this stage's music file
|
|
*  does not show up if ''no_music'' is true
|-
|-
| description
| description
| any additional of this stage's music file
| any additional of this stage's music file
|
|
*  does not show up if ''no_music'' is true
|-
|-
| ''no_music''
| ''no_music''
Line 55: Line 58:
* true - suppresses [[Template:listen|music template]] ('''not yet implemented''')
* true - suppresses [[Template:listen|music template]] ('''not yet implemented''')
|-
|-
| ''sf64''
| if true, adds a table that details information
|
* true - adds a table for [[Star Fox 64]] information.
|-
| medal
|
|
*  does not show up if ''sf64'' is false or not given
|-
| vehicle
|
|
*  does not show up if ''sf64'' is false or not given
|-
| prev_1
| what stage do you come from if you do not meet specific conditions
|
*  does not show up if ''sf64'' is false or not given
|-
| next_1
| what stage do you got to if you do not meet specific conditions
|
*  does not show up if ''sf64'' is false or not given
|-
| prev_2
| what stage do you come from if you meet specific conditions
|
*  does not show up if ''sf64'' is false or not given
|-
| next_2
| what stage do you go to if you meet specific conditions
|
*  does not show up if ''sf64'' is false or not given
{{parameters-table-bottom}}
{{parameters-table-bottom}}
|}
|}
Line 60: Line 101:
==Example==
==Example==
<pre>
<pre>
{{StageInfoBox v.2.0
{{StageInfoBox v2.5
| name =  
| name =  
| stage_type =  
| stage_type =  
Line 70: Line 111:
* File Gotten From [http://www.arwinglanding.net/music/index.php?page=sfmusic] as a MP3
* File Gotten From [http://www.arwinglanding.net/music/index.php?page=sfmusic] as a MP3
* File Converted to OGG with [http://audacity.sourceforge.net/]
* File Converted to OGG with [http://audacity.sourceforge.net/]
| sf64 = true
| medal =
| vehicle =
| prev_1 =
| next_1 =
| prev_2 =
| next_2 =
}}
}}
</pre>
</pre>
<includeonly>{{user-take-a-look|tacopill}}{{documentation-improvement | date = August 2010 }}
<includeonly>{{user-take-a-look|tacopill}}{{documentation-improvement | date = August 2010 }}
[[Category:InfoBox Usage Templates|Stages]]
 
[[Category:Stage Templates|Infobox]]
</includeonly><noinclude>[[Category:Documentation|{{PAGENAME}}]]</noinclude>
</includeonly><noinclude>[[Category:Documentation|{{PAGENAME}}]]</noinclude>

Revision as of 15:34, 16 September 2010

Peppy Hare SF0 headshot icon.png Peppy Hare: "Falco, this template's documentation needs to be improved to meet LW:TS."
Falco Lombardi: "Why are you asking me? Isn't that Slippy's job?"
.....
"Fine. I'll do it."
Falco Lombardi SF0 headshot icon.png
Name StageInfoBox v2.5
Link {{StageInfoBox v2.5}}
Info Basic Stage Info. Designed for only 5 fields at the moment. See Infoboxes for more info.


Purpose

Usage

Parameters

Name Description Value information
name name of the character
class special css class
style custom style
picture have a picture? upload it, and then post it here.
caption caption for character
stage_type is it a planet?
filename the name of this stage's music file
  • does not show up if no_music is true
title the title of this stage's music file
  • does not show up if no_music is true
description any additional of this stage's music file
  • does not show up if no_music is true
no_music
sf64 if true, adds a table that details information
medal
  • does not show up if sf64 is false or not given
vehicle
  • does not show up if sf64 is false or not given
prev_1 what stage do you come from if you do not meet specific conditions
  • does not show up if sf64 is false or not given
next_1 what stage do you got to if you do not meet specific conditions
  • does not show up if sf64 is false or not given
prev_2 what stage do you come from if you meet specific conditions
  • does not show up if sf64 is false or not given
next_2 what stage do you go to if you meet specific conditions
  • does not show up if sf64 is false or not given

Notes:

  1. Required parameters are in bold, followed by explanation of usage. Italicized parameters have a related behavior change, when a certain value is inserted.
  2. For if anything happens because a specific related value is not entered.

Example

{{StageInfoBox v2.5
| name = 
| stage_type = 
| filename = 
| title = 
| description = <!-- change to fit information of your file -->
{{*}} Title : 
* Game : 
* File Gotten From [http://www.arwinglanding.net/music/index.php?page=sfmusic] as a MP3
* File Converted to OGG with [http://audacity.sourceforge.net/]

| sf64 = true
| medal = 
| vehicle = 
| prev_1 =
| next_1 = 
| prev_2 = 
| next_2 = 
}}