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
m (Protected "Template:OWASP Training" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <includeonly> | ||
{|style="vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;" align="center" cellspacing="5" | {|style="vertical-align:top;width:90%;background-color:#white;padding:10px;border:1px solid silver;" align="center" cellspacing="5" | ||
|- | |- | ||
Line 35: | Line 36: | ||
{{{Modules}}} | {{{Modules}}} | ||
|} | |} | ||
+ | </includeonly><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:OWASP Training | ||
+ | | 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> | ||
+ | |||
+ | [[Category: OWASP Free Training Templates]]</noinclude> |
Latest revision as of 15:50, 13 April 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:OWASP Training | 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 = }} }}