Template:ÁrTalContactBox: Difference between revisions

From TalossaWiki
Jump to navigation Jump to search
(Created page with "<div class="voterecord"> {| style="border-collapse: separate; border-spacing: 5; border-width: 5px; border-style: solid; border-color: #FFA07A; background:#FFE4C4; padding: 20...")
 
No edit summary
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div class="voterecord">
<br>
<center><div class="voterecord">
{| style="border-collapse: separate; border-spacing: 5; border-width: 5px; border-style: solid; border-color: #FFA07A; background:#FFE4C4; padding: 20; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; margin: 0 0 2em 2em" width=480px
{| style="border-collapse: separate; border-spacing: 5; border-width: 5px; border-style: solid; border-color: #FFA07A; background:#FFE4C4; padding: 20; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; margin: 0 0 2em 2em" width=480px
|-
|-
|align="center" valign="top" |<big>'''Contact this Citizen'''</big>
|align="center" valign="top" |<big>'''Contact this Citizen'''</big>
|-
|-
|<hr>Email Address: {{{email}}}
|<hr>'''Email Address''': [mailto:{{{email}}} {{{email}}}]
|-
|-
|GChat: {{{gchat}}}
{{#if: {{{gchat|}}}|{{!}}-
{{!}}'''GChat''': {{{gchat}}}|}}
|-
|-
|MSN: {{{MSN}}}
{{#if: {{{msn|}}}|{{!}}-
{{!}}'''MSN''': {{{msn}}}|}}
|-
|-
|ICQ: {{{ICQ}}}
{{#if: {{{ICQ|}}}|{{!}}-
{{!}}'''ICQ''': {{{ICQ}}}|}}
|-
|-
|Yahoo: {{{Yahoo}}}
{{#if: {{{Yahoo|}}}|{{!}}-
{{!}}'''Yahoo''': {{{Yahoo}}}|}}
|-
|-
|Blackberry Pin: {{{BBM}}}
{{#if: {{{BBM|}}}|{{!}}-
{{!}}'''Blackberry''': {{{BBM}}}|}}
|-
|-
|Telephone: {{{Phone}}}
{{#if: {{{Phone|}}}|{{!}}-
{{!}}'''Phone''': {{{Phone}}}|}}
|-
|-
|Facebook Profile: {{{Facebook}}}
{{#if: {{{Facebook|}}}|{{!}}-
{{!}}'''Facebook''': {{{Facebook}}}|}}
|-
|-
|Twitter Name: {{{Twitter}}}
{{#if: {{{Twitter|}}}|{{!}}-
{{!}}'''Twitter''': @{{{Twitter}}}|}}
|}
|}
 
</div></center>
<br style="clear:both/>
 
<noinclude>
<noinclude>


===Usage===
===Usage===
This box provides a list of contact details for ÁrTal profiles.  To use it, just add the following code to a person's page, (You may delete rows that are non-applicable to you)
This box provides a list of contact details for ÁrTal profiles.  To use it, just add the following code to a person's page. It must go after |Desc = . If you do not define one of these, then it won't appear on your box.
<pre>
<pre>
  {{ÁrTalContactBox
  {{ÁrTalContactBox
  |email=<nowiki>[mailto:email@address.com Text to Display]</nowiki>
  |email=<nowiki>email@address.com</nowiki>
  |gchat=gchat username
  |gchat=gchat username
  |MSN=MSN username  
  |MSN=MSN username  

Latest revision as of 20:01, 1 June 2014


Contact this Citizen

Email Address: {{{email}}}


Usage

This box provides a list of contact details for ÁrTal profiles. To use it, just add the following code to a person's page. It must go after |Desc = . If you do not define one of these, then it won't appear on your box.

 {{ÁrTalContactBox
 |email=email@address.com
 |gchat=gchat username
 |MSN=MSN username 
 |ICQ=ICQ number
 |Yahoo=Yahoo username
 |BBM=Blackberry pin
 |Phone=Telephone number
 |Facebook=Facebook Profile
 |Twitter=Twitter Username
 }}