Template:RefactorEnemySprite
Template output:
|- | (top-level) || || style="text-align:center;"| || style="text-align:center;"| || style="text-align:center;background-color:#e6e6fa;"|N/A || style="text-align:center;background-color:#e6e6fa;"|N/A || style="text-align:center;background-color:#ff0000;"| || ||
Description
Template:RefactorEnemySprite
This template is for listing enemy sprites that need refactoring. Each call to it should be inside a wikitable.
Usage
Input | Output |
---|---|
{{RefactorEnemySprite | dir | filename | level | dimensions | branch | old | assigned | status | notes | alt. name}} | |- | <dir> || <filename> (<alt. name>) || level || dimensions || [https://github.com/arianne/stendhal/blob/<branch>/data/sprites/<dir>/<filename> <branch>] || [https://github.com/arianne/stendhal/blob/<old>/data/sprites/<dir>/<filename> <old>] || <assigned> || <status> || <notes> |
Note: Text after the call to this template will be placed in "Notes" column.
Arguments:
Argument | Description |
---|---|
1 | Directory (under data/sprites/monsters) |
2 | Filename |
3 | Level |
4 | Dimensions |
5 | Git (Link to location in Git repository) |
6 | Previous (Link to previous sprite in Git repository) |
7 | Assigned (User assigned) |
8 | Status |
9 | Notes |
10 | Alt. Name |
Example
Input:
{| class="wikitable"
! Folder<br>(data/sprites/monsters) || Filename || Level || Dimensions || Git || Previous || Assigned || Status || Notes
{{RefactorEnemySprite|mythical_being|centaur.png|56|48x64|master|4086c9c|AntumDeluge|done|All done.}}
{{RefactorEnemySprite|minotaur|minotaur.png|45|48x64|master|f69e08e|FooUser|WIP|Work-in-progress}}
{{RefactorEnemySprite|orc|orc.png|10|48x64|}}
{{RefactorEnemySprite|dwarf|deep_guardian_dwarf.png|unused|48x64||4086c9c}}
{{RefactorEnemySprite|gnome|woman_gnome.png|2|48x64|master|4086c9c|JOeJOe|done|Based on <i>gnome</i> sprite.|mage gnome}}
{{RefactorEnemySprite|human|armored_leader.png|140|x|master|f96dd38|||notes|blordrough corporal}}
|}
Output:
Folder
(data/sprites/monsters)Filename Level Dimensions Git Previous Assigned Status Notes mythical_being centaur.png 56 48x64 current 4086c9c AntumDeluge done ✓ All done. minotaur minotaur.png 45 48x64 current f69e08e FooUser WIP Work-in-progress orc orc.png 10 48x64 N/A N/A dwarf deep_guardian_dwarf.png UNUSED 48x64 N/A 4086c9c gnome woman_gnome.png (mage gnome) 2 48x64 current 4086c9c JOeJOe done ✓ Based on gnome sprite. human armored_leader.png (blordrough corporal) 140 x current f96dd38 notes
TODO
- Find a way to parse .png extension.
- FIXME: Would be nice if entire table could be created using template.