"سانچہ:ARbox person" کے نسخوں کے درمیان فرق
کوئی خلاصۂ ترمیم نہیں ٹیگ: موبائل ترمیم موبائل ویب ترمیم |
کوئی خلاصۂ ترمیم نہیں ٹیگ: موبائل ترمیم موبائل ویب ترمیم |
||
سطر 9: | سطر 9: | ||
<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: | <div style="position:absolute; top:40px; right:20px; color:rgba(255,255,255,0.66); font-size:80%; font-weight:bold; background:none;"> | ||
{{{image_date|N/A}}} | {Approximate capture date: {{image_date|N/A}}} | ||
</div> | </div> | ||
</div> | </div> | ||
سطر 62: | سطر 62: | ||
<noinclude> | <noinclude> | ||
== Usage == | |||
To use this template, add the following code: | |||
<pre> | |||
{{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 | |||
}} | |||
</pre> | |||
</noinclude> | |||
<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> | |||
== Usage == | == Usage == | ||
To use this template, add the following code: | To use this template, add the following code: |