"साँचा:ARbox person": अवतरणों में अंतर
No edit summary टैग: मोबाइल संपादन मोबाइल वेब संपादन |
No edit summary टैग: मोबाइल संपादन मोबाइल वेब संपादन |
||
पंक्ति ८: | पंक्ति ८: | ||
| colspan="2" align="center" | [[File:{{{image|No_image_available.svg}}}|class="responsive-img" alt={{{name}}}]] | | colspan="2" align="center" | [[File:{{{image|No_image_available.svg}}}|class="responsive-img" alt={{{name}}}]] | ||
|- | |- | ||
| colspan="2" align="center" | <small>{{{ | | colspan="2" align="center" | <small>{{{nickname|N/A}}} in {{{image_date|N/A}}}</small> | ||
|- | |- | ||
| colspan="2" align="center" | <small>{{{image_date|N/A}}}</small> | | colspan="2" align="center" | <small>Approximate capture date: {{{image_date|N/A}}}</small> | ||
|- | |- | ||
! colspan="2" style="text-align:center; background:#e5e6fa;" | <span style="color:#3465c5;">{{{office|N/A}}}</span> of the <span style="color:#3465c5;">{{{organization|N/A}}}</span> | ! colspan="2" style="text-align:center; background:#e5e6fa;" | <span style="color:#3465c5;">{{{office|N/A}}}</span> of the <span style="color:#3465c5;">{{{organization|N/A}}}</span> | ||
पंक्ति ६०: | पंक्ति ६०: | ||
<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: 97%; | |||
height: auto; | |||
max-width: 500px; | |||
display: block; | |||
margin: 0 auto; | |||
} | |||
@media (max-width: 767px) { | |||
.responsive-img { | |||
width: 97%; | |||
max-width: 97%; | |||
} | |||
} | |||
</style> | |||
== Usage == | == Usage == | ||
To use this template, add the following code: | To use this template, add the following code: |