Difference between revisions of "Bugs in NetHack 4/trackerstatus"

From NetHackWiki
Jump to navigation Jump to search
(Create a template (as subpage of Bugs in NetHack 4 as it's *very* specific to that page) to help with migration of bugs to the new tracker)
 
m (Add category)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<onlyinclude><includeonly>class="table-{{#if:{{{1|}}}|yes|no}}"|{{#if:{{{1|}}}|<span class="plainlinks">[https://csclub.uwaterloo.ca/~scshunt/nh4/ticket/{{{1}}} Ticket #{{{1}}}]</span>|No}}</includeonly></onlyinclude>
+
<onlyinclude><includeonly>class="{{#if:{{{1|}}}|{{#ifeq:{{{1}}}|moot|bugstatus not_a_bug|table-yes}}|table-no}}"|{{#if:{{{1|}}}|{{#ifeq:{{{1}}}|moot|No need|<span class="plainlinks">[https://csclub.uwaterloo.ca/~scshunt/nh4/ticket/{{{1}}} Ticket #{{{1}}}]</span>}}|No}}</includeonly></onlyinclude>
 
This template is intended to help with the migration of the bugs listed on [[Bugs in NetHack 4]] to the [https://csclub.uwaterloo.ca/~scshunt/nh4 new tracker].
 
This template is intended to help with the migration of the bugs listed on [[Bugs in NetHack 4]] to the [https://csclub.uwaterloo.ca/~scshunt/nh4 new tracker].
  
Line 25: Line 25:
 
|(…)
 
|(…)
 
|}
 
|}
 +
 +
or, for an entry that does not need to be migrated (for example, marked "moot" or "fixed" on the buglist):
 +
(other columns…)
 +
<nowiki>|{{/</nowiki>{{SUBPAGENAME}}<nowiki>|moot}}</nowiki>
 +
(other columns…)
 +
 +
resulting in:
 +
{|class="prettytable"
 +
|(…)
 +
|{{:{{FULLPAGENAME}}|moot}}
 +
|(…)
 +
|}
 +
 +
[[Category:Bugs]]

Latest revision as of 00:11, 27 January 2020

This template is intended to help with the migration of the bugs listed on Bugs in NetHack 4 to the new tracker.

Use it (inside the buglist table) like this:

(other columns…)
|{{/trackerstatus}}
(other columns…)

resulting in:

(…) No (…)

or, for an already migrated entry:

(other columns…)
|{{/trackerstatus|1}}
(other columns…)

resulting in:

(…) Ticket #1 (…)

or, for an entry that does not need to be migrated (for example, marked "moot" or "fixed" on the buglist):

(other columns…)
|{{/trackerstatus|moot}}
(other columns…)

resulting in:

(…) No need (…)