Archive:Template:Staff member: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Jamesofur (talk | contribs)
attempt to make image deal a bit easier
Jamesofur (talk | contribs)
examples
Line 4: Line 4:
{{#if:{{{image}}}|[[Image:{{{image|}}}|thumb|center|200px|{{{name|Example Name}}}]]}}
{{#if:{{{image}}}|[[Image:{{{image|}}}|thumb|center|200px|{{{name|Example Name}}}]]}}
</includeonly>
</includeonly>

==Documentation==
<noinclude>
<noinclude>
{{clear}}
{{clear}}
'''Full example (with date)'''
{{staff member
| name = Example name
| username = Example
| position = Position
| date = Month Year
| image = foo.jpg
}}


<pre>
{{staff member
{{staff member
| name = Example name
| name = Example name
Line 13: Line 24:
| date = Month Year
| date = Month Year
| image = foo.jpg
| image = foo.jpg
}}
</pre>

'''No image or username example'''
{{staff member
| name = Example name
| username =
| position = Position
| image =
}}
}}


<pre>
<pre>
{{staff member
{{staff member
| name =
| name = Example name
| username =
| username =
| position =
| position = Position
| date =
| image =
| image =
}}
}}
</pre>
</pre>
''Note:Username, date and image are optional''
'''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.'''


</noinclude>
</noinclude>

Revision as of 09:02, 17 July 2010


Documentation

Full example (with date)

Example name
Position Month Year
Example name


Documentation

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

No image or username example

Example name
Position


Documentation

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

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.