Template:Person: Difference between revisions

Template page
m (memberbox-default)
(infobox template)
Line 13: Line 13:
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #eee; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
{{infobox start
! style="text-align: center; background-color:#ffffcc;" colspan="2" |<big>[[Nickname::{{{nickname|{{PAGENAME}}}}}]]</big>
|headercolor=#ffffcc
|-
|name=[[Nickname::{{{nickname|{{PAGENAME}}}}}]]
{{#if: {{{email| }}}|{{!}}'''E-Mail Address'''}}
|description={{{description|}}}
{{#if: {{{email| }}}|{{!}}[[Email::{{{email|}}}]]}}
}}<!--
|-
 
{{#if: {{{jabber| }}}|{{!}}'''Jabber'''}}
-->{{ifnotempty|{{{email|}}}     | {{infobox row | name=E-Mail Adresse  | value=[[Email::{{{email|}}}]]           }}}}<!--
{{#if: {{{jabber| }}}|{{!}}[[Jabber::{{{jabber|}}}]]}}
-->{{ifnotempty|{{{jabber|}}}   | {{infobox row | name=Jabber           | value=[[Jabber::{{{jabber|}}}]]         }}}}<!--
|-
-->{{ifnotempty|{{{blog|}}}     | {{infobox row | name=Blog             | value=[[Blog::{{{blog|}}}]]             }}}}<!--
{{#if: {{{blog| }}}|{{!}}'''Blog'''}}
 
{{#if: {{{blog| }}}|{{!}}[[Blog::{{{blog|}}}]]}}
-->
|}
|}
[[pagename::{{PAGENAME}}| ]]
[[pagename::{{PAGENAME}}| ]]
{{#set:Has memberbox={{{has_memberbox|No}}}}}
{{#set:Has memberbox={{{has_memberbox|No}}}}}
[[Category:Person]]
[[Category:Person]]
</includeonly>
</includeonly>

Revision as of 21:59, 22 August 2012

This is the 'Person' template. It should be called in the following format:

{{Person
|nickname = 
|email =
|jabber =
|blog =
|has_memberbox =
}}

Edit the page to see the template text.