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:Contact"

From OWASP
Jump to: navigation, search
Line 1: Line 1:
<includeonly>{{#if: {{{name|}}} | {{#if: {{{username|}}} | [[User:{{{username}}} {{Template:!}} {{{name}}}]] | {{{name}}} }} }}  {{#if: {{{email|}}} | [mailto:{{{email}}} @] }} </includeonly><noinclude>This template displays a contact optionally linking the contact's email address or wiki user name.
+
<includeonly>{{#if: {{{name|}}} | {{#if: {{{username|}}} | [[User:{{{username}}} {{Template:!}} {{{name}}}]] | {{{name}}} }} }}  {{#if: {{{email|}}} | [mailto:{{{email}}} @] }} </includeonly><noinclude>This template displays a contact optionally linking the contact's email address or wiki user name. All parameters are optional. If no name is given, no text is displayed. The wiki user name is used to link directly to the Wiki User's page (e.g. User: John Doe) and the email address appears as a linked '@' sign after the display name.
 
 
All parameters are optional. If no name is given, no text is displayed. If both an email and a wiki user name is displayed, only the email will be linked.
 
 
 
<!--
 
{{#if: {{{name|}}} | {{#if: {{{email|}}} | [mailto:{{{email}}} {{{name}}}] | {{#if: {{{username|}}} | [[User:{{{username}}} {{Template:!}} {{{name}}}]] | {{{name}}} }} }} }}
 
-->
 
  
 
=== Usage ===
 
=== Usage ===

Revision as of 02:02, 6 February 2010

This template displays a contact optionally linking the contact's email address or wiki user name. All parameters are optional. If no name is given, no text is displayed. The wiki user name is used to link directly to the Wiki User's page (e.g. User: John Doe) and the email address appears as a linked '@' sign after the display name.

Usage

{{Template:Contact
| name =
| email =
| username =
}}

Example

* {{Template:Contact | name = Jason | username = Jason Li }}
* {{Template:Contact | name = John Doe | email = [email protected] }}