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

no edit summary
Line 1: Line 1:
{{documentation-improvement | date = April 2010}}
{{documentation shell
{{documentation shell
| name = StageInfoBox
| name = StageInfoBox
Line 15: Line 16:
|-
|-
| class
| class
| css class if there is one related to your character (or group they are in)
| special css class
|
|
|-
|-
Line 26: Line 27:
|
|
|-
|-
|'''name'''
| caption
| Full name
| caption for character
|
|
|-
|-
|'''home_planet'''
| '''stage_type'''
| Where in the Star Fox System do they come from?
| is it a planet?
|
|
|-
|-
| '''role'''
| filename
| position in the game, on their respective team, etc.
| the name of this stage's music file
|
|
|-
|-
| '''premier_game'''
| title
| First Game the character was introduced
| the title of this stage's music file
|
|
|-
|-
| '''affiliations'''
| description
| What groups do they associate with?
| any additional of this stage's music file
|
|
|-
| ''no_music''
|
|
* true - suppresses [[Template:listen|music template]] ('''not yet implemented''')
|-
|-
{{parameters-table-bottom}}
{{parameters-table-bottom}}
Line 51: Line 57:
==Example==
==Example==
<pre>
<pre>
{{CharacterInfoBox
{{StageInfoBox
| name =
| name =  
| class =
| stage_type =  
| style =
| filename =  
| picture =
| title =  
| name =
| description = <!-- change to fit information of your file -->
| home_planet =
{{*}} Title :
| role =
* Game :
| premier_game =
* File Gotten From [http://www.arwinglanding.net/music/index.php?page=sfmusic] as a MP3
| affiliations =
* File Converted to OGG with [http://audacity.sourceforge.net/]
}}
}}
</pre>
</pre>