Template:Contact: Difference between revisions
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
No edit summary |
m (Text replacement - "userpage" to "user page") |
||
(19 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly><span class="plainlinks">{{if | <noinclude>'''This template is for users to provide their contact information, which means the template is only to be used on user pages'''. | ||
*''' | |||
*'''[http:// | </noinclude><includeonly><span class="plainlinks">{{#if:{{{email|}}}|*'''Email''': [mailto:{{{email}}} {{{email}}}]}}{{#if:{{{msn|}}}| | ||
*'''[http:// | *'''[http://msn.com MSN''']: {{{msn}}}}}{{#if:{{{aim|}}}| | ||
*'''[http:// | *'''[http://aim.com AIM''']: {{{aim}}}}}{{#if:{{{icq|}}}| | ||
*'''[http:// | *'''[http://icq.com ICQ''']: {{{icq}}}}}{{#if:{{{gtalk|}}}| | ||
| | *'''[http://mail.Google.com Google Talk''']: {{{gtalk}}}}}{{#if:{{{myspace|}}}| | ||
*'''[http://myspace.com MySpace''']: [http://myspace.com/{{{myspace}}} {{{myspace}}}]}}{{#if:{{{gsc|}}}| | |||
{{{{{gsc}}}SmasherCompendium|{{{gscname|{{PAGENAME}}}}}}}}}</span></includeonly><noinclude> | |||
== Code == | |||
<pre><nowiki>{{contact | |||
|email= | |||
|msn= | |||
|aim= | |||
|icq= | |||
|gtalk= | |||
|myspace= | |||
|gsc= | |||
}}</nowiki></pre> | |||
== Example == | |||
<pre>{{contact | |||
|email=Someone@YourMail.com | |email=Someone@YourMail.com | ||
|msn=Someone@MSN.com | |msn=Someone@MSN.com | ||
Line 11: | Line 27: | ||
|icq=0123456789 | |icq=0123456789 | ||
|gtalk=Someone@gMail.com | |gtalk=Someone@gMail.com | ||
}} | |myspace=myname | ||
|gsc=Yes | |||
}}</pre> | |||
creates: | |||
{{contact | |||
|email=Someone@YourMail.com | |||
|msn=Someone@MSN.com | |||
|aim=Someone | |||
|icq=0123456789 | |||
|gtalk=Someone@gMail.com | |||
|myspace=myname | |||
|gsc=Yes | |||
}} | |||
[[Category:User page templates]]</noinclude> |
Latest revision as of 21:21, December 30, 2021
This template is for users to provide their contact information, which means the template is only to be used on user pages.
Code
{{contact |email= |msn= |aim= |icq= |gtalk= |myspace= |gsc= }}
Example
{{contact |email=Someone@YourMail.com |msn=Someone@MSN.com |aim=Someone |icq=0123456789 |gtalk=Someone@gMail.com |myspace=myname |gsc=Yes }}
creates:
- Email: Someone@YourMail.com
- MSN: Someone@MSN.com
- AIM: Someone
- ICQ: 0123456789
- Google Talk: Someone@gMail.com
- MySpace: myname
- Contact can also be found on the Global Smasher Compendium.