Template:RefactorNPCSprite: Difference between revisions
imported>AntumDeluge Create Template:RefactorNPCSprite |
imported>AntumDeluge Create Template:RefactorNPCSprite |
(No difference)
| |
Revision as of 04:05, 16 November 2017
|- | || 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:RefactorNPCSprite
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 |
|---|---|
| {{RefactorNPCSprite|filename|sources|names|branch|assigned|status|notes}} | |- | <filename> || <sources> || <names> || [https://github.com/arianne/stendhal/blob/<branch>/data/sprites/npc/<filename> <branch>] || <assigned> || <status> || <notes> |
Note: Text after the call to this template will be placed in "Notes" column.
Example
Input:
{| class="wikitable"
! Filename<br>(data/sprites/npc) || Source(s) || Name(s) || Git || Assigned || Status || Notes
{{RefactorNPCSprite|adosbankassistantnpc.png|ados/bank/BankNPC|Rachel|0209e35|||Needs assigned.}}
{{RefactorNPCSprite|blacksmithnpc.png|semos/blacksmith/BlacksmithNPC|Xoderos|8178fd1|FooUser|WIP|Work-in-progress}}
{{RefactorNPCSprite|animal/puppy.png|semos/city/PuppyNPC||master|BarUser|done|}} All done.
|}
Output:
| Filename (data/sprites/npc) |
Source(s) | Name(s) | Git | Assigned | Status | Notes |
|---|---|---|---|---|---|---|
| adosbankassistantnpc.png | ados/bank/BankNPC | Rachel | 0209e35 | Needs assigned. | ||
| blacksmithnpc.png | semos/blacksmith/BlacksmithNPC | Xoderos | 8178fd1 | FooUser | WIP | Work-in-progress |
| animal/puppy.png | semos/city/PuppyNPC | N/A | current | BarUser | done ✓ | All done. |