|
|
| (3 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| <noinclude> | | <noinclude> |
| Template for musician articles. Extends [[Template:Person]] with music-specific categorization.
| | This template has been renamed to [[Template:ShowInstrument]]. This redirect preserves backward compatibility. |
| | | </noinclude><includeonly>{{ShowInstrument|{{{1}}}}}</includeonly> |
| == Parameters ==
| |
| All parameters from Person/ThinkingEntity are supported. Common "does" patterns for musicians:
| |
| * "plays [instrument] with [band]"
| |
| * "has recorded with [artists]"
| |
| * "teaches [instrument] in [location]"
| |
| * "founded [band/venue/festival]"
| |
| | |
| == Usage ==
| |
| <pre>
| |
| {{Musician
| |
| |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
| |
| |location=Nashville, TN
| |
| |born=
| |
| |instruments=banjo
| |
| |genres=bluegrass
| |
| }}
| |
| </pre>
| |
| | |
| == Additional Parameters ==
| |
| * '''instruments''' - Comma-separated list (used for semantic data)
| |
| * '''genres''' - Comma-separated list (used for semantic data)
| |
| | |
| == See also ==
| |
| * [[Template:Person]] - Base person template
| |
| * [[Template:Band]] - For musical groups
| |
| </noinclude><includeonly>{{Person | |
| |name={{{name|{{PAGENAME}}}}}
| |
| |image={{{image|}}}
| |
| |image_caption={{{image_caption|}}}
| |
| |does1={{{does1|}}}
| |
| |does2={{{does2|}}}
| |
| |does3={{{does3|}}}
| |
| |does4={{{does4|}}} | |
| |does5={{{does5|}}}
| |
| |does6={{{does6|}}}
| |
| |does7={{{does7|}}}
| |
| |does8={{{does8|}}}
| |
| |does9={{{does9|}}}
| |
| |does10={{{does10|}}}
| |
| |ethereum_address={{{ethereum_address|}}}
| |
| |ethereum_address2={{{ethereum_address2|}}}
| |
| |ethereum_address3={{{ethereum_address3|}}}
| |
| |website={{{website|}}}
| |
| |location={{{location|}}}
| |
| |born={{{born|}}}
| |
| |active_since={{{active_since|}}}
| |
| }}{{#if:{{{instruments|}}}|{{#set:Plays instrument={{{instruments}}}}}}}{{#if:{{{genres|}}}|{{#set:Plays genre={{{genres}}}}}}}
| |
| [[Category:Musicians]]</includeonly>
| |
This template has been renamed to Template:ShowInstrument. This redirect preserves backward compatibility.