Template:Infobox person: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="infobox" id="infobox_person" style="text-align:left;" |- |colspan="2" |<span id="heading_biggest">{{{name}}}</span> |- {{#if: {{{photo|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{photo}}}{{!}}320px]] {{!}}-}} {{#if: {{{relation|}}} | {{!}}colspan="2" align="center" {{!}} <span id="heading_bigger">{{{relation}}}</span> }} |- {{#if: {{{birth_date|}}} | !valign="top" {{!}}Date of Birth: {{!}} {{{birth_date}}} }} |- {{#if: {{{hometown|}}} | !valign="top"...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
{{#if: {{{photo|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{photo}}}{{!}}320px]] | {{#if: {{{photo|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{photo}}}{{!}}320px]] | ||
{{!}}-}} | {{!}}-}} | ||
|colspan="2" |<span id="heading_bigger">[[:Category:Person|Person]]</span> | |||
|- | |||
{{#if: {{{relation|}}} | {{!}}colspan="2" align="center" {{!}} <span id="heading_bigger">{{{relation}}}</span> }} | {{#if: {{{relation|}}} | {{!}}colspan="2" align="center" {{!}} <span id="heading_bigger">{{{relation}}}</span> }} | ||
|- | |- | ||
Line 24: | Line 26: | ||
{{#if: {{{otherNames|}}} | !valign="top" {{!}}Other Names: | {{#if: {{{otherNames|}}} | !valign="top" {{!}}Other Names: | ||
{{!}} {{{otherNames}}} }} | {{!}} {{{otherNames}}} }} | ||
|- | |||
{{#if: {{{externalLinks|}}} | !valign="top" {{!}}Links: | |||
{{!}} {{{externalLinks}}} }} | |||
|- | |- | ||
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info: | {{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info: | ||
Line 43: | Line 48: | ||
Put this block of code in a person's main page. Fill out the information between the brackets and then remove the '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>''' | Put this block of code in a person's main page. Fill out the information between the brackets and then remove the '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>''' | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox person | ||
|name = <!-- name of the person --> | |name = <!-- name of the person --> | ||
|photo = <!-- The filename of the (obviously already uploaded) photo, such as neil.jpg (optional) --> | |photo = <!-- The filename of the (obviously already uploaded) photo, such as neil.jpg (optional) --> | ||
|relation = <!-- relationship to | |relation = <!-- relationship to Lemon Demon (eg: Touring member of Lemon Demon) --> | ||
|birth_date = <!-- birth date(optional) --> | |birth_date = <!-- birth date(optional) --> | ||
|hometown = <!-- birth place (optional) --> | |hometown = <!-- birth place (optional) --> | ||
Line 53: | Line 58: | ||
|residence = <!-- Currently resides in --> | |residence = <!-- Currently resides in --> | ||
|otherNames = <!-- other names of person (optional) --> | |otherNames = <!-- other names of person (optional) --> | ||
|externalLinks = <!-- links to spotify, youtube, bandcamp, etc. --> | |||
|addtlInfo = <!-- Any additional Info.--> | |addtlInfo = <!-- Any additional Info.--> | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 04:21, 20 September 2022
{{{name}}} | |
Person |
How to use: Put this block of code in a person's main page. Fill out the information between the brackets and then remove the <!-- and -->
{{Infobox person |name = <!-- name of the person --> |photo = <!-- The filename of the (obviously already uploaded) photo, such as neil.jpg (optional) --> |relation = <!-- relationship to Lemon Demon (eg: Touring member of Lemon Demon) --> |birth_date = <!-- birth date(optional) --> |hometown = <!-- birth place (optional) --> |death_date = <!-- death date (optional) --> |death_place = <!-- death place (optional) --> |residence = <!-- Currently resides in --> |otherNames = <!-- other names of person (optional) --> |externalLinks = <!-- links to spotify, youtube, bandcamp, etc. --> |addtlInfo = <!-- Any additional Info.--> }}