Editing
Template:Infobox instrument/doc
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Documentation subpage}} <!------------------------------------------------------------------- Place categories where indicated at the bottom of this page, please; interwikis to Wikidata (see [[Wikipedia:Wikidata]]). --------------------------------------------------------------------> ==Code== {{Infobox instrument | name = ''name'' | image = Example-serious.jpg | caption = ''image caption'' | background = ''background'' | names = ''names'' | classification = ''classification'' | hornbostel_sachs = ''hombostel_sachs'' | hornbostel_sachs_desc = ''hombostel_sachs_desc'' | inventors = ''inventors'' | developed = ''developed'' | timbre = ''timbre'' | volume = ''volume'' | attack = ''attack'' | decay = ''decay'' | range = ''range'' [music notation] | pitch = ''pitch'' ["low"/"medium"/"high"] | related = ''related'' | musicians = ''musicians'' | builders = ''builders'' | articles = ''articles'' }} <pre style="overflow:auto;"> {{Infobox instrument | name = {{subst:PAGENAMEBASE}} | image = Replace this image butterfly.png | image_size = | alt = | caption = | background = | names = | classification = | hornbostel_sachs = | hornbostel_sachs_desc = | inventors = | developed = | timbre = | volume = | attack = | decay = | range = | pitch = | related = | musicians = | builders = | articles = }} </pre> == Usage == This template, meant to be used on all musical instrument pages, takes the following parameters (bold parameters are required, others are optional): {| class="wikitable" |- |'''name'''|| – full name of the instrument - using WikiProject Musical Instruments/Templates/Infobox instrument/doc will set this field to the name of the article |- |image|| – the filename of a photo of the instrument |- |caption|| - a caption for the photo of the instrument |- |background|| – the general classification of the instrument ('keyboard', 'woodwind', 'brass', 'string', 'percussion', 'electronic', or 'other') used to choose the color scheme of the infobox and populate a simple classification link-header below the image caption |- |names|| – other name/names |- |'''classification'''|| – the classification of the instrument (such as string, woodwind, etc.) |- |hornbostel_sachs|| - the [[Hornbostel–Sachs]] classification of the instrument (or 'NaN', if not specified, such as for the [[Hydraulophone]]) |- |hornbostel_sachs_desc|| - a textual description of the Hornbostel–Sachs classification |- |inventors|| - the inventor(s) of the instrument, if known |- |developed|| - the rough time period (and instrument from which) the instrument was developed (e.g. "Early [[16th century]]" for the [[violin]], "Early [[18th century]] from the [[chalumeau]]" for the [[clarinet]], etc.) |- |timbre|| - the sound quality of the instrument<!--: X, Y, Z, "bright, metallic", "pure, focused"--> |- |volume|| - how loud the instrument is: "low", "medium", "high" |- |attack|| - how quickly the instrument begins making sound when it starts being played: "slow", "medium", "fast" |- |decay|| - how long the sound fades after the instrument stops being played: "slow", "medium", "fast" |- |range|| - the playing range of the instrument (an image is preferred; many are already created, see [[commons:Category:Instrument ranges]]) |- |pitch|| - the playing range of the instrument, with''out'' image: "low", "medium", "high" |- |related|| - related musical instruments |- |musicians|| - related musicians |- |builders|| - related musical instrument makers |- |articles|| - other articles which may be of interest |- |} == TemplateData == {{TemplateData header}} <templatedata> { "description": "An infobox for articles about musical instruments", "params": { "name": { "label": "Name", "description": "The name of the instrument", "type": "string", "required": false }, "image": { "label": "Image", "description": "The file name for an image of the instrument", "type": "string", "required": false }, "caption": { "label": "Caption", "description": "An description of the image", "type": "string", "required": false }, "background": { "label": "Background", "description": "The general classification of the instrument ('keyboard', 'woodwind', 'brass', 'string', 'percussion', 'electronic', or 'other') used to choose the color scheme of the infobox and populate a simple classification link-header below the image caption", "type": "string", "required": false }, "names": { "label": "Names", "description": "Alternative names for the instrument", "type": "string", "required": false }, "classification": { "label": "Classification", "description": "The general classification of the instrument - Idiophone, Membranophone, Chordophone, Aerophone, Electrophone", "type": "string", "required": false }, "hornbostel_sachs ": { "label": "Hornbostel-Sachs", "description": "The Hornbostel-Sachs number of the instrument ", "type": "string", "required": false }, "hornbostel_sachs_desc ": { "label": "Hornbostel-Sachs Description", "description": "The name of the Hornbostel-Sachs subcategory of the instrument ", "type": "string", "required": false }, "inventors": { "label": "Inventors", "description": "The inventor(s) of the instrument, if known", "type": "string", "required": false }, "pitch": { "label": "Pitch", "description": "the playing range of the instrument, without image: 'low', 'medium', 'high'", "type": "string", "required": false }, "related": { "label": "Related", "description": "related musical instruments", "type": "string", "required": false }, "musicians": { "label": "Musicians", "description": "Notable musicians", "type": "string", "required": false }, "builders": { "label": "Builders", "description": "Notable music instrument makers", "type": "string", "required": false }, "developed": { "label": "Developed", "description": "the rough time period (and instrument from which) the instrument was developed (e.g. 'Early 16th century' for the violin, 'Early 18th century from the chalumeau' for the clarinet, etc.)", "type": "string", "required": false }, "timbre": { "label": "Timbre", "description": "The sound quality of the instrument", "type": "string", "required": false }, "volume": { "label": "Volume", "description": "How loud the instrument is - 'low', 'medium', 'high'", "type": "string", "required": false }, "attack": { "label": "Attack", "description": "how quickly the instrument begins making sound when it starts being played - 'slow', 'medium', 'fast'", "type": "string", "required": false }, "decay": { "label": "Decay", "description": "how long the sound fades after the instrument stops being played: 'slow', 'medium', 'fast'", "type": "string", "required": false }, "range": { "label": "Range", "description": "The playing range of the instrument (an image is preferred, many are already created, see [[commons:Category:Instrument ranges]]')", "type": "string", "required": false }, "articles": { "label": "Articles", "description": "Other articles which may be of interest", "type": "string", "required": false } } }</templatedata> == See also == *{{tl|Infobox musical artist}} <includeonly> {{#ifeq:{{SUBPAGENAME}}|sandbox | | <!------------------------------------------------------------------- Categories below here, please; interwikis to Wikidata. --------------------------------------------------------------------> [[Category:Music infobox templates|Instrument]] }}</includeonly>
Summary:
Please note that all contributions to Wikihussain are considered to be released under the Creative Commons Attribution 4.0 (see
Wikihussain:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Documentation subpage
(
edit
)
Template:Infobox
(
edit
)
Template:Infobox instrument
(
edit
)
Template:Infobox instrument/Classification
(
edit
)
Template:Infobox instrument/Color
(
edit
)
Template:Mbox
(
edit
)
Template:Str left
(
edit
)
Template:TemplateData header
(
edit
)
Template:Template error report
(
edit
)
Template:Template other
(
edit
)
Template:Tl
(
edit
)
Template:Yesno
(
edit
)
Template:Yesno-no
(
edit
)
Module:Arguments
(
edit
)
Module:Infobox
(
edit
)
Module:InfoboxImage
(
edit
)
Module:Message box
(
edit
)
Module:Message box/configuration
(
edit
)
Module:Navbar
(
edit
)
Module:No globals
(
edit
)
Module:Yesno
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Template
Discussion
English
Views
Read
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
About WikiHussain
Guidelines
Contact Us
Tools
What links here
Related changes
Upload file
Special pages
Page information
Number of articles
576