Template:Infobox musical artist: Difference between revisions

From ChicagoPunk
Jump to navigation Jump to search
mNo edit summary
m (Undo revision 7520 by AnarchistiCookie (talk))
 
(7 intermediate revisions by the same user not shown)
Line 9: Line 9:
<tr><th scope="row" style="text-align:left;">Origin</th>
<tr><th scope="row" style="text-align:left;">Origin</th>
<td class="" style="">{{{origin}}}</td></tr>
<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>


</table>
</table>
Line 15: Line 19:


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


== Usage ==
== Usage ==
# First, pick an article you'd like to edit (for this template, pick a band. For example; [[Get Smart!]]).
# 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.
# Copy and paste the code in your article.
# Fill in the template.
# Fill in the template.
Line 30: Line 36:
| caption            =  
| caption            =  
| origin              =  
| origin              =  
| years              =
| label              =
}}</pre>
}}</pre>
</noinclude>
</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               = 
}}