Template:Revision/Doc: Difference between revisions

From Hazeron Wiki
Jump to navigation Jump to search
(Doc page created.)
 
(→‎How to use: Added a tip.)
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:


=How to use=
=How to use=
To flag a page as needing revision, simply add the <nowiki>{{Revision}}</nowiki> tag on the top of the wanted page.
To flag a page as needing revision, simply add the <nowiki>{{Revision}}</nowiki> tag on the top of the wanted page or section.
  <nowiki>{{Revision}}</nowiki>
  <nowiki>{{Revision}}</nowiki>


Line 17: Line 17:


  <nowiki>{{Revision|Misleading or wrong information.}}</nowiki>
  <nowiki>{{Revision|Misleading or wrong information.}}</nowiki>
Some times when adding too much complexity to the reason, such as links or code, the template might break. Fix this by using <code>|1=</code> instead <code>|</code>.
<nowiki>{{Revision|1=See [http://hazeron.com/phpBB3/viewtopic.php?f=6&t=9136 this post].}}</nowiki>


Even though the <nowiki>{{Revision}}</nowiki> tag can be added to anywhere on a page, it is best to have it at the very top/start of the page.
Even though the <nowiki>{{Revision}}</nowiki> tag can be added to anywhere on a page, it is best to have it at the very top/start of the page.


===What it'll look like===
===What it'll look like===
  <nowiki>{{Revision}}</nowiki>
<nowiki>{{Revision}}</nowiki>
<center>{{mbox
{{Revision|Unlisted = True}}
| type = notice
| text = '''This page is in need of revision.'''
 
Please help improve it or discuss these issues on the [[{{TALKPAGENAME}}|talk page]].
 
The reason given is: '''''No reason supplied!'''''
}}</center>


  <nowiki>{{Revision|Example page.}}</nowiki>
  <nowiki>{{Revision|Example page.}}</nowiki>
<center>{{mbox
{{Revision|Example page.|Unlisted = True}}
| type = notice
| text = '''This page is in need of revision.'''
 
Please help improve it or discuss these issues on the [[{{TALKPAGENAME}}|talk page]].
 
The reason given is: '''''Example page.'''''
}}</center>

Latest revision as of 05:59, 5 September 2017

What is the {{Revision}} tag?

The {{Revision}} tag is used to mark a page for needing revision.

To see a list of current pages needing revision, go to the Category:In need of revision page.

How to use

To flag a page as needing revision, simply add the {{Revision}} tag on the top of the wanted page or section.

{{Revision}}

When using the {{Revision}} tag, you can also add a reason by using the tag like this:

{{Revision|Out of date.}}
{{Revision|No information about math or numbers.}}
{{Revision|Filled with spelling errors.}}
{{Revision|Misleading or wrong information.}}

Some times when adding too much complexity to the reason, such as links or code, the template might break. Fix this by using |1= instead |.

{{Revision|1=See [http://hazeron.com/phpBB3/viewtopic.php?f=6&t=9136 this post].}}

Even though the {{Revision}} tag can be added to anywhere on a page, it is best to have it at the very top/start of the page.

What it'll look like

{{Revision}}
This section is in need of revision.
Please help improve it or discuss these issues on the talk page.
{{Revision|Example page.}}
This section is in need of revision.
Please help improve it or discuss these issues on the talk page.
The reason given is: Example page.