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:Education Info"

From OWASP
Jump to: navigation, search
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
{{{#if:{{{project_name|}}}|{{Template:!}}style="width:100%" border="0" align="center"  
+
{{{#if:{{{title|}}}|{{Template:!}}style="width:100%" border="0" align="center"  
 
! colspan="4" align="center" style="background:#FFFFFF; color:#039;"{{Template:!}}
 
! colspan="4" align="center" style="background:#FFFFFF; color:#039;"{{Template:!}}
'''{{{project_name}}}'''  
+
'''{{{title}}}'''  
 
{{Template:!}}-|}}{{#if:{{{beginner|}}}|{{Template:!}}-
 
{{Template:!}}-|}}{{#if:{{{beginner|}}}|{{Template:!}}-
 
{{Template:!}}style="width:25%; background:#7B8ABD" align="left"{{Template:!}} '''Beginner'''
 
{{Template:!}}style="width:25%; background:#7B8ABD" align="left"{{Template:!}} '''Beginner'''
Line 25: Line 25:
 
<noinclude>
 
<noinclude>
 
= About =
 
= About =
 +
This template provides a standard view for OWASP Education information related to a particular subject. The table allows users to identify resources relevant to their skill level or interest.
 +
 +
All parameters are options. If a parameter is not supplied, the relevant row in the table is not displayed.
 +
* title = '''''the title to display above the table''''
 +
* beginner = '''''items for beginners (should be wiki text)'''''
 +
* experienced = '''''items for experienced users (should be wiki text)'''''
 +
* expert = '''''items for experts (should be wiki text)'''''
 +
* videos = '''''videos for the topic (should be wiki text)'''''
  
 
= Usage =
 
= Usage =
 
<pre>
 
<pre>
 
{{Template:Education Info
 
{{Template:Education Info
 +
| title =
 +
| beginner =
 +
| experienced =
 +
| expert =
 +
| videos =
 
}}
 
}}
 
</pre>
 
</pre>
  
 
= Example =
 
= Example =
<pre>
 
 
{{Template:Education Info
 
{{Template:Education Info
 +
| title = [[Projects/Example/Info | Example Project]]
 +
| beginner = * training material
 +
| videos = * training video
 
}}
 
}}
 
</pre>
 
</pre>
 
== Output ==
 
== Output ==
 
{{Template:Education Info
 
{{Template:Education Info
| project_name = [[Projects/Example/Info | Example Project]]
+
| title = [[Projects/Example/Info | Example Project]]
 
| beginner = * training material
 
| beginner = * training material
 
| videos = * training video
 
| videos = * training video

Revision as of 04:17, 11 October 2010


About

This template provides a standard view for OWASP Education information related to a particular subject. The table allows users to identify resources relevant to their skill level or interest.

All parameters are options. If a parameter is not supplied, the relevant row in the table is not displayed.

  • title = the title to display above the table'
  • beginner = items for beginners (should be wiki text)
  • experienced = items for experienced users (should be wiki text)
  • expert = items for experts (should be wiki text)
  • videos = videos for the topic (should be wiki text)

Usage

{{Template:Education Info
| title =
| beginner =
| experienced =
| expert =
| videos =
}}

Example

Example Project

Beginner
  • training material
Videos
  • training video

</pre>

Output

Example Project

Beginner
  • training material
Videos
  • training video