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:OWASP Defenders"

From OWASP
Jump to: navigation, search
Line 1: Line 1:
 
{| style="width: 80%; margin: 0 auto; border-collapse: collapse; background: #FBFBFB; border: 1px solid #aaa;"
 
{| style="width: 80%; margin: 0 auto; border-collapse: collapse; background: #FBFBFB; border: 1px solid #aaa;"
 
|-  
 
|-  
| style="padding: 0.25em 0.25em;" valign="center" | [[Image:OWASP_Books_logo.png|100px]]
+
| style="padding: 0.25em 0.25em;" valign="center" | [[Image:OWASP_Defenders_logo.png|100px]]
 
| style="padding: 0.25em 0.25em;" | (Testing) This project is part of the OWASP [[Defenders]] community. <br>Feel free to browse other projects within the [[Defenders]], [[Builders]], and [[Breakers]] communities.
 
| style="padding: 0.25em 0.25em;" | (Testing) This project is part of the OWASP [[Defenders]] community. <br>Feel free to browse other projects within the [[Defenders]], [[Builders]], and [[Breakers]] communities.
 
|}<includeonly>{{{2|[[Category:OWASP Defenders]] }}}</includeonly><noinclude>
 
|}<includeonly>{{{2|[[Category:OWASP Defenders]] }}}</includeonly><noinclude>
Line 13: Line 13:
 
  <nowiki>{{OWASP Defenders}}</nowiki>
 
  <nowiki>{{OWASP Defenders}}</nowiki>
  
The value <tt>1234</tt> in the above is the catalog number used to reference the book at Lulu. To get this number, click on the book's title in the Lulu [http://stores.lulu/owasp catalog.] The catalog number is the number that appears in the URL.
 
  
 
==Example==
 
==Example==
As an example, here is a message box for the <i>OWASP Top 10, 2007 Edition</i> book:
+
As an example, here is a message box for the <i>OWASP AppSensor</i> Project:
 
+
{{OWASP Defenders}}
{{OWASP Book|1400974| }}
 
 
 
This tag would be produced on the Top 10 project page with the following code:
 
 
 
<nowiki>{{OWASP Book|1400974}}</nowiki>
 
 
 
You can see that <tt>1400974</tt> is the catalog number since the URL for the book at Lulu is [http://www.lulu.com/content/1400974 http://www.lulu.com/content/1400974].
 
 
 
==Note==
 
 
 
The template supports a second parameter that is to be used to keep the page on which the template appears off the OWASP Book category list. The primary reason for this is so that the template can be used in examples (such as the example above) without putting the example page on the category list. If it is used, simply add a space as the second parameter:
 
 
 
<nowiki>{{OWASP Book|1400974| }}</nowiki>
 
</noinclude>
 

Revision as of 03:25, 5 June 2011

OWASP Defenders logo.png (Testing) This project is part of the OWASP Defenders community.
Feel free to browse other projects within the Defenders, Builders, and Breakers communities.

Overview

This is a work in progress of creating a defenders template that will be used in a similar fashion as the owasp books template.


This template is used to generate a message box indicating that the project is part of the OWASP Defenders community. It should be placed at the top of the project's main page. To use the template, put the following text at the beginning of the project's main page:

{{OWASP Defenders}}


Example

As an example, here is a message box for the OWASP AppSensor Project:

OWASP Defenders logo.png This project is part of the OWASP Defenders community.
Feel free to browse other projects within the Defenders, Builders, and Breakers communities.