Difference between revisions of "User:Evon R'al/Sandbox template/doc"

From EVE University Wiki
Jump to: navigation, search
m (Working on Update template, putting in original code)
Line 1: Line 1:
<!-- While working in the sandbox adapt the template name in the code . Use  user:Evon R'al/Sandbox template instead of cleanup -->
+
<!-- While working in the sandbox adapt the template name in the code . Use  user:Evon R'al/Sandbox template instead of template name-->
; Description
+
<noinclude>{{main|Template:Update}}</noinclude>
: These articles should be reformatted or otherwise improved for grammar, typographical errors, organization, readability, and other non-content related changes.  
+
;Description
: Putting this template on a page also adds it to the [[:Category:Candidates for cleanup|Candidates for cleanup]] category.
+
:This template is used to indicate that the current page needs updates related to game changes. The page may need facts checked, numbers updated, or entire sections altered, to reflect recent game changes.
 +
;Syntax
 +
:Type <code>{{t|Update}}</code> at the top of the page.
 +
;Sample output
 +
:<code><nowiki>{{Update}}</nowiki></code> produces this banner:
 +
:{{Update}}
 +
;Optional descriptor
 +
:Type <code>{{t|Update|Example reason given}}</code> at the top of the page.
 +
;Sample output
 +
:<code><nowiki>{{Update|Battlecruiser re-balance in Aegis.}}</nowiki></code> produces this banner:
 +
:{{Update|Battlecruiser re-balance in Aegis.}}
  
; Syntax
+
Putting this template on a page also adds it to the [[:Category:Needing updates|Needing updates]] category.
: {{T|Cleanup|reason|3=date= day month year}}
 
:: reason (optional) - Reason why the page need cleanup, If omitted defaults to unspecified.
 
:: date (optional) - Date since when
 
 
 
; Sample output
 
: <nowiki>{{Cleanup}}</nowiki> gives...
 
<div style="width: 80%; margin: 1em 10%; padding: 4px; background-color: #153E7E; color: white; text-align:center">
 
{| cellpadding="2" style="width: 100%;"
 
| '''This article should be cleaned up or improved{{#if: {{{date|}}}|, as of {{{date}}}|}}.''' The reason is: ''{{#if: {{{1|}}}|{{{1}}}|unspecified}}''
 
|}
 
</div>
 
 
 
: <nowiki>{{Cleanup|Overly verbose with multiple redundancies}}</nowiki> gives...
 
<div style="width: 80%; margin: 1em 10%; padding: 4px; background-color: #153E7E; color: white; text-align:center">
 
{| cellpadding="2" style="width: 100%;"
 
| '''This article should be cleaned up or improved{{#if: {{{date|}}}|, as of {{{date}}}|}}.''' The reason is: ''Overly verbose with multiple redundancies''
 
|}
 
</div>
 
 
 
: <nowiki>{{Cleanup|Overly verbose with multiple redundancies|date= February 2017}}</nowiki> gives...
 
<div style="width: 80%; margin: 1em 10%; padding: 4px; background-color: #153E7E; color: white; text-align:center">
 
{| cellpadding="2" style="width: 100%;"
 
| '''This article should be cleaned up or improved, as of February 2017.''' The reason is: ''Overly verbose with multiple redundancies''
 
|}
 
</div>
 
 
 
: <nowiki>{{Cleanup||date= February 2017}}</nowiki> gives...
 
<div style="width: 80%; margin: 1em 10%; padding: 4px; background-color: #153E7E; color: white; text-align:center">
 
{| cellpadding="2" style="width: 100%;"
 
| '''This article should be cleaned up or improved, as of February 2017.''' The reason is: ''unspecified''
 
|}
 
</div>
 
  
 
== See also ==
 
== See also ==
  
* {{Tl|Update}}, for pages which need facts checked, numbers updated, or entire sections altered, to reflect recent game changes.
+
* {{tl|Cleanup}}, for pages which should be updated for grammar, typographical errors, organization, readability, and other non-content related changes.
  
 
<includeonly>[[Category:Maintenance templates]]</includeonly>
 
<includeonly>[[Category:Maintenance templates]]</includeonly>
 
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
 
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Revision as of 15:19, 4 July 2021


Main article: Template:Update
Description
This template is used to indicate that the current page needs updates related to game changes. The page may need facts checked, numbers updated, or entire sections altered, to reflect recent game changes.
Syntax
Type {{Update}} at the top of the page.
Sample output
{{Update}} produces this banner:
This page should be updated due to game changes. Reason: No reason was specified.
Optional descriptor
Type {{Update|<Example reason given>}} at the top of the page.
Sample output
{{Update|Battlecruiser re-balance in Aegis.}} produces this banner:
This page should be updated due to game changes.
Reason: Battlecruiser re-balance in Aegis.

Putting this template on a page also adds it to the Needing updates category.

See also

  • {{Cleanup}}, for pages which should be updated for grammar, typographical errors, organization, readability, and other non-content related changes.