Template:Infobox particle accelerator/doc
Jump to navigation
Jump to search
File:Edit-copy green.svg | This is a documentation subpage for Template:Infobox particle accelerator. It contains usage information, categories and other content that is not part of the original template page. |
The {{Infobox particle accelerator}}
template formats a right-side infobox to display information about particle accelerators. This template is intended to be used on the pages of specific machines, (for example Large Hadron Collider), not general types of machines (for example, Cyclotron).
Usage
Copy paste the unpopulated template below. It will display the infobox on the right. Fields which are not applicable to the accelerator in question (for example, circumference for a linear accelerator) may be deleted. Fields which are relevant but for which the information is not available should be left in place for future editors.
Blank
{{Infobox particle accelerator | name = {{subst:PAGENAMEBASE}} | image = | caption = | type = | beam = | target = | energy = | current = | brightness = | luminosity = | length = | radius = | circumference = | location = | coordinates = <!-- {{coord|LAT|LON|type:landmark|display=inline,title}} --> | institution = | dates = | preceded = | succeeded = }}
Template with guidelines
<syntaxhighlight lang="html" style="overflow: auto;">
</syntaxhighlight>
General Properties
- name
- The full name of the accelerator with the abbreviation (if used) in parenthesis. When not specified, will default to the article title ({{PAGENAME}}).
- image
- Optional; image name for an illustration or photograph of the accelerator.
- caption
- Optional; caption text displayed below the image
- type
- Optional; the type of accelerator. For example Synchrotron, Cyclotron, Linear particle accelerator.
- beam
- Optional; the type of particle accelerated by the machine. For example proton, alpha particle, heavy ion. Spell out the name of the particle. If the machine is capable of accelerating multiple particle types, separate them with a comma, for example: "proton, heavy ion"
- target
- Optional; target type of the machine. Should normally be one of "collider", "fixed target", or "light source"
Beam Properties
- energy
- Optional; maximum energy of the beam, expressed in eV, keV, MeV, etc. For colliders, give the collision energy. (i.e., the combined energies of the colliding beams.)
- current
- Optional; maximum beam current, with units. Assumed to be electrical current (charge per second) unless particle current (particles per second) is explicitly specified.
- brightness
- Optional; beam brightness if known and a useful parameter for the machine type.
- luminosity
- Optional; beam luminosity if known and a useful parameter for the machine type.
Physical Properties
- length
- Optional; for linear machines, the length of the machine with appropriate units.
- radius
- Optional; for machines where this is a useful dimension (such as cyclotrons), the radius of the machine with appropriate units.
- circumference
- Optional; for rings, the circumference of the machine with appropriate units.
- location
- Optional; the geographic location of the machine, such as "Geneva, Switzerland"
- coordinates
- Optional; the latitude and longitude of the machine. Use the {{coord}} template with the "display=inline,title" option. Be sure to remove any existing coordinate templates when adding this infobox to an existing page.
- institution
- Optional; the institution which manages the accelerator, such as a university or governmental agency. Separate multiple institutions with commas.
- dates
- Optional; the years of operation of the device.
- preceded
- Optional; the direct predecessor of the machine, if any, such as the Large Electron–Positron Collider for the Large Hadron Collider.
- succeeded
- Optional; the direct successor of the machine, if any, such as the Large Hadron Collider for the Large Electron–Positron Collider.
Example
File:LHC.svg | |
General properties | |
---|---|
Accelerator type | Synchrotron |
Beam type | proton, heavy ion |
Target type | collider |
Beam properties | |
Maximum energy | 13 TeV |
Maximum current | Script error: No such module "val". |
Maximum luminosity | Script error: No such module "val". |
Physical properties | |
Circumference | Script error: No such module "val". |
Location | Geneva, Switzerland |
Coordinates | Lua error: callParserFunction: function "#coordinates" was not found. |
Institution | CERN |
Dates of operation | 2010 – present |
Preceded by | Large Electron–Positron Collider |
{{Infobox particle accelerator | name = Large Hadron Collider | image = LHC.svg | caption = Layout of the LHC complex | type = Synchrotron | beam = [[proton]], heavy ion | target = [[collider]] | energy = 13 TeV | current = {{val|11000|ul=A}} | luminosity = {{val|1e34|up=cm<sup>2</sup>⋅s}} | circumference = {{val|26659|u=m}} | location = [[Geneva]], [[Switzerland]] | coordinates = {{coord|46|14|06|N|06|02|42|E|type:landmark|display=inline,title}} | institution = [[CERN]] | dates = 2010 – present | preceded = [[Large Electron–Positron Collider]] }}