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 Table Row"
From OWASP
Line 1: | Line 1: | ||
− | <includeonly>{{#if:{{{title|}}}|{{#if:{{{text|}}}| | + | <includeonly>{{#if:{{{title|}}}|{{#if:{{{text|}}}|{{Template:!}}style="width:100%" |
{{Template:!}}- | {{Template:!}}- | ||
{{Template:!}}style="width:25%; background:#7B8ABD" align="left"{{Template:!}} '''{{{title}}}''' | {{Template:!}}style="width:25%; background:#7B8ABD" align="left"{{Template:!}} '''{{{title}}}''' | ||
Line 22: | Line 22: | ||
= Example = | = Example = | ||
<pre> | <pre> | ||
+ | {| | ||
{{Template:Education Table Row | {{Template:Education Table Row | ||
| title = | | title = | ||
| text = | | text = | ||
}} | }} | ||
+ | |} | ||
</pre> | </pre> | ||
== Output == | == Output == | ||
+ | {| {{Template:Education Table Header | title = My Table }} | ||
{{Template:Education Table Row | {{Template:Education Table Row | ||
| title = Education & Guidance | | title = Education & Guidance | ||
| text = * training material | | text = * training material | ||
}} | }} | ||
+ | |} | ||
</noinclude><noinclude>[[Category: GEC Templates]]</noinclude> | </noinclude><noinclude>[[Category: GEC Templates]]</noinclude> |
Revision as of 04:46, 11 October 2010
About
This template is a single row in the OWASP Education information table.
The parameters are:
- title = the title of the row
- text = the text for the row
Usage
{{Template:Education Table Row | title = | text = }}
Example
{| {{Template:Education Table Row | title = | text = }} |}
Output
My Table | |||
---|---|---|---|
Education & Guidance |
|