Template:Infobox artist: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="infobox" id="infobox_artist" style="text-align:left;" |- |colspan="2" |<span id="heading_biggest">{{{title}}}</span> |- {{#if: {{{photo|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{photo}}}{{!}}320px]] {{!}}-}} !width="70" valign="top" |Place of Origin |{{{origin}}} |- !valign="top" |Genres |{{{genre}}} |- !valign="top" |Years Active |{{{yearsActive}}} |- !valign="top" |Label |{{{label}}} |- {{#if: {{{associated|}}} | !valign="top" {{!}}Associated Acts...") |
No edit summary |
||
(2 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:Artist|Artist]]</span> | |||
|- | |||
!width="70" valign="top" |Place of Origin | !width="70" valign="top" |Place of Origin | ||
|{{{origin}}} | |{{{origin}}} | ||
Line 39: | Line 41: | ||
{{#if: {{{relatedActs|}}} | {{!}}colspan="2" align="left" {{!}} {{{relatedActs}}} | {{#if: {{{relatedActs|}}} | {{!}}colspan="2" align="left" {{!}} {{{relatedActs}}} | ||
{{!}}-}} | {{!}}-}} | ||
|- | |||
{{#if: {{{externalLinks|}}} | !valign="top" {{!}}Links: | |||
{{!}} {{{externalLinks}}} }} | |||
|- | |- | ||
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info: | {{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info: | ||
Line 56: | Line 61: | ||
Put this block of code in an artist'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 an artist's main page. Fill out the information between the brackets and then remove the '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>''' | ||
<pre> | <pre> | ||
{{ | {{Infobox artist | ||
|title = <!-- Artist Name --> | |title = <!-- Artist Name --> | ||
|origin = <!-- Example: Brooklyn, NY --> | |origin = <!-- Example: Brooklyn, NY --> | ||
Line 69: | Line 74: | ||
|touringMembers = <!-- Touring Members (optional) --> | |touringMembers = <!-- Touring Members (optional) --> | ||
|relatedActs = <!-- Related Acts (optional) --> | |relatedActs = <!-- Related Acts (optional) --> | ||
|externalLinks = <!-- links to spotify, youtube, bandcamp, etc. --> | |||
|addtlInfo = <!-- Any additional Info.--> | |addtlInfo = <!-- Any additional Info.--> | ||
}} | }} | ||
</pre> | </pre> |
Latest revision as of 04:21, 20 September 2022
{{{title}}} | |
Artist | |
Place of Origin | {{{origin}}} |
---|---|
Genres | {{{genre}}} |
Years Active | {{{yearsActive}}} |
Label | {{{label}}} |
Website | {{{website}}} |
How to use: Put this block of code in an artist's main page. Fill out the information between the brackets and then remove the <!-- and -->
{{Infobox artist |title = <!-- Artist Name --> |origin = <!-- Example: Brooklyn, NY --> |photo = <!-- The filename of the (obviously already uploaded) photo, such as hello.jpg (optional) --> |genre = <!-- Genre(s) --> |yearsActive = <!-- YYYY-YYYY/present --> |label = <!-- label(s) signed to --> |associated = <!-- (optional) List of associated bands/artists. Example: [[Lemon Demon]], [[Trapezoid]] --> |website = <!-- website(s) of the artist. Example: [http://lemondemon.com Lemon Demon's official website] --> |bandMembers = <!-- EXAMPLE: Neil Cicierega: vocals, keyboards, guitar<br>Alora Lanzillotta: Bass Guitar<br>--> |pastMembers = <!-- Former Band Members (use above as reference on how to display, optional) --> |touringMembers = <!-- Touring Members (optional) --> |relatedActs = <!-- Related Acts (optional) --> |externalLinks = <!-- links to spotify, youtube, bandcamp, etc. --> |addtlInfo = <!-- Any additional Info.--> }}