Template:Infobox musical artist

From NSWiki
Jump to: navigation, search
Documentation icon Template documentation[view] [edit] [history] [purge]

This is an infobox template for musicians and bands within the NSVerse. The template's code was shamelessly ripped from Wikipedia:Template:Infobox musical artist. Examples are below; if you need more information, please consult the above-linked upstream Wikipedia documentation.

Usage

For Individual Musicians

{{Infobox musical artist
| name                = 
| image               = 
| image_size          = 
| landscape           = <!-- yes, if wide image, otherwise leave blank -->
| alt                 = 
| caption             = 
| background          = solo_singer <!-- **Mandatory** Use one: solo_singer, non_vocal_instrumentalist, non_performing_personnel, or temporary -->
| birth_name          = 
| native_name         = 
| native_name_lang    = 
| alias               = 
| birth_date          = <!-- {{birth date and age|YYYY|MM|DD}} -->
| birth_place         = 
| origin              = 
| death_date          = <!-- {{death date and age|YYYY|MM|DD|YYYY|MM|DD}} (death date 1st) -->
| death_place         = 
| genre               = 
| occupation          = 
| instrument          = 
| years_active        = <!-- YYYY–YYYY (or –present) -->
| label               = 
| associated_acts     = 
| website             = <!-- {{URL|example.com}} -->
| notable_instruments = 
}}

For Musical Groups

Note that I'll be porting over Wikipedia's templates for specific kinds of musical groups (choirs, marching bands, etc.) eventually as well; once that happens, you should probably use those instead of this rather-generic template.

{{Infobox musical artist
| name            = 
| image           = 
| image_size      = 
| landscape       = <!-- yes, if wide image, otherwise leave blank -->
| alt             = 
| caption         = 
| background      = group_or_band <!-- **Mandatory** Use one: group_or_band, classical_ensemble, or temporary -->
| alias           = 
| origin          = 
| genre           = 
| years_active    = <!-- {{start date|YYYY}}–{{end date|YYYY}} (or –present) -->
| label           = 
| associated_acts = 
| website         = <!-- {{URL|example.com}} -->
| current_members = 
| past_members    = 
}}