Archive:Template:Staff member: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Jamesofur (talk | contribs)
bit bigger and image test
Jamesofur (talk | contribs)
m hmm
Line 2: Line 2:
<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 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|Empty.gif}}}|thumb|center|200px|{{{name|Example Name}}}]]}}
{{#if:{{{image}}}|[[Image:{{{image}}}|thumb|center|200px|{{{name|Example Name}}}]]}}
</includeonly>
</includeonly>



Revision as of 08:07, 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

[[Image:{{{image}}}|thumb|center|200px|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.