Template:RefactorTileset: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
Display "current" instead of "master" in Git column
imported>AntumDeluge
Link to special page displaying which pages use Template:RefactorTileset
Line 39: Line 39:
{{RefactorTileset|building/door|closed_with_notice.png|3|master|BarUser|done|}} All done.
{{RefactorTileset|building/door|closed_with_notice.png|3|master|BarUser|done|}} All done.
|}
|}

== See Also ==

* [[Special:WhatLinksHere/Template:RefactorTileset | Pages using Templage:{{PAGENAME}}]]

Revision as of 02:19, 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.

See Also