Template:RefactorTileset: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge Usage: Fix GitHub link text output |
imported>AntumDeluge Add parameter for linking to 'previous' version |
||
| Line 1: | Line 1: | ||
|- |
|- |
||
| {{{1|}}} || {{{2|}}} || {{{3|}}} || {{#if: {{{4|}}} | [https://github.com/arianne/stendhal/blob/{{{4|}}}/tiled/tileset/{{{1|}}}/{{{2|}}} {{#ifeq: {{{4|}}} | master | current | {{{4|}}} }}] | | }} || {{#if: {{{5|}}} | {{status|assigned|{{{ |
| {{#if: {{{1|}}} | {{{1|}}} | <span style="font-style:italic;">(top-level)</span> }} || {{{2|}}} || {{{3|}}} || {{#if: {{{4|}}} | [https://github.com/arianne/stendhal/blob/{{{4|}}}/tiled/tileset/{{{1|}}}/{{{2|}}} {{#ifeq: {{{4|}}} | master | current | {{{4|}}} }}] | | }} || {{#if: {{{5|}}} | [https://github.com/arianne/stendhal/blob/{{{5|}}}/tiled/tileset/{{{1|}}}/{{{2|}}} {{{5|}}}] | {{Status|NA}} }} || {{#if: {{{6|}}} | {{status|assigned|{{{6|}}}}} | {{status|unassigned}} | }} || {{#ifeq: {{{7|}}} | done | {{status|done}} | {{{7|}}} | }} || {{{8|}}}<noinclude> |
||
== Description == |
== Description == |
||
'''Template:{{PAGENAME}}''' |
|||
This template is for listing tilesets that need refactoring. Each call to it should be inside a wikitable. |
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 == |
== Usage == |
||
| Line 15: | Line 15: | ||
! Input || Output |
! Input || Output |
||
|- |
|- |
||
| <nowiki>{{RefactorTileset|dir|filename|maps|branch|assigned|status|notes}}</nowiki> || <nowiki>|-</nowiki><br><nowiki>| <dir> || <filename> || <maps> || [https://github.com/arianne/stendhal/blob/<branch>/tiled/tileset/<dir>/<filename> <branch>] || <assigned> || <status> || <notes></nowiki> |
| <nowiki>{{RefactorTileset|dir|filename|maps|branch|old|assigned|status|notes}}</nowiki> || <nowiki>|-</nowiki><br><nowiki>| <dir> || <filename> || <maps> || [https://github.com/arianne/stendhal/blob/<branch>/tiled/tileset/<dir>/<filename> <branch>] || [https://github.com/arianne/stendhal/blob/<old>/tiled/tileset/<dir>/<filename> <old>] || <assigned> || <status> || <notes></nowiki> |
||
|} |
|} |
||
'''''Note:''' Text after the call to this template will be placed in "Notes" column.'' |
|||
== Example == |
== Example == |
||
| Line 24: | Line 24: | ||
<p style="font-weight:bold;">Input:</p> |
<p style="font-weight:bold;">Input:</p> |
||
<blockquote> |
|||
<nowiki>{| |
<nowiki>{| class="wikitable"</nowiki><br> |
||
<nowiki>! Folder<br>(tiled/tileset) || Filename || # of<br>Maps || Git || Assigned || Status || Notes</nowiki><br> |
<nowiki>! Folder<br>(tiled/tileset) || Filename || # of<br>Maps || Git || Previous || Assigned || Status || Notes</nowiki><br> |
||
<nowiki>{{RefactorTileset|item/textile|blankets.png|3|1b49133|||Needs assigned.}}</nowiki><br> |
|||
<nowiki>{{ |
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|item/textile|blankets.png|3|1b49133||||Needs assigned.}}</nowiki><br> |
||
<nowiki>{{ |
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|ground|brown.png|3|ab7c9df||FooUser|WIP|Work-in-progress}}</nowiki><br> |
||
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|building/door|closed_with_notice.png|3|master||BarUser|done|}} All done.</nowiki><br> |
|||
|} |
|} |
||
</blockquote> |
|||
<p style="font-weight:bold;">Output:</p> |
<p style="font-weight:bold;">Output:</p> |
||
<blockquote> |
|||
{| class="wikitable" |
{| class="wikitable" |
||
! Folder<br>(tiled/tileset) || Filename || # of<br>Maps || Git || Assigned || Status || Notes |
! Folder<br>(tiled/tileset) || Filename || # of<br>Maps || Git || Previous || Assigned || Status || Notes |
||
{{RefactorTileset|item/textile|blankets.png|3|1b49133|||Needs assigned.}} |
{{RefactorTileset|item/textile|blankets.png|3|1b49133||||Needs assigned.}} |
||
{{RefactorTileset|ground|brown.png|3|ab7c9df|FooUser|WIP|Work-in-progress}} |
{{RefactorTileset|ground|brown.png|3|ab7c9df||FooUser|WIP|Work-in-progress}} |
||
{{RefactorTileset|building/door|closed_with_notice.png|3|master|BarUser|done|}} All done. |
{{RefactorTileset|building/door|closed_with_notice.png|3|master|12d51cd|BarUser|done|}} All done. |
||
|} |
|} |
||
</blockquote> |
|||
== See Also == |
== See Also == |
||
* [[Special:WhatLinksHere/Template: |
* [[Special:WhatLinksHere/Template:{{PAGENAME}} | Pages using Template:{{PAGENAME}}]] |
||