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 Tool Info"

From OWASP
Jump to: navigation, search
m
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
|-
+
<includeonly>|-
|colspan="2" align="left" | {{#if: {{{tool_name|}}} | N/A }}
+
|align="left" | {{#if: {{{tool_name|}}} | {{{tool_name}}} | }}
|colspan="2" align="left" | {{#if: {{{tool_owner|}}} | {{{tool_owner}}} | N/A }}
+
|align="left" | {{#if: {{{tool_owner|}}} | {{{tool_owner}}} | }}
|colspan="2" align="left" | {{#if: {{{tool_website|}}} | {{{tool_website}}} | N/A }}
+
|align="left" | {{#if: {{{tool_licence|}}} | {{{tool_licence}}} | }}
|colspan="2" align="left" | {{#if: {{{tool_licence|}}} | {{{tool_licence}}} | N/A }}
+
|align="left" | {{#if: {{{tool_platforms|}}} | {{{tool_platforms}}} | }}</includeonly><noinclude>
|colspan="2" align="left" | {{#if: {{{tool_stable_release|}}} | {{{tool_stable_release}}} | N/A }}
+
This template provides tool related information for OWASP Tools Project.
|colspan="2" align="left" | {{#if: {{{tool_release_date|}}} | {{{tool_release_date}}} | N/A }}
+
 
|colspan="2" align="left" | {{#if: {{{tool_platforms|}}} | {{{tool_platforms}}} | N/A }}
+
=== Usage ===
|colspan="2" align="left" | {{#if: {{{tool_technologies|}}} | {{{tool_technologies}}} | N/A }}
+
<pre>
 +
{{Template:OWASP Tool Info
 +
| tool_name =
 +
| tool_owner =
 +
| tool_licence =
 +
| tool_platforms =
 +
}}
 +
</pre>
 +
 
 +
=== Example ===
 +
<pre>
 +
{{Template:OWASP Tool Info
 +
| tool_name = Internal IP detector
 +
| tool_owner = Mr. John
 +
| tool_licence = Commercial (trial available)
 +
| tool_platforms = Windows, Linux
 +
}}
 +
</pre>
 +
</noinclude>

Latest revision as of 21:30, 5 April 2017

This template provides tool related information for OWASP Tools Project.

Usage

{{Template:OWASP Tool Info
| tool_name =
| tool_owner =
| tool_licence =
| tool_platforms =
}}

Example

{{Template:OWASP Tool Info
| tool_name = Internal IP detector
| tool_owner = Mr. John
| tool_licence = Commercial (trial available)
| tool_platforms = Windows, Linux
}}