PREVIEW ENVIRONMENT - This is not the production database. Changes will NOT be saved.
Template:MusicianInfo: Difference between revisions
From PickiPedia: A knowledge base of bluegrass, old time psychedelic jams, and other public domain music
Jump to navigationJump to search
Thread instruments parameter through to PersonInfo (via update-page on MediaWiki MCP Server) |
Pass through primary_ens_name to PersonInfo (via update-page on MediaWiki MCP Server) |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 19: | Line 19: | ||
|scene=Nashville, TN | |scene=Nashville, TN | ||
|born= | |born= | ||
| | |show_instrument=banjo | ||
|genres=bluegrass | |genres=bluegrass | ||
}} | }} | ||
| Line 25: | Line 25: | ||
== Additional Parameters == | == Additional Parameters == | ||
* ''' | * '''show_instrument''' - Primary instrument (displayed as icon next to name, and in infobox) | ||
* '''genres''' - Comma-separated list (used for semantic data) | * '''genres''' - Comma-separated list (used for semantic data) | ||
| Line 48: | Line 48: | ||
|ethereum_address2={{{ethereum_address2|}}} | |ethereum_address2={{{ethereum_address2|}}} | ||
|ethereum_address3={{{ethereum_address3|}}} | |ethereum_address3={{{ethereum_address3|}}} | ||
|primary_ens_name={{{primary_ens_name|}}} | |||
|website={{{website|}}} | |website={{{website|}}} | ||
|scene={{{scene|}}} | |scene={{{scene|}}} | ||
| | |show_instrument={{{show_instrument|}}} | ||
|born={{{born|}}} | |born={{{born|}}} | ||
|active_since={{{active_since|}}} | |active_since={{{active_since|}}} | ||
}}{{#if:{{{ | }}{{#if:{{{show_instrument|}}}|{{#set:Primary instrument={{{show_instrument}}}}}}}{{#if:{{{genres|}}}|{{#set:Plays genre={{{genres}}}}}}} | ||
[[Category:Musicians]]</includeonly> | [[Category:Musicians]]</includeonly> | ||
Latest revision as of 19:44, 2 February 2026
Template for musician articles. Extends Template:PersonInfo with music-specific categorization.
Parameters
All parameters from PersonInfo/ThinkingEntityInfo are supported. Common "does" patterns for musicians:
- "plays [instrument] with [band]"
- "has recorded with [artists]"
- "teaches [instrument] in [location]"
- "founded [band/venue/festival]"
Usage
{{MusicianInfo
|name=Cory Walker
|image=Cory_Walker_Ryman.png
|image_caption=Walker at the Ryman
|does1=plays banjo with [[East Nash Grass]]
|does2=was named Customer of the Year at Tacos y Mariscos Lindo Mexico
|scene=Nashville, TN
|born=
|show_instrument=banjo
|genres=bluegrass
}}
Additional Parameters
- show_instrument - Primary instrument (displayed as icon next to name, and in infobox)
- genres - Comma-separated list (used for semantic data)
See also
- Template:PersonInfo - Base person template
- Template:Band - For musical groups