Actions

Template

Difference between revisions of "UnusedTable"

From Sonic Retro

m
(added a type field, because there's other types of unused content besides sprites)
Line 1: Line 1:
 
<includeonly>{|class="prettytable" style="width:auto"
 
<includeonly>{|class="prettytable" style="width:auto"
!Art
+
!{{{type|}}}
 
!Description
 
!Description
 
|-
 
|-
Line 7: Line 7:
 
Template for displaying unused content in a table.
 
Template for displaying unused content in a table.
  
<pre>{{UnusedTable|
+
<pre>{{UnusedTable|type=|
 
{{UnusedRow
 
{{UnusedRow
 
| sprite=
 
| sprite=
Line 14: Line 14:
 
}}</pre>
 
}}</pre>
  
{{UnusedTable|
+
==Examples==
 +
{{UnusedTable|type=Art|
 
{{UnusedRow
 
{{UnusedRow
 
| sprite={{SpriteImage|Aquatic ruin door.png}}
 
| sprite={{SpriteImage|Aquatic ruin door.png}}
 
| desc=Unused door barriers from [[Aquatic Ruin Zone]].
 
| desc=Unused door barriers from [[Aquatic Ruin Zone]].
 +
}}
 +
}}
 +
 +
{{UnusedTable|type=Audio|
 +
{{UnusedRow
 +
| sprite=[[File:SonicChaos GG SoundCode08EH.ogg]]
 +
| desc=Sound code '''08EH''' in the sound test is a short jingle that is not used in either version.
 
}}
 
}}
 
}}
 
}}
  
 
[[Category:Sonic Retro templates]]</noinclude>
 
[[Category:Sonic Retro templates]]</noinclude>

Revision as of 13:54, 16 January 2020

Template for displaying unused content in a table.

{{UnusedTable|type=|
{{UnusedRow
| sprite=
| desc=
}}
}}

Examples

Art Description
Unused door barriers from Aquatic Ruin Zone.


Audio Description
Sound code 08EH in the sound test is a short jingle that is not used in either version.