Template:Infobox person: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude>{{Documentation}}</noinclude> <templatedata> {{#template_data: | title = Infobox Person | description = A template to display information about a person. | parameters = {{#param: | name = Name | required = true | type = string | description = The name of the person. }} {{#param: | name = Image | required = false | type = string | description = The filename of the perso..." |
mNo edit summary |
||
(37 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <div style="border: 1px solid #ccc; padding: 10px; width: 300px; background-color: #A3D9A6; float: right; margin-left: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);"> | ||
<div style="background-color: #FFFFF0; padding: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);"> | |||
{{# | <span style="text-align: center; font-weight: bold; font-size: 1em;"> | ||
{{#if: {{{Name|}}} | {{{Name}}} | Unknown }} | |||
</span> | |||
</div> | |||
{{#if: {{{Image|}}} | | |||
<div style="text-align: center; margin: 10px 0;"> | |||
<div style="display: inline-block; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);"> | |||
[[File:{{{Image}}}|250px|thumb|{{{Caption|}}}]] | |||
</div> | |||
</div> | |||
| | | }} | ||
<div style="background-color: #FFFFF0; padding: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);"> | |||
{{#if: {{{Knows As|}}} | <p><strong>Profile:</strong> {{{Knows As}}}</p> | }} | |||
{{#if: {{{Date of Birth|}}} | <p><strong>Date of Birth:</strong> {{{Date of Birth}}}</p> | }} | |||
{{#if: {{{Alma Mater|}}} | <p><strong>Alma Mater:</strong> {{{Alma Mater}}}</p> | }} | |||
{{#if: {{{Nationality|}}} | <p><strong>Nationality:</strong> {{{Nationality}}}</p> | }} | |||
{{#if: {{{Parents|}}} | <p><strong>Parents:</strong> {{{Parents}}}</p> | }} | |||
{{#if: {{{Sibling/s|}}} | <p><strong>Sibling/s:</strong> {{{Sibling/s}}}</p> | }} | |||
{{#if: {{{Partner|}}} | <p><strong>Partner:</strong> {{{Partner}}}</p> | }} | |||
{{#if: {{{Years Active|}}} | <p><strong>Years Active:</strong> {{{Years Active}}}</p> | }} | |||
{{#if: {{{Education|}}} | <p><strong>Education:</strong> {{{Education}}}</p> | }} | |||
{{#if: {{{IMDB|}}} | <p><strong>IMDb:</strong> [https://www.imdb.com/name/ {{{IMDB}}}]</p> | }} | |||
{{#if: {{{Social Media|}}} | <p><strong>Social Media:</strong> {{{Social Media}}}</p> | }} | |||
{{#if: {{{Google|}}} | <p><strong>Google:</strong> {{{Google}}}</p> | }} | |||
</div> | |||
</div> | |||
Latest revision as of 06:22, 20 October 2024
Unknown