Template:RefactorSprite
|- | || || || style="text-align:center;background-color:#ff0000;"| || ||
Description
Template:RefactorSprite
This template is for listing tilesets that need refactoring. Each call to it should be inside a wikitable.
FIXME: Would be nice if entire table could be created using template.
Usage
| Input | Output |
|---|---|
| {{RefactorSprite|dir|filename|branch|assigned|status|notes}} | |- | <dir> || <filename> || [https://github.com/arianne/stendhal/blob/<branch>/data/sprites/<dir>/<filename> <branch>] || <assigned> || <status> || <notes> |
Note: Text after the call to this template will be placed in "Notes" column.
Example
Input:
{| class="wikitable"
! Folder<br>(data/sprites) || Filename || Git || Assigned || Status || Notes
{{RefactorSprite|npc|adosbankassistantnpc.png|0209e35|||Needs assigned.}}
{{RefactorSprite||chest.png|284580e|FooUser|WIP|Work-in-progress}}
{{RefactorSprite|npc/animal|cat.png|master|BarUser|done|}} All done.
|}
Output:
| Folder (data/sprites) |
Filename | Git | Assigned | Status | Notes |
|---|---|---|---|---|---|
| npc | adosbankassistantnpc.png | 0209e35 | Needs assigned. | ||
| chest.png | 284580e | FooUser | WIP | Work-in-progress | |
| npc/animal | cat.png | current | BarUser | done ✓ | All done. |