Template:Infobox musical artist: Difference between revisions

From ChicagoPunk
Jump to navigation Jump to search
No edit summary
m (Undo revision 7520 by AnarchistiCookie (talk))
 
(12 intermediate revisions by 2 users not shown)
Line 7: Line 7:


<tr><th colspan="2" class="" style="text-align:center; background-color: #b0c4de">Background information</th></tr>
<tr><th colspan="2" class="" style="text-align:center; background-color: #b0c4de">Background information</th></tr>
<tr><th scope="row" style="text-align:left;">Origin</th>
<td class="" style="">{{{origin}}}</td></tr>
<tr><th scope="row" style="text-align:left;">Years active</th>
<td class="" style="">{{{years}}}</td></tr>
<tr><th scope="row" style="text-align:left;">Label(s)</th>
<td class="" style="">{{{label}}}</td></tr>


{{#if:{{{origin|}}}|<tr><th scope="row" style="text-align:left;">Origin</th><td class="" style="">{{{origin}}}</td></tr>|}}
</table>
</td></tr></table> <noinclude>
This is a template for an infobox. You can use it for bands and artists.
 
== Parameters ==
* name    = (Name of the band/artist)
* image  = (An image of the band or artist, opotional)
* caption = (A caption for the image)
* origin  = (The origin of the band/artist)
* years  = (Years active)
* label  = (The labels the bands played on)
 
== Usage ==
# First, pick an article you'd like to edit (for this template, pick a band. For example; [[Get Smart!]] or [[Big Black]]).
# Copy and paste the code in your article.
# Fill in the template.


</table>
<pre>{{Infobox musical artist 
</td></tr></table>
| name                =
| image              =
| caption            =
| origin              =
| years              =
| label              =
}}</pre>
</noinclude>

Latest revision as of 21:40, 2 August 2016

{{{name}}}
[[File:{{{image}}}||200px]]
{{{caption}}}
Background information
Origin {{{origin}}}
Years active {{{years}}}
Label(s) {{{label}}}

This is a template for an infobox. You can use it for bands and artists.

Parameters

  • name = (Name of the band/artist)
  • image = (An image of the band or artist, opotional)
  • caption = (A caption for the image)
  • origin = (The origin of the band/artist)
  • years = (Years active)
  • label = (The labels the bands played on)

Usage

  1. First, pick an article you'd like to edit (for this template, pick a band. For example; Get Smart! or Big Black).
  2. Copy and paste the code in your article.
  3. Fill in the template.
{{Infobox musical artist  
| name                = 
| image               = 
| caption             = 
| origin              = 
| years               = 
| label               = 
}}