Template:RefactorTileset: Difference between revisions
Jump to navigation
Jump to search
imported>AntumDeluge Categorize template under 'Stendhal' & 'Development' |
imported>AntumDeluge Categorize template under 'Stendhal' & 'Development' |
(No difference)
| |
Revision as of 02:24, 16 November 2017
|- | || || || || style="text-align:center;background-color:#ff0000;"| || ||
Description
Template:RefactorTileset
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 |
|---|---|
| {{RefactorTileset|dir|filename|maps|branch|assigned|status|notes}} | |- | <dir> || <filename> || <maps> || [https://github.com/arianne/stendhal/blob/<branch>/<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>(tiled/tileset) || Filename || # of<br>Maps || Git || Assigned || Status || Notes
{{RefactorTileset|item/textile|blankets.png|3|1b49133|||Needs assigned.}}
{{RefactorTileset|ground|brown.png|3|ab7c9df|FooUser|WIP|Work-in-progress}}
{{RefactorTileset|building/door|closed_with_notice.png|3|master|BarUser|done|}} All done.
|}
Output:
| Folder (tiled/tileset) |
Filename | # of Maps |
Git | Assigned | Status | Notes |
|---|---|---|---|---|---|---|
| item/textile | blankets.png | 3 | 1b49133 | Needs assigned. | ||
| ground | brown.png | 3 | ab7c9df | FooUser | WIP | Work-in-progress |
| building/door | closed_with_notice.png | 3 | current | BarUser | done ✓ | All done. |