Template:Staff member: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
{{#if:{{{image}}}| <div style="-webkit-box-shadow:0 0 5px 1px silver; -moz-box-shadow:0 0 5px 1px silver; box-shadow:0 0 5px 1px silver; border: 5px solid white; width:200px; margin-left:auto !important; margin-right:auto !important; margin-top: 10px;">[[Image:{{{image}}}|center|200px|{{{name|Example Name}}}]]</div>}} | {{#if:{{{image}}}| <div style="-webkit-box-shadow:0 0 5px 1px silver; -moz-box-shadow:0 0 5px 1px silver; box-shadow:0 0 5px 1px silver; border: 5px solid white; width:200px; margin-left:auto !important; margin-right:auto !important; margin-top: 10px;">[[Image:{{{image}}}|center|200px|{{{name|Example Name}}}]]</div>}} | ||
{{#if:{{{twitter|}}}|<div style="text-align:center; width:205px; margin:auto; width:100%;"></span class="plainlinks">[http://www.twitter.com/{{{twitter|}}} @{{{twitter|}}}]</span></div>}} | {{#if:{{{twitter|}}}|<div style="text-align:center; width:205px; margin:auto; width:100%;"></span class="plainlinks">[http://www.twitter.com/{{{twitter|}}} @{{{twitter|}}}]</span></div>}} | ||
<div style="text-align:center; width:205px; margin:auto; width:100%;"><div>{{#ifexist:{{{job description|Job description}}}|[[{{{job description|Job description}}}]]|{{{job description|Job description}}}}}</div></div> | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
| Line 16: | Line 17: | ||
| image = Example.JPG (Optional: Image title with no File: or Image: prefixes) | | image = Example.JPG (Optional: Image title with no File: or Image: prefixes) | ||
| twitter = Example (Optional: Twitter handle only; no @ or URL) | | twitter = Example (Optional: Twitter handle only; no @ or URL) | ||
| | | job description = Running Wikimedia UK (Optional) | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 28: | Line 29: | ||
| twitter = Example | | twitter = Example | ||
| image = foo.jpg | | image = foo.jpg | ||
| job description = Example description | |||
}} | }} | ||
| Line 37: | Line 39: | ||
| twitter = Example | | twitter = Example | ||
| image = foo.jpg | | image = foo.jpg | ||
| job description = Example description | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 45: | Line 48: | ||
| username = | | username = | ||
| position = Position | | position = Position | ||
| job description = Example description | |||
}} | }} | ||
| Line 53: | Line 57: | ||
| position = Position | | position = Position | ||
| image = | | image = | ||
| job description = Example description | |||
}} | }} | ||
</pre> | </pre> | ||
Latest revision as of 15:42, 18 June 2013
Documentation
All optional variables can be left blank: leave image variable in as |image = if no picture for staff member. Using an example:
{{staff member
| name = John Doe (Required: Name of Staff member )
| username = John Doe (Optional: Username of staff member, no User: prefix. Will link name to wiki userpage)
| position = Head of Administration (Required: Position title. Will link to description page if exists.)
| image = Example.JPG (Optional: Image title with no File: or Image: prefixes)
| twitter = Example (Optional: Twitter handle only; no @ or URL)
| job description = Running Wikimedia UK (Optional)
}}
Full example
Example name
Position
Example description
{{staff member
| name = Example name
| username = Example
| position = Position
| twitter = Example
| image = foo.jpg
| job description = Example description
}}
No image or username example
Example name
Position
[[Image:{{{image}}}|center|200px|Example name]]
Example description
{{staff member
| name = Example name
| username =
| position = Position
| image =
| job description = Example description
}}
Note:Username and image are optional and can be left blank in template as above if desired.
