Difference between revisions of "Template:Issue"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Page creation)
 
m (Fix template)
Line 1: Line 1:
 
<includeonly>| {{{1|-no category-}}}
 
<includeonly>| {{{1|-no category-}}}
| '''{{#if:{{{2|0}}}|{{#if:{{{2|2}}}|WIP|want}}|no}}'''
+
| {{{2|-no description-}}}
| {{{3|-no title-}}}
+
| {{{3|-no reason-}}}
| {{{4|n/a}}}
 
 
|-</includeonly><noinclude>
 
|-</includeonly><noinclude>
 
== Usage ==
 
== Usage ==
<code>{{<nowiki/>Issue|'''''category'''''|'''''fixStatus'''''|'''''title'''''|'''''description'''''}}</code>
+
<code>{{<nowiki/>Issue|'''''category'''''|'''''issue'''''|'''''reason'''''}}</code>
 
* category: free text
 
* category: free text
* fixStatus: can be one of:
+
* issue: free text
** 2: Work in Progress
+
* reason: free text
** 1: Want it fixed (default on wrong value)
 
** 0: Won't be fixed (default on no value)
 
* title: free text
 
* description: free text
 
  
 
[[Category:Templates]]</noinclude>
 
[[Category:Templates]]</noinclude>

Revision as of 13:20, 18 October 2020

Usage

{{Issue|category|issue|reason}}

  • category: free text
  • issue: free text
  • reason: free text