User:Richard Nevell (WMUK)/Sandbox: Difference between revisions
Jump to navigation
Jump to search
(Dumping code) |
(prune) |
||
| Line 6: | Line 6: | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
==Documentation== | ==Documentation== | ||
All optional variables can be left blank: leave image variable in as |image = if no picture for staff member. | All optional variables can be left blank: leave image variable in as |image = if no picture for staff member. | ||
| Line 39: | Line 42: | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 15:25, 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)
| jobdescription = Running Wikimedia UK (Optional)
}}
Full example
Example name
Position
Job description
{{staff member
| name = Example name
| username = Example
| position = Position
| twitter = Example
| image = foo.jpg
}}