Anonymous

Difference between revisions of "Category:Editing Notices"

From Clicklaw Wikibooks
no edit summary
Line 3: Line 3:


:For example:  
:For example:  
{| class="wikitable" width="85%"
{| class="wikitable" width="100%"
! '''This'''  
! '''This'''  
! '''Will give you this'''
! '''Will give you this'''
|-
|-
| style="width: 30%;" | Inserting <nowiki>{{OKCOPY}}</nowiki> at the very top of the page in edit mode to render a notice stating that the page has passed the copy edit stage.  
| style="width: 40%;" | Inserting <nowiki>{{OKCOPY}}</nowiki> at the very top of the page in edit mode to render a notice stating that the page has passed the copy edit stage.  
| {{OKCOPY}}
| {{OKCOPY}}
|}
|}
Line 13: Line 13:
Some [[:Category:Editing Notices |Editing Notices ]] contain a field that must be customized. For example [[Template:REVIEWED]] works to let readers know who reviewed the page last, and when. But you need to provide the ''who'' and ''when'' details when you place the code into the page:
Some [[:Category:Editing Notices |Editing Notices ]] contain a field that must be customized. For example [[Template:REVIEWED]] works to let readers know who reviewed the page last, and when. But you need to provide the ''who'' and ''when'' details when you place the code into the page:
:For example:
:For example:
{| class="wikitable" width="85%"
{| class="wikitable" width="100%"
! '''This'''  
! '''This'''  
! '''Will give you this'''
! '''Will give you this'''
|-
|-
| style="width: 30%;" | Inserting <nowiki>{{REVIEWED  
| style="width: 40%;" | Inserting <nowiki>{{REVIEWED  
|  reviewer  = Nate, March 31, 2013}}</nowiki>
|  reviewer  = Nate, March 31, 2013}}</nowiki>
in order to let readers know who reviewed the page and when.
in order to let readers know who reviewed the page and when.
Line 23: Line 23:
|}
|}
:Alternatively, rather than typing out your username and the date, the wiki platform lets you simply insert four ''tilde'' characters <nowiki>~~~~</nowiki>placed anywhere consecutively in a page, to automatically render a signature and timestamp when the page is saved:
:Alternatively, rather than typing out your username and the date, the wiki platform lets you simply insert four ''tilde'' characters <nowiki>~~~~</nowiki>placed anywhere consecutively in a page, to automatically render a signature and timestamp when the page is saved:
{| class="wikitable" width="85%"
{| class="wikitable" width="100%"
! '''This'''  
! '''This'''  
! '''Will give you this'''
! '''Will give you this'''
|-
|-
| style="width: 30%;" | <nowiki>{{REVIEWED  
| style="width: 40%;" | <nowiki>{{REVIEWED  
|  reviewer  = ~~~~}}</nowiki>
|  reviewer  = ~~~~}}</nowiki>
| {{REVIEWED | reviewer = [[User:Nate|Nate]] ([[User talk:Nate|talk]]) 16:50, 31 March 2013 (UTC)}}
| {{REVIEWED | reviewer = [[User:Nate|Nate]] ([[User talk:Nate|talk]]) 16:50, 31 March 2013 (UTC)}}
|}
|}