Difference between revisions of "Template:Person"

From Funtoo
Jump to navigation Jump to search
(Undo revision 7603 by Drobbins (talk))
 
(11 intermediate revisions by the same user not shown)
Line 9: Line 9:
}}
}}
</pre>
</pre>
{{#cargo_declare:
_table=people
|Full_Name=Text
|IRCNick=Text
|Bio=WikiText
|Geoloc=Coordinates
|Location_Name=Text
|Gravatar_MD5=Text
|Role=Text
|SimpleRole=Text
}}
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{{#vardefine:username|{{#lowercase:{{PAGENAME}}}}}}{{#get_web_data:url=http://auth.funtoo.org:9093/static/members.xml|format=xml|use xpath|data=fullname=/members/user[@username='{{#var:username}}']/fullname,ircnick=/members/user[@username='{{#var:username}}']/ircnick,role=/members/user[@username='{{#var:username}}']/role,email=/members/user[@username='{{#var:username}}']/email}}<div style="float:right; width: 400px; border-radius: 20px; background-color: #eeeeee; padding: 20px; margin-left: 40px; margin-bottom: 20px; font-family: Helvetica;">{{#vardefine:email|{{#external_value:email}}}}
</noinclude><includeonly>{{#vardefine:username|{{#lowercase:{{PAGENAME}}}}}}
<div float="left">{{#gravatar_img:{{#var:email}}}}</div>{{#if:{{#var:email}}|{{#set:Gravatar MD5={{#gravatar_md5:{{#var:email}}}}}}}}
__NOTOC__
{{#if:{{#external_value:fullname}}|[[Full name::{{#external_value:fullname}}]]}}
__NOEDITSECTION__
{{#set:Role={{#external_value:role}}
<div style="float:right; width: 400px; border-radius: 20px; background-color: #eeeeee; padding: 20px; margin-left: 40px; margin-bottom: 20px; font-family: Helvetica;">
|SimpleRole={{#ifeq:{{#external_value:role}}|bdfl|dev}}{{#ifeq:{{#external_value:role}}|staff|dev}}{{#ifeq:{{#external_value:role}}|dev|dev}}}}
 
== Contact ==
{|
|{{#if:{{#external_value:ircnick}}|freenode: <tt>[[Ircnick::{{#external_value:ircnick}}]]</tt>}}
|}
{{#if:{{{Geoloc|}}}|
{{#if:{{{Geoloc|}}}|
== Location ==
== Location ==
Line 27: Line 34:
| width=100%
| width=100%
| height=350
| height=350
}} <span style="font-size: 8pt;">[[Location name::{{{Location name|}}}]] ([[Geoloc::{{{Geoloc|}}}]])</span>}}
}} <span style="font-size: 8pt;">{{{Location name|}}}</span>}}
</div>
</div>
[[Category:People]]
[[Category:People]]
{{#set:Bio={{{Bio|}}}}}
</includeonly>
__NOTOC__
__NOEDITSECTION__
__NOTITLE__</includeonly>

Latest revision as of 03:16, September 9, 2018

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

{{Person
|Bio=
|Geoloc=
|Location name=
}}

This template defines the table "people". View table. Edit the page to see the template text.