Template:Infobox brain
{{{name}}} | |
---|---|
Identifiers | |
TA | Template:TA98 |
TH | {{#property:P1694}} |
TE | {{#property:P1693}} |
FMA | {{#property:P1402}} |
Anatomical terms of neuroanatomy [[[d:Lua error in Module:Wikidata at line 865: attempt to index field 'wikibase' (a nil value).|edit on Wikidata]]] |
File:Lua-Logo.svg | This template uses Lua: |
{{Infobox brain}}
displays a right-side infobox showing information about areas of the human brain, allowing 2 images to be displayed at the top of the box.
Usage[change]
This infobox is one of a series that use |
{{Infobox anatomy}} |
---|
Gross |
|
Neuro |
|
Micro |
|
Other |
The template is invoked using double-brace syntax (with the result similar to that shown at the right), coded as follows:
{{Infobox brain | name = | Latin = | image = | caption = | image2 = | caption2 = | part_of = | components = | artery = | vein = | acronym = | Function = }}
Standard parameters[change]
This infobox is one in a series of anatomy infoboxes, all of which share common parameters. These include:
Details | |
---|---|
Name | = English name for structure |
Pronunciation | = Pronunciation of name, if term is not commonly used |
Image | = top image (omit "Image:") |
Width | = width of top image (in pixels, default=250) |
Caption | = caption under top image |
Image2 | = second top image (omit "Image:") |
Width2 | = width of second image (in pixels, default=250) |
Caption2 | = caption under second top image |
System | = Relevant body system (e.g. Circulatory system) |
Identifiers | |
Latin | = Latin name for structure |
Greek | = Greek name for structure, if relevant to anatomy / medical use |
Acronym | = Acronym, if in common use |
Autofilled | |
TA, TH, TE, MeSH, FMA, NeuroLex, NeuroNames | These fields are automatically filled from Wikidata, and edits can no longer be made through infoboxes. |
Link | All templates in this series provide a link to the relevant Anatomical terminology articles - eg Anatomical terms of bone for Template:Infobox bone, etc. |
Unique parameters[change]
The template parameters unique to this template are (case sensitive):
Components | = Sub areas of this part of the brain |
PartOf | = If this part of the brain is a part of a larger structure |
Function | = The function of this part of the brain |
Most parameters begin with a capital letter.
Example[change]
For an example, see:
Tracking categories[change]
See also[change]
- Template:Infobox nerve - nerves of the body
- Template:Infobox neuron - nerves of the body
<templatedata> { "params": { "Name": { "aliases": [ "name" ], "type": "string", "required": true }, "Image": { "aliases": [ "image" ], "type": "string", "suggested": true }, "Width": { "aliases": [ "image_size" ] }, "alt": {}, "Caption": { "aliases": [ "caption" ], "type": "string" }, "Image2": { "aliases": [ "image2" ] }, "Width2": { "aliases": [ "image2_size" ] }, "alt2": {}, "Caption2": { "aliases": [ "caption2" ] }, "Latin": {}, "PartOf": { "aliases": [ "Part_of", "part_of", "is_part_of", "IsPartOf" ], "description": "If the structure belongs to a larger or more inclusive structure within the brain", "example": "Thalamus, Basal ganglia", "type": "string" }, "Components": { "aliases": [ "components" ], "description": "Parts of this structure", "type": "string" }, "Artery": { "aliases": [ "artery" ], "example": "Middle cerebral artery", "type": "string" }, "Vein": { "aliases": [ "vein" ], "type": "string" }, "Precursor": { "aliases": [ "precursor" ] }, "System": { "aliases": [ "system" ], "description": "The system that this structure is involved in", "example": "Visual system", "type": "string", "suggested": true }, "Acronym": { "description": "Any commonly used acronyms that represent this structure", "aliases": [ "acronym" ], "type": "string" }, "Pronunciation": { "aliases": [ "pronunciation" ], "type": "string" }, "Function": { "description": "The function of this structure", "type": "string", "suggested": true }, "Location": { "description": "The location of this structure", "type": "string", "suggested": true } }, "description": "An infobox for structures in the brain." } </templatedata>