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
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{{#if:{{{title|}}}| {{Template:Education Table Header | title = {{{title}}} }}  
+
<includeonly>{|{{#if:{{{title|}}}| {{Template:Education Table Header | title = {{{title}}} }}  
|}}{{#if:{{{beginner|}}}|{{Template:!}}-
+
|}}{{#if:{{{beginner|}}}|{{Template:Education Table Row | title = Beginner | text = {{{beginner}}} }}
{{Template:!}}style="width:25%; background:#7B8ABD" align="left"{{Template:!}} '''Beginner'''
+
|}}{{#if:{{{experienced|}}}|{{Template:Education Table Row | title = Experienced | text = {{{experienced}}} }}
{{Template:!}} colspan="3" style="width:75%; background:#cccccc" align="left"{{Template:!}}
+
|}}{{#if:{{{expert|}}}|{{Template:Education Table Row | title = Expert | text = {{{expert}}} }}
{{{beginner}}}
+
|}}{{#if:{{{presentations|}}}|{{Template:Education Table Row | title = Presentations | text = {{{presentations}}} }}
{{Template:!}}-|}}{{#if:{{{experienced|}}}|{{Template:!}}-
+
|}}{{#if:{{{videos|}}}|{{Template:Education Table Row | title = Videos | text = {{{videos}}} }}
{{Template:!}}style="width:25%; background:#7B8ABD" align="left"{{Template:!}} '''Experienced'''
+
|}}
{{Template:!}} colspan="3" style="width:75%; background:#cccccc" align="left"{{Template:!}}
 
{{{experienced}}}
 
{{Template:!}}-|}}{{#if:{{{expert|}}}|{{Template:!}}-
 
{{Template:!}}style="width:25%; background:#7B8ABD" align="left"{{Template:!}} '''Expert'''
 
{{Template:!}} colspan="3" style="width:75%; background:#cccccc" align="left"{{Template:!}}
 
{{{expert}}}
 
{{Template:!}}-|}}{{#if:{{{presentations|}}}|{{Template:!}}-
 
{{Template:!}}style="width:25%; background:#7B8ABD" align="left"{{Template:!}} '''Presentations'''
 
{{Template:!}} colspan="3" style="width:75%; background:#cccccc" align="left"{{Template:!}}
 
{{{presentations}}}
 
{{Template:!}}-|}}{{#if:{{{videos|}}}|{{Template:!}}-
 
{{Template:!}}style="width:25%; background:#7B8ABD" align="left"{{Template:!}} '''Video's'''
 
{{Template:!}} colspan="3" style="width:75%; background:#cccccc" align="left"{{Template:!}}
 
{{{videos}}}
 
{{Template:!}}-|}}
 
 
|}</includeonly><noinclude>
 
|}</includeonly><noinclude>
 
= About =
 
= About =

Latest revision as of 05:26, 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 (can be wiki text)
  • 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)
  • presentations = presentations on the topic (should be wiki text)
  • videos = videos for the topic (should be wiki text)

Usage

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

Example

{{Template:Education Info
| title = [[Projects/Example/Info | Example Project]]
| beginner = * training material
| videos = * training video
}}

Output

Example Project

Beginner
  • training material
Videos
  • training video