Template:Infobox misc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="infobox-HITS" id="infobox_misc" 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="t...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox | {| class="infobox" id="infobox_misc" style="text-align:left;" | ||
|- | |- | ||
|colspan="2" |<span id="heading_biggest">{{{name}}}</span> | |colspan="2" |<span id="heading_biggest">{{{name}}}</span> | ||
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:{{{category}}}|{{{category}}}]]</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 51: | Line 53: | ||
{{#if: {{{artists|}}} | !valign="top" {{!}}Artists: | {{#if: {{{artists|}}} | !valign="top" {{!}}Artists: | ||
{{!}} {{{artists}}} }} | {{!}} {{{artists}}} }} | ||
|- | |||
{{#if: {{{externalLinks|}}} | !valign="top" {{!}}Links: | |||
{{!}} {{{externalLinks}}} }} | |||
|- | |- | ||
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info: | {{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info: | ||
Line 78: | Line 83: | ||
This infobox is for miscellaneous people and things. Put this block of code in a thing's main page. Fill out the information between the brackets and then remove the '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>''' | This infobox is for miscellaneous people and things. Put this block of code in a thing's main page. Fill out the information between the brackets and then remove the '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>''' | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox misc | ||
|name = <!-- name of the person or thing --> | |name = <!-- name of the person or thing --> | ||
|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) --> | ||
|category = <!-- The type of thing that the thing is --> | |||
|relation = <!-- relationship to Lemon Demon (eg: Touring member of Lemon Demon) --> | |relation = <!-- relationship to Lemon Demon (eg: Touring member of Lemon Demon) --> | ||
|birth_date = <!-- birth date(optional) --> | |birth_date = <!-- birth date(optional) --> | ||
Line 97: | Line 103: | ||
|founders = <!-- founder(s)(optional) --> | |founders = <!-- founder(s)(optional) --> | ||
|artists = <!-- artists(optional) --> | |artists = <!-- artists(optional) --> | ||
|externalLinks = <!-- links to spotify, youtube, bandcamp, etc. --> | |||
|addtlInfo = <!-- Any additional Info.(optional) --> | |addtlInfo = <!-- Any additional Info.(optional) --> | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 04:22, 20 September 2022
{{{name}}} | |
[[:Category:{{{category}}}|{{{category}}}]] |
How to use: This infobox is for miscellaneous people and things. Put this block of code in a thing's main page. Fill out the information between the brackets and then remove the <!-- and -->
{{Infobox misc |name = <!-- name of the person or thing --> |photo = <!-- The filename of the (obviously already uploaded) photo, such as neil.jpg (optional) --> |category = <!-- The type of thing that the thing is --> |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 (optional) --> |otherNames = <!-- other names of person (optional) --> |length = <!-- length (optional) --> |genre = <!-- genre of content (optional) --> |language = <!-- language of content (optional) --> |uploader = <!-- name/username of uploader (optional) --> |uploadedBy = <!-- uploaded date (optional) --> |websites = <!-- websites, separated with BR tags(optional) --> |yearsActive = <!-- years active(optional) --> |founders = <!-- founder(s)(optional) --> |artists = <!-- artists(optional) --> |externalLinks = <!-- links to spotify, youtube, bandcamp, etc. --> |addtlInfo = <!-- Any additional Info.(optional) --> }}