Difference between revisions of "Template:PatchNoteStatus/doc"

From EVE University Wiki
Jump to: navigation, search
m (Arin Mara moved page User:Arin Mara/Sandbox/Patch Notes/Template:Patch note status/doc to Template:PatchNoteStatus/doc without leaving a redirect: Published to get ready for integration into the custom converter script)
(Added category and improved docs - has a todo that will be resolved after technical review and implementation into the custom converter)
 
Line 3: Line 3:
  
 
; Syntax
 
; Syntax
: {{T|User:Arin Mara/Sandbox/Patch Notes/Template:Patch note status|status|patch note text}}
+
: {{T|PatchNoteStatus|status|patch note text}}
 
:; Parameters
 
:; Parameters
 
::; status : Sets the status of the patch note. Set as one of the following:
 
::; status : Sets the status of the patch note. Set as one of the following:
 
:::* '''To Be Determined''' - it is unknown if the patch note contains knowledge that should be added to the UniWiki. Once determined, change the status to either '''To Do''' or '''Ignore'''  
 
:::* '''To Be Determined''' - it is unknown if the patch note contains knowledge that should be added to the UniWiki. Once determined, change the status to either '''To Do''' or '''Ignore'''  
 
:::* '''To Do''' - patch note contains knowledge that should be added to the UniWiki. Once completed, change the status to '''Done'''
 
:::* '''To Do''' - patch note contains knowledge that should be added to the UniWiki. Once completed, change the status to '''Done'''
 +
:::* '''Done''' - patch note has been added into the UniWiki
 
:::* '''Ignore''' - patch note is irrelevant as it contains little to no useful knowledge. Examples include notes about music, minor UI changes or game settings
 
:::* '''Ignore''' - patch note is irrelevant as it contains little to no useful knowledge. Examples include notes about music, minor UI changes or game settings
:::* '''Done''' - patch note has been added into the UniWiki
 
 
::; patch note text : Patch note text that has a status
 
::; patch note text : Patch note text that has a status
  
 
; Sample
 
; Sample
:<code><nowiki>{{User:Arin Mara/Sandbox/Patch Notes/Template:Patch note status|to do|Patch note has a To Do status.}}</nowiki></code>
+
:<code><nowiki>{{PatchNoteStatus|tbd|Patch note has a To Be Determined status.}}</nowiki></code>
:: gives... {{User:Arin Mara/Sandbox/Patch Notes/Template:Patch note status|to do|This patch note has a To Do status.}}
+
:: gives... {{PatchNoteStatus|tbd|Patch note has a To Be Determined status.}}
 +
 
 +
:<code><nowiki>{{PatchNoteStatus|to do|Patch note has a To Do status.}}</nowiki></code>
 +
:: gives... {{PatchNoteStatus|to do|This patch note has a To Do status.}}
  
:<code><nowiki>{{User:Arin Mara/Sandbox/Patch Notes/Template:Patch note status|ignore|Patch note has an Ignore status.}}</nowiki></code>
+
:<code><nowiki>{{PatchNoteStatus|ignore|Patch note has an Ignore status.}}</nowiki></code>
:: gives... {{User:Arin Mara/Sandbox/Patch Notes/Template:Patch note status|ignore|This patch note has an Ignore status.}}
+
:: gives... {{PatchNoteStatus|ignore|Patch note has an Ignore status.}}
  
:<code><nowiki>{{User:Arin Mara/Sandbox/Patch Notes/Template:Patch note status|done|Patch note has a Done status.}}</nowiki></code>
+
:<code><nowiki>{{PatchNoteStatus|done|Patch note has a Done status.}}</nowiki></code>
:: gives... {{User:Arin Mara/Sandbox/Patch Notes/Template:Patch note status|done|This patch note has a Done status.}}
+
:: gives... {{PatchNoteStatus|done|Patch note has a Done status.}}
  
:<code><nowiki>{{User:Arin Mara/Sandbox/Patch Notes/Template:Patch note status|bad status|Patch note that has a bad status.}}</nowiki></code>
+
:<code><nowiki>{{PatchNoteStatus|bad status|Patch note that has a bad status.}}</nowiki></code>
:: gives... {{User:Arin Mara/Sandbox/Patch Notes/Template:Patch note status|bad status|This is a patch note that has a bad status.}}
+
:: gives... {{PatchNoteStatus|bad status|Patch note that has a bad status.}}
  
 
; See also:
 
; See also:
 
: * ToDo link to the patch notes once published
 
: * ToDo link to the patch notes once published
  
<!-- ToDo add categories once published
+
<includeonly>[[Category:Maintenance templates]]</includeonly>
<includeonly>[[Category:Template]]</includeonly>
 
 
<noinclude>[[Category:Template documentation]]</noinclude>
 
<noinclude>[[Category:Template documentation]]</noinclude>
-->
 

Latest revision as of 17:31, 16 January 2024

Description
This template is used to indicate the status of a patch note.
Syntax
{{PatchNoteStatus|<status>|<patch note text>}}
Parameters
status 
Sets the status of the patch note. Set as one of the following:
  • To Be Determined - it is unknown if the patch note contains knowledge that should be added to the UniWiki. Once determined, change the status to either To Do or Ignore
  • To Do - patch note contains knowledge that should be added to the UniWiki. Once completed, change the status to Done
  • Done - patch note has been added into the UniWiki
  • Ignore - patch note is irrelevant as it contains little to no useful knowledge. Examples include notes about music, minor UI changes or game settings
patch note text 
Patch note text that has a status
Sample
{{PatchNoteStatus|tbd|Patch note has a To Be Determined status.}}
gives... Question.png To Be Determined   - Patch note has a To Be Determined status.
{{PatchNoteStatus|to do|Patch note has a To Do status.}}
gives... Small Info.png To Do   - This patch note has a To Do status.
{{PatchNoteStatus|ignore|Patch note has an Ignore status.}}
gives... Chatchannel.png Ignore - Patch note has an Ignore status.
{{PatchNoteStatus|done|Patch note has a Done status.}}
gives... Tick.png Updated - Patch note has a Done status.
{{PatchNoteStatus|bad status|Patch note that has a bad status.}}
gives... Possible values: To Be Determined, To Do, Ignore, Done - Patch note that has a bad status.
See also
* ToDo link to the patch notes once published