Template:ARbox person: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
|- | |- | ||
| colspan="2" align="center" style="position:relative; padding:0;" | | | colspan="2" align="center" style="position:relative; padding:0;" | | ||
<div style="position:relative; display:inline-block | <div style="position:relative; display:inline-block;"> | ||
[[File:{{{image|No_image_available.svg}}}|class="responsive-img" alt={{{name}}}]] | [[File:{{{image|No_image_available.svg}}}|class="responsive-img" alt={{{name}}}]] | ||
<div style="position:absolute; top:10px; right:10px; color:rgba(255,255,255,0.66); font-size:80%; font-weight:bold; background:none;"> | <div style="position:absolute; top:10px; right:10px; color:rgba(255,255,255,0.66); font-size:80%; font-weight:bold; background:none;"> | ||
Approximate capture date: {{{image_date|N/A}}} | Approximate capture date: {{{image_date|N/A}}} | ||
</div> | </div> | ||
<div style="position:absolute; bottom:5px; left:50%; transform:translateX(-50%); white-space:nowrap;"> | |||
<div style=" | {{{nickname|N/A}}} in {{{image_date|N/A}}} | ||
</div> | |||
</div> | </div> | ||
|- | |- | ||
Revision as of 20:36, 25 February 2025
Usage
To use this template, add the following code:
{{ARbox person
| name = xyz
| native_name = xyz
| native_name_lang = xyz
| image = xyz.jpg
| image_date = xyz
| office = xyz of the [[xyz]]
| term_start = xyz
| birth_date = xyz xyz xyz
| birth_place = xyz, xyz, xyz.
| nationality = xyz
| nickname = xyz
| occupation = xyz, xyz, xyz
| years_active = xyz–xyz
| organization = xyz
| spouse = xyz
| father = xyz
| height = xyz feet xyz inch
| awards = xyz
| website = xyz
| signature = xyz.png
}}
<style>
.responsive-img {
width: 100%; height: auto; max-width: 500px; display: block; margin: 0;
} @media (max-width: 767px) {
.responsive-img {
width: 100%;
max-width: 100%;
}
} </style>