Template:Person: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| (3 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 7: | Line 23: | ||
{{{Roles|}}} | {{{Roles|}}} | ||
{{#if:{{{Homepage|}}} | {{#if:{{{Homepage|}}}| | ||
;Homepage | ;Homepage | ||
: {{{Homepage}}} | : {{{Homepage}}} | ||
|}} | |||
{{#if:{{{Wikidata|}}}| | |||
;Wikidata | |||
: {{{Wikidata}}} | |||
|}} | |}} | ||
{{#if:{{{Blog URL|}}}| | {{#if:{{{Blog URL|}}}| | ||
Blog URL | ;Blog URL | ||
: {{{Blog URL}}} | : {{{Blog URL}}} | ||
|}} | |}} | ||
{{#if:{{{Email|}}}| | {{#if:{{{Email|}}}| | ||
;Email | |||
: {{{Email}}} | : {{{Email}}} | ||
|}} | |}} | ||
{{#if:{{{Country|}}}| | {{#if:{{{Country|}}}| | ||
;Country | |||
: {{{Country}}} | : {{{Country}}} | ||
|}} | |}} | ||
{{#if:{{{City|}}}| | {{#if:{{{City|}}}| | ||
;City | |||
: {{{City}}} | : {{{City}}} | ||
|}} | |}} | ||
{{#if:{{{Location|}}}| | {{#if:{{{Location|}}}| | ||
;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.