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
Line 114: Line 114:
 
   | outdated=This page contains out-of-date content. <small>Please help OWASP to</small> [[:Category:FIXME|FixME]]. [[Category:FIXME/old]]
 
   | outdated=This page contains out-of-date content. <small>Please help OWASP to</small> [[:Category:FIXME|FixME]]. [[Category:FIXME/old]]
 
   | #default=This page has been tagged and needs review. <small>Please help OWASP and document the reason for this, see</small> [[:Category:FIXME|FixME]].[[Category:FIXME/general]]
 
   | #default=This page has been tagged and needs review. <small>Please help OWASP and document the reason for this, see</small> [[:Category:FIXME|FixME]].[[Category:FIXME/general]]
  }} {{#if: {{{lastRevision|}}}|<br><small>Last revision (yyyy-mmm-dd): {{{lastRevision}}}</small>|}} {{#if:{{{comment|}}}|<br><small>{{{comment}}}</small>|}}<!-- optional Text --->
+
  }} {{#if: {{{lastRevision|}}}|<br><small>Last revision (yyyy-mmm-dd): {{{lastRevision}}}</small>|}} {{#if:{{{comment|}}}|<br><small>{{{comment}}}</small>|}}</div><!-- optional Text --->
}}<!-- end #switch {{{mode}}}--></includeonly></onlyinclude></div>[[Category:FIXME]]__NOTOC__
+
}}<!-- end #switch {{{mode}}}--></includeonly></onlyinclude>[[Category:FIXME]]__NOTOC__
  
 
=== '''Example6:''' ===
 
=== '''Example6:''' ===

Revision as of 20:24, 13 April 2014

Usage:

 {{taggedDocument  
  | type=<historical|inactiveDraft|merge|old|partialOld>  
  | mode=<silent> optional, if set no Banner appears on the page; the Category is set
  | lastRevision=<yyyy-mmm-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


Example1:

{{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.


Example2:

{{taggedDocument}}


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


Example3:

{{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.


Example4:

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

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


Example5:

{{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

Example6:

{{taggedDocument
| type=merge
| link=https://www.owasp.org/index.php/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 Category:OWASP_Top_Ten_Project#tab=OWASP_Top_10_for_2013. Please help OWASP to FixME.