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 Header"
From OWASP
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>{{#if:{{{title|}}}| | + | <includeonly>{{#if:{{{title|}}}|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:!}} | ||
{{{title}}} | {{{title}}} | ||
Line 6: | Line 6: | ||
This template is a header for the OWASP Education information table. It must be contained within a wiki table: | This template is a header for the OWASP Education information table. It must be contained within a wiki table: | ||
<pre> | <pre> | ||
− | { | + | {| {{Template: Education Table Header | title = My Header Name}} |
− | {{Template: Education Table Header | My Header Name}} | ||
|} | |} | ||
+ | </pre> | ||
The parameters are: | The parameters are: | ||
* title = the title of the table | * title = the title of the table | ||
+ | This template should be used in conjunction with the [[Template:Education Table Row]] template. | ||
= Usage = | = Usage = | ||
<pre> | <pre> | ||
Line 22: | Line 23: | ||
= Example = | = Example = | ||
<pre> | <pre> | ||
− | { | + | {| {{Template:Education Table Header | title = My Header Name}} |
− | {{Template:Education Table Header | ||
− | | title = My Header Name | ||
− | }} | ||
|} | |} | ||
</pre> | </pre> | ||
== Output == | == Output == | ||
− | { | + | {| {{Template:Education Table Header | title = My Header Name}} |
− | {{Template:Education Table Header | ||
− | | title = My Header Name | ||
− | }} | ||
|} | |} | ||
</noinclude><noinclude>[[Category: GEC Templates]]</noinclude> | </noinclude><noinclude>[[Category: GEC Templates]]</noinclude> |
Latest revision as of 04:49, 11 October 2010
About
This template is a header for the OWASP Education information table. It must be contained within a wiki table:
{| {{Template: Education Table Header | title = My Header Name}} |}
The parameters are:
- title = the title of the table
This template should be used in conjunction with the Template:Education Table Row template.
Usage
{{Template:Education Table Header | title = }}
Example
{| {{Template:Education Table Header | title = My Header Name}} |}
Output
My Header Name |
---|