Archive:Template:Staff member: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Jamesofur (talk | contribs)
remove date completely and try new font size
Jamesofur (talk | contribs)
bit bigger and image test
Line 1: Line 1:
<includeonly>
<includeonly>
<div style="text-align:center; width:205px; margin:auto; width:100%;"><div style="font-size:105%;">'''{{#ifexist:User:{{{username}}}|[[User:{{{username|Example}}}|{{{name|Example Name}}}]]|{{{name|Example Name}}}}}'''</div>
<div style="text-align:center; width:205px; margin:auto; width:100%;"><div style="font-size:115%;">'''{{#ifexist:User:{{{username}}}|[[User:{{{username|Example}}}|{{{name|Example Name}}}]]|{{{name|Example Name}}}}}'''</div>
<div>{{#ifexist:{{{position|Position}}}|[[{{{position|Position}}}]]|{{{position|Position}}}}}</div></div>
<div>{{#ifexist:{{{position|Position}}}|[[{{{position|Position}}}]]|{{{position|Position}}}}}</div></div>
{{#if:{{{image}}}|[[Image:{{{image|}}}|thumb|center|200px|{{{name|Example Name}}}]]}}
{{#if:{{{image}}}|[[Image:{{{image|Empty.gif}}}|thumb|center|200px|{{{name|Example Name}}}]]}}
</includeonly>
</includeonly>


Line 31: Line 31:
| username =
| username =
| position = Position
| position = Position
| image =
}}
}}



Revision as of 08:06, 18 July 2010


Documentation

Full example

Example name
Position
Example name



{{staff member
| name = Example name
| username = Example
| position = Position
| image = foo.jpg
}}

No image or username example

Example name
Position
Example name



{{staff member
| name = Example name
| username = 
| position = Position
| image =
}}

Note:Username and image are optional and can be left blank in template as above if desired.