Template for displaying unused content in a table.
Usage
{{UnusedTable|type=|ids=yes|offsets=yes|
{{UnusedRow
| content=
| id=
| offset=
| desc=
}}
}}
The "type" variable is for defining what type of content is unused, such as "Art", "Audio" or "Model", and is required.
The "ids" and "offsets" variables are optional. If neither are needed, omit "ids=yes" and "offsets=yes".
Examples
Audio |
ID
|
Description
|
|
08EH
|
Sound code 08EH in the sound test is a short jingle that is not used in either version.
|
Tests
Art
|
Description
|
|
A blank monitor that harms the player when broken. Set a monitor subtype to 0 to view it in-game.
|
Art |
ID
|
Description
|
|
1
|
A blank monitor that harms the player when broken. Set a monitor subtype to 0 to view it in-game.
|
Art |
Offset
|
Description
|
|
2
|
A blank monitor that harms the player when broken. Set a monitor subtype to 0 to view it in-game.
|
Art |
ID |
Offset
|
Description
|
|
1 |
2
|
A blank monitor that harms the player when broken. Set a monitor subtype to 0 to view it in-game.
|