Template:Page Status/doc: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
Line 7: Line 7:
There are many different parameters each dictating their own section of a page which may need review. Depending on the page, these should be included as <code>|parameter = none</code> to show that the page has that section and add it to applicable categories. When an editor checks parts of an article, that editor can sign with <nowiki>~~~~</nowiki> to confirm that they did a thorough check of a specific part of the page, effectively saying "this will be fine to keep as-is for at least a year". It can take the following values:
There are many different parameters each dictating their own section of a page which may need review. Depending on the page, these should be included as <code>|parameter = none</code> to show that the page has that section and add it to applicable categories. When an editor checks parts of an article, that editor can sign with <nowiki>~~~~</nowiki> to confirm that they did a thorough check of a specific part of the page, effectively saying "this will be fine to keep as-is for at least a year". It can take the following values:


<code>
<pre>
|infobox      =  
|infobox      =  
|issuetracker =  
|issuetracker =  
|forumpage    =  
|forumpage    =  
|enhancements =  
|enhancements =  
|videogallery =  
|videogallery =  
|idcheck      =
|idcheck      =
</code>
</pre>


==== GameIDs ====
==== GameIDs ====
Additionally, any IDs which an editor has failed to confirm by hand can also be added to this template to track them. This is done with the following values:
Additionally, any IDs which an editor has failed to confirm by hand can also be added to this template to track them. This is done with the following values:


<code>
<pre>
|id1          =  
|id1          =  
|id2          =  
|id2          =  
|id3          =  
|id3          =  
(...)
(...)
</code>
</pre>


After checking the IDs for a page, sign with <nowiki>~~~~</nowiki> after <code>idcheck =</code> to show that they were verified, the same way as before. If one of more of them requires a second opinion, add the full length of it, or as much as you know, to the <code>id# =</code>.
After checking the IDs for a page, sign with <nowiki>~~~~</nowiki> after <code>idcheck =</code> to show that they were verified, the same way as before. If one of more of them requires a second opinion, add the full length of it, or as much as you know, to the <code>id# =</code>.

Revision as of 14:23, 23 August 2017

Because this template needs an article and its discussion page to function, please use Dummy Page for testing instead of creating a sandbox normally. A demonstration can be found at Talk:Dummy Page.

Usage

This template is called with {{Page Status}} from any article's talk page. All of its functions are aimed at extended maintenance of various pages on the wiki, helping to categorize and prioritize what pages need attention and in what specific way.

Manual section checks

There are many different parameters each dictating their own section of a page which may need review. Depending on the page, these should be included as |parameter = none to show that the page has that section and add it to applicable categories. When an editor checks parts of an article, that editor can sign with ~~~~ to confirm that they did a thorough check of a specific part of the page, effectively saying "this will be fine to keep as-is for at least a year". It can take the following values:

|infobox      = 
|issuetracker = 
|forumpage    = 
|enhancements = 
|videogallery = 
|idcheck      =

GameIDs

Additionally, any IDs which an editor has failed to confirm by hand can also be added to this template to track them. This is done with the following values:

|id1          = 
|id2          = 
|id3          = 
(...)

After checking the IDs for a page, sign with ~~~~ after idcheck = to show that they were verified, the same way as before. If one of more of them requires a second opinion, add the full length of it, or as much as you know, to the id# =.

  • There is no limit on the amount of IDs that it can take, as it uses a loop to go through all of them. The only restriction is that there can't be any gaps between the id# numbers; to display three for example, those must be assigned to id1, id2, and id3.
  • Since it doesn't actually do anything with the IDs besides link to them and check they exist, you can also type in prefixes here instead of full length ones if desired. Neither Dolphin nor the wiki use 4-digit IDs, however, so it may be clearer to fill in your closest guess or 0s to show that the prefix isn't acceptable.

Automatic checks

This template will automatically check for missing parts of its attached page. These automatic checks are hidden within other parameters to determine what kind of page is being checked, making the template as flexible as possible. Right now, it checks automatically for an infobox on the page if infobox = is set, and it checks for all the normal headers expected on a game page when issuetracker = is set. Otherwise, no automatic checks are performed.

TODO

The CSS can definitely be improved. Some regexes are rather complicated and are not yet implemented (grabbing latest test entry revision for example). The manual check functions that require signatures need error handling for incorrectly formatted input, and also need support for IP editor signatures.