Archive:Template:Staff member: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Jamesofur (talk | contribs)
m oops
Jamesofur (talk | contribs)
remove date completely and try new font size
Line 1: Line 1:
<includeonly>
<includeonly>
<div style="text-align:center; width:205px; margin:auto; width:100%;"><div style="font-size:125%;">'''{{#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:105%;">'''{{#ifexist:User:{{{username}}}|[[User:{{{username|Example}}}|{{{name|Example Name}}}]]|{{{name|Example Name}}}}}'''</div>
<div>{{#ifexist:{{{position|Position}}}|[[{{{position|Position}}}]]|{{{position|Position}}}}} {{{date|}}}</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|}}}|thumb|center|200px|{{{name|Example Name}}}]]}}
</includeonly>
</includeonly>
Line 9: Line 9:


{{clear}}
{{clear}}
'''Full example (with date)'''
'''Full example'''
{{staff member
{{staff member
| name = Example name
| name = Example name
| username = Example
| username = Example
| position = Position
| position = Position
| date = Month Year
| image = foo.jpg
| image = foo.jpg
}}
}}
Line 23: Line 22:
| username = Example
| username = Example
| position = Position
| position = Position
| date = Month Year
| image = foo.jpg
| image = foo.jpg
}}
}}
Line 44: Line 42:
}}
}}
</pre>
</pre>
'''Note:Username, date and image are optional and can be left blank in template as above if desired. Date is generally not currently used and does not have to be in the template if you don't want it to be.'''
'''Note:Username and image are optional and can be left blank in template as above if desired.'''


</noinclude>
</noinclude>

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



{{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.