Template:Person: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: Manual revert |
mNo edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <noinclude> | ||
This is the "Person" template. | |||
It should be called in the following format: | |||
<pre> | |||
{{Person | |||
|Roles= | |||
|Homepage= | |||
|Wikidata= | |||
|Blog URL= | |||
|Email= | |||
|Country= | |||
|City= | |||
|Location= | |||
}} | |||
</pre> | |||
Edit the page to see the template text. | |||
</noinclude><includeonly> | |||
{{#if:{{{id|}}}|<span id="{{{id}}}"></span>|}} | {{#if:{{{id|}}}|<span id="{{{id}}}"></span>|}} | ||
<div class="index-project"> | <div class="index-project"> | ||
| Line 10: | Line 26: | ||
;Homepage | ;Homepage | ||
: {{{Homepage}}} | : {{{Homepage}}} | ||
|}} | |||
{{#if:{{{Wikidata|}}}| | |||
;Wikidata | |||
: {{{Wikidata}}} | |||
|}} | |}} | ||
{{#if:{{{Blog URL|}}}| | {{#if:{{{Blog URL|}}}| | ||
Blog URL | ;Blog URL | ||
: {{{Blog URL}}} | : {{{Blog URL}}} | ||
|}} | |}} | ||
{{#if:{{{Email|}}}| | |||
;Email | |||
: {{{Email}}} | |||
|}} | |||
{{#if:{{{Country|}}}| | |||
;Country | |||
: {{{Country}}} | |||
|}} | |||
{{#if:{{{City|}}}| | |||
;City | |||
: {{{City}}} | |||
|}} | |||
{{#if:{{{Location|}}}| | |||
;Location | |||
: {{{Location}}} | |||
|}} | |||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
Latest revision as of 13:45, 12 June 2026
This is the "Person" template. It should be called in the following format:
{{Person
|Roles=
|Homepage=
|Wikidata=
|Blog URL=
|Email=
|Country=
|City=
|Location=
}}
Edit the page to see the template text.