This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Template:TaggedDocument"

From OWASP
Jump to: navigation, search
(added a Link to the new template: Template:taggedSection)
m (Editoral Edit)
Line 24: Line 24:
 
|}
 
|}
 
All tagged Documents are linked to the <nowiki>[[Category:FIXME/<Type>]]</nowiki> which links to [[:Category:FIXME]], besides historical Documents.<br/>More information: [[Wiki Cleanup]], [[:Category:FIXME]]<br>
 
All tagged Documents are linked to the <nowiki>[[Category:FIXME/<Type>]]</nowiki> which links to [[:Category:FIXME]], besides historical Documents.<br/>More information: [[Wiki Cleanup]], [[:Category:FIXME]]<br>
<br>Please use the template '[[Template:taggedSection]]' to tag solely some sections that are under contruction or may need futher attention. Please consider that the latter templates does not link to any Category.
+
<br>Please use the template '[[Template:taggedSection]]' to tag solely some sections that are under contruction or may need futher attention. Please consider that the latter template does not link to any Category.
  
  

Revision as of 18:53, 23 March 2016

Usage:

 {{taggedDocument  
  | type=<delete|historical|inactiveDraft|merge|old|partialOld|pls_review>  
  | mode=<silent> optional, if set no Banner appears on the page; the Category is set
  | lastRevision=<yyyy-mm-dd> (optional)
  | comment=<comment> (optional)
  | link=<Name of the 1st Page> (optional for type=merge, historical)
  | link1=<Name of the 2nd Page> (optional for type=merge, historical)
  | link2=<Name of the 3rd Page> (optional for type=merge, historical)
}}  

All tagged Documents are linked to the [[Category:FIXME/<Type>]] which links to Category:FIXME, besides historical Documents.
More information: Wiki Cleanup, Category:FIXME

Please use the template 'Template:taggedSection' to tag solely some sections that are under contruction or may need futher attention. Please consider that the latter template does not link to any Category.


Example 1:

{{taggedDocument
| type=inactiveDraft
| lastRevision=2010-05-01
| comment=The second half of this page should be reviewed and finalized.
}}
This page contains draft content that has never been finished. Please help OWASP update this content! See FixME.
Last revision (yyyy-mm-dd): 2010-05-31
Comment: The second half of this page should be reviewed and finalized.


Example 2:

{{taggedDocument}}
This page has been tagged and needs review. Please help OWASP and document the reason for this, see FixME.


Example 3:

{{taggedDocument
| type=old
| lastRevision=2010-05-31
| comment=The page should be updated.
}}
This page contains out-of-date content. Please help OWASP to FixME.
Last revision (yyyy-mm-dd): 2010-05-31
Comment: This page should be updated.


Example 4:

{{taggedDocument
| type=old
| mode=silent
}}

(This document is only liked to Category:FIXME/old and Category:FIXME/silentMode, no banner)


Example 5:

{{taggedDocument
| type=historical
| link=:Category:OWASP_Top_Ten_Project#tab=OWASP_Top_10_for_2013
}}
This historical page is now part of the OWASP archive.
This page contains content that is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were once valid but may now link to sites or pages that no longer exist.
Please use the newer Edition(s) like Category:OWASP_Top_Ten_Project#tab=OWASP_Top_10_for_2013


Example 6:

{{taggedDocument
| type=merge
| link=XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet
}}
This page has content this is duplicated elsewhere and needs to be merged and then redirected to the merged document.
See XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet. Please help OWASP to FixME.


Example 7:

{{taggedDocument
| type=pls_review
| comment=Some definitions are updated
}}
This Page has been flagged for review. Please help OWASP and review this Page to FixME.
Comment: Some definitions are updated


Example 8:

{{taggedDocument
| type=delete
}}
This page has been recommended for deletion.
You can help OWASP by improving it or discussing it on its Talk page.
Please add a comment to your tag. See
FixME


Example 9:

{{taggedDocument
| type=delete
| comment=Tagged via [[Template:Delete]]
}}
This page has been recommended for deletion.
You can help OWASP by improving it or discussing it on its Talk page. See FixME
Comment: Tagged via Template:Delete


Example 10:

{{taggedDocument
| type=partialOld
}}
This Page (may) contain some old Content. Please help OWASP to FixME.


Example 11:

{{taggedDocument
| type=design
}}
This Page is up to date, but it may need a nicer design! Please help OWASP to FixME.