Jump to content

Template:Infobox person: Difference between revisions

From Dumlaxjävel wiki
No edit summary
BL19 (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly>{{#tag:templatestyles|src=Template:Infobox person/styles.css}}</includeonly>
<includeonly>
<includeonly>
{| class="infobox" style="float:right; clear:right; margin:0 0 1em 1em; width:22em; border:1px solid #a2a9b1; background:#f8f9fa; font-size:90%;"
{| class="infobox infobox-person"
|-
|-
! colspan="2" style="text-align:center; background:#eaecf0; font-size:115%; padding:.4em;" | {{{name|{{PAGENAME}}}}}
! colspan="2" class="infobox-person__title" | {{{name|{{PAGENAME}}}}}
|-
|-
| colspan="2" style="text-align:center; padding:.4em;" |
| colspan="2" class="infobox-person__image" |
[[{{{image|File:No_image_available.svg}}}|frameless|250px]]
[[{{{image|File:No_image_available.svg}}}|frameless|250px]]
<div style="font-size:90%; color:#54595d; margin-top:.3em;">{{{caption|}}}</div>
<div class="infobox-person__caption">{{{caption|}}}</div>
|-
|-
! style="text-align:left; padding:.3em; width:35%; background:#eaecf0;" | Birth name
! class="infobox-person__label" | Birth name
| style="padding:.3em;" | {{{birth_name|—}}}
| class="infobox-person__data" | {{{birth_name|—}}}
|-
|-
! style="text-align:left; padding:.3em; background:#eaecf0;" | Born
! class="infobox-person__label" | Born
| style="padding:.3em;" | {{{birth_date|—}}}
| class="infobox-person__data" | {{{birth_date|—}}}
|-
|-
! style="text-align:left; padding:.3em; background:#eaecf0;" | Birth place
! class="infobox-person__label" | Birth place
| style="padding:.3em;" | {{{birth_place|—}}}
| class="infobox-person__data" | {{{birth_place|—}}}
|-
|-
! style="text-align:left; padding:.3em; background:#eaecf0;" | Nationality
! class="infobox-person__label" | Nationality
| style="padding:.3em;" | {{{nationality|—}}}
| class="infobox-person__data" | {{{nationality|—}}}
|-
|-
! style="text-align:left; padding:.3em; background:#eaecf0;" | Other names
! class="infobox-person__label" | Other names
| style="padding:.3em;" | {{{other_names|—}}}
| class="infobox-person__data" | {{{other_names|—}}}
|-
|-
! style="text-align:left; padding:.3em; background:#eaecf0;" | Occupation
! class="infobox-person__label" | Occupation
| style="padding:.3em;" | {{{occupation|—}}}
| class="infobox-person__data" | {{{occupation|—}}}
|-
|-
! style="text-align:left; padding:.3em; background:#eaecf0;" | Years active
! class="infobox-person__label" | Years active
| style="padding:.3em;" | {{{years_active|—}}}
| class="infobox-person__data" | {{{years_active|—}}}
|-
|-
! style="text-align:left; padding:.3em; background:#eaecf0;" | Known for
! class="infobox-person__label" | Known for
| style="padding:.3em;" | {{{known_for|—}}}
| class="infobox-person__data" | {{{known_for|—}}}
|-
|-
! style="text-align:left; padding:.3em; background:#eaecf0;" | Notable works
! class="infobox-person__label" | Notable works
| style="padding:.3em;" | {{{notable_works|—}}}
| class="infobox-person__data" | {{{notable_works|—}}}
|-
|-
! style="text-align:left; padding:.3em; background:#eaecf0;" | Website
! class="infobox-person__label" | Website
| style="padding:.3em;" | {{{website|—}}}
| class="infobox-person__data" | {{{website|—}}}
|}
|}
</includeonly>
</includeonly>
<noinclude>
Usage:
<pre>
{{Infobox person
| name = Example
| image = File:Example.png
| caption = caption text
| birth_name = ...
| birth_date = ...
| birth_place = ...
| nationality = ...
| other_names = ...
| occupation = ...
| years_active = ...
| known_for = ...
| notable_works = ...
| website = https://example.com
}}
</pre>
</noinclude>

Revision as of 00:09, 22 February 2026