Difference between revisions of "Template:Person"
Jump to navigation
Jump to search
(attempt fix template loop) |
(move documentation to a separate page to prevent template loop) |
||
| Line 1: | Line 1: | ||
<includeonly>{| class=wikitable style="float:right; width:250px;" | <includeonly>{| class=wikitable style="float:right; width:250px;" | ||
| − | |-style="align:center;" | + | |-style="text-align:center;" |
|<big>'''{{{name}}}'''</big> | |<big>'''{{{name}}}'''</big> | ||
|- | |- | ||
| Line 15: | Line 15: | ||
|{{{user|}}} | |{{{user|}}} | ||
|- | |- | ||
| − | |}[[Category:People]]</includeonly></noinclude | + | |}[[Category:People]]</includeonly></noinclude>{{{{PAGENAME}}/doc}}</noinclude> |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | }} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | }}</noinclude> | ||
Revision as of 08:30, 9 January 2012
This template provides a quick way to add basic information about a person on their page.
Example usage:
{{Person
|name = John Doe
|affiliation = Foobar University
|country =
|website = http://example.com
|user = [[User:JohnDoe]]
}}
Result: ----->
| John Doe |
|
|
| User:JohnDoe |
</noinclude>Template loop detected: Template:Person/doc</noinclude>
- Note
- The {{{image}}} parameter is optional; if not passed, it is replaced by the default image. Do not use the "image" parameter with an empty value, as was done with "country" in the example above, because the result will be misformatted.
