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 Training"

From OWASP
Jump to: navigation, search
Line 37: Line 37:
 
|}
 
|}
 
</includeonly><noinclude>
 
</includeonly><noinclude>
[[Category: OWASP Free Training Templates]]</noinclude>
+
 
 +
This template displays the page summary for an OWASP Free Training event. This tab utilizes the [[:Template:Training_Module_Row_View]] and [[:Template:Training Module Row Break]] templates. See these respective templates for default values.
 +
 
 +
=== Usage ===
 +
<pre>
 +
{{Template:<includeonly>{{{1}}}</includeonly><noinclude>OWASP Training</noinclude>
 +
| Course_designation =
 +
| Course_Overview_Goal =
 +
| Date =
 +
| Venue =
 +
| Price = Free
 +
| Course_Registration_url =
 +
| Course_Registration_name =
 +
| Modules =
 +
 
 +
{{Template:Training_Module_Row_View
 +
| Time =
 +
| Module_Name =
 +
| Module_Link =
 +
| Trainer = 
 +
| Presentation_Name =
 +
| Presentation_Link = 
 +
}}
 +
 
 +
{{Template:Training Module Row Break
 +
| Time =
 +
| Break_Reason =
 +
}}
 +
 
 +
}}
 +
 
 +
</pre>
 +
 
 +
=== Examples ===
 +
*For examples please look at [http://www.owasp.org/index.php/OWASP_Training#tab=Initiatives OWASP Training initiatives]. [[Category: OWASP Free Training Templates]]</noinclude>

Revision as of 19:57, 11 January 2011


This template displays the page summary for an OWASP Free Training event. This tab utilizes the Template:Training_Module_Row_View and Template:Training Module Row Break templates. See these respective templates for default values.

Usage

{{Template:<includeonly>{{{1}}}</includeonly><noinclude>OWASP Training</noinclude>
| Course_designation = 
| Course_Overview_Goal =
| Date = 
| Venue = 
| Price = Free
| Course_Registration_url = 
| Course_Registration_name = 
| Modules = 

{{Template:Training_Module_Row_View
| Time = 
| Module_Name = 
| Module_Link = 
| Trainer =  
| Presentation_Name = 
| Presentation_Link =   
}}

{{Template:Training Module Row Break
| Time = 
| Break_Reason = 
}}

}}

Examples