<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_particle_accelerator%2Fdoc</id>
	<title>Template:Infobox particle accelerator/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_particle_accelerator%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_particle_accelerator/doc&amp;action=history"/>
	<updated>2026-04-05T17:58:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Template:Infobox_particle_accelerator/doc&amp;diff=9956&amp;oldid=prev</id>
		<title>&gt;WOSlinker: /* Example */ syntaxhighlight lang=&quot;wikitext&quot;</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_particle_accelerator/doc&amp;diff=9956&amp;oldid=prev"/>
		<updated>2023-05-10T17:13:12Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Example: &lt;/span&gt; syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
The {{tlx|Infobox particle accelerator}} template formats a right-side [[wp:Infobox|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]]).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Blank ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox particle accelerator&lt;br /&gt;
| name           = {{subst:PAGENAMEBASE}}&lt;br /&gt;
| image          = &lt;br /&gt;
| caption        =&lt;br /&gt;
| type           =&lt;br /&gt;
| beam           =&lt;br /&gt;
| target         =&lt;br /&gt;
| energy         =&lt;br /&gt;
| current        =&lt;br /&gt;
| brightness     =&lt;br /&gt;
| luminosity     =&lt;br /&gt;
| length         =&lt;br /&gt;
| radius         =&lt;br /&gt;
| circumference  =&lt;br /&gt;
| location       =&lt;br /&gt;
| coordinates    = &amp;lt;!-- {{coord|LAT|LON|type:landmark|display=inline,title}} --&amp;gt;&lt;br /&gt;
| institution    =&lt;br /&gt;
| dates          =&lt;br /&gt;
| preceded       =&lt;br /&gt;
| succeeded      = &lt;br /&gt;
}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== Template with guidelines ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox particle accelerator&lt;br /&gt;
| name           = {{subst:PAGENAMEBASE}}&lt;br /&gt;
| image          = &amp;lt;!-- Photo or illustration of accelerator --&amp;gt;&lt;br /&gt;
| caption        = &amp;lt;!-- text displayed below image --&amp;gt;&lt;br /&gt;
| type           = &amp;lt;!-- accelerator type, e.g. [[Synchrotron]], [[Cyclotron]], [[Synchrotron light source]], etc. --&amp;gt;&lt;br /&gt;
| beam           = &amp;lt;!-- beam type, e.g. [[proton]], [[electron]], heavy ion.  Separate types with commas --&amp;gt;&lt;br /&gt;
| target         = &amp;lt;!-- target type: usually &amp;quot;Collider&amp;quot;, &amp;quot;Fixed target&amp;quot;, or &amp;quot;Light source&amp;quot; --&amp;gt;&lt;br /&gt;
| energy         = &amp;lt;!-- maximum beam energy in eV, keV, MeV, etc. Use collision energy for colliders --&amp;gt;&lt;br /&gt;
| current        = &amp;lt;!-- maximum beam current --&amp;gt;&lt;br /&gt;
| brightness     = &amp;lt;!-- maximum beam brightness --&amp;gt;&lt;br /&gt;
| luminosity     = &amp;lt;!-- maximum beam luminosity --&amp;gt;&lt;br /&gt;
| length         = &amp;lt;!-- physical length of accelerator for linear machines--&amp;gt;&lt;br /&gt;
| radius         = &amp;lt;!-- physical radius of the accelerator --&amp;gt;&lt;br /&gt;
| circumference  = &amp;lt;!-- circumference of accelerator for rings --&amp;gt;&lt;br /&gt;
| location       = &amp;lt;!-- geographic location, such as &amp;quot;Geneva, Switzerland&amp;quot; --&amp;gt;&lt;br /&gt;
| coordinates    = &amp;lt;!-- {{coord|LAT|LON|type:landmark|display=inline,title}} --&amp;gt;&lt;br /&gt;
| institution    = &amp;lt;!-- Managing institution, such as &amp;quot;CERN&amp;quot; or &amp;quot;University of California&amp;quot; --&amp;gt;&lt;br /&gt;
| dates          = &amp;lt;!-- Operation dates of the machine yyyy-yyyy --&amp;gt;&lt;br /&gt;
| preceded       = &amp;lt;!-- Direct predecessor of the machine, if any --&amp;gt;&lt;br /&gt;
| succeeded      = &amp;lt;!-- Direct successor of the machine, if any --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== General Properties ===&lt;br /&gt;
; name: The full name of the accelerator with the abbreviation (if used) in parenthesis. When not specified, will default to the article title (&amp;lt;nowiki&amp;gt;{{PAGENAME}}&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
; image: Optional; image name for an illustration or photograph of the accelerator.&lt;br /&gt;
&lt;br /&gt;
; caption: Optional; caption text displayed below the image&lt;br /&gt;
&lt;br /&gt;
; type: Optional; the type of accelerator.  For example [[Synchrotron]], [[Cyclotron]], [[Linear particle accelerator]].&lt;br /&gt;
&lt;br /&gt;
; 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: &amp;quot;[[proton]], heavy ion&amp;quot;&lt;br /&gt;
&lt;br /&gt;
; target: Optional; target type of the machine. Should normally be one of &amp;quot;[[collider]]&amp;quot;, &amp;quot;fixed target&amp;quot;, or &amp;quot;[[synchrotron light source|light source]]&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Beam Properties ===&lt;br /&gt;
&lt;br /&gt;
; 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.)&lt;br /&gt;
&lt;br /&gt;
; current: Optional; maximum beam current, with units. Assumed to be electrical current (charge per second) unless particle current (particles per second) is explicitly specified. &lt;br /&gt;
&lt;br /&gt;
; brightness: Optional; beam brightness if known and a useful parameter for the machine type.&lt;br /&gt;
&lt;br /&gt;
; luminosity: Optional; beam luminosity if known and a useful parameter for the machine type.&lt;br /&gt;
&lt;br /&gt;
=== Physical Properties ===&lt;br /&gt;
&lt;br /&gt;
; length: Optional; for linear machines, the length of the machine with appropriate units.&lt;br /&gt;
&lt;br /&gt;
; radius: Optional; for machines where this is a useful dimension (such as cyclotrons), the radius of the machine with appropriate units.&lt;br /&gt;
&lt;br /&gt;
; circumference: Optional; for rings, the circumference of the machine with appropriate units.&lt;br /&gt;
&lt;br /&gt;
; location: Optional; the geographic location of the machine, such as &amp;quot;Geneva, Switzerland&amp;quot;&lt;br /&gt;
&lt;br /&gt;
; coordinates: Optional; the latitude and longitude of the machine. Use the {{tl|coord}} template with the &amp;quot;display=inline,title&amp;quot; option.  Be sure to remove any existing coordinate templates when adding this infobox to an existing page.&lt;br /&gt;
&lt;br /&gt;
; institution: Optional; the institution which manages the accelerator, such as a university or governmental agency.  Separate multiple institutions with commas.&lt;br /&gt;
&lt;br /&gt;
; dates: Optional; the years of operation of the device.&lt;br /&gt;
&lt;br /&gt;
; preceded: Optional; the direct predecessor of the machine, if any, such as the [[Large Electron–Positron Collider]] for the [[Large Hadron Collider]].&lt;br /&gt;
&lt;br /&gt;
; succeeded: Optional; the direct successor of the machine, if any, such as the [[Large Hadron Collider]] for the [[Large Electron–Positron Collider]].&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
{{Infobox particle accelerator&lt;br /&gt;
| name           = Large Hadron Collider&lt;br /&gt;
| image          = LHC.svg&lt;br /&gt;
| caption        = Layout of the LHC complex&lt;br /&gt;
| type           = Synchrotron&lt;br /&gt;
| beam           = [[proton]], heavy ion&lt;br /&gt;
| target         = [[collider]]&lt;br /&gt;
| energy         = 13 TeV&lt;br /&gt;
| current        = {{val|11000|ul=A}}&lt;br /&gt;
| luminosity     = {{val|1e34|up=cm&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;amp;sdot;s}}&lt;br /&gt;
| circumference  = {{val|26659|u=m}}&lt;br /&gt;
| location       = [[Geneva]], [[Switzerland]]&lt;br /&gt;
| coordinates    = {{coord|46|14|06|N|06|02|42|E|type:landmark|display=inline}}&lt;br /&gt;
| institution    = [[CERN]]&lt;br /&gt;
| dates          = 2010 – present&lt;br /&gt;
| preceded       = [[Large Electron–Positron Collider]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow:&amp;quot; auto;&amp;quot;=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox particle accelerator&lt;br /&gt;
| name           = Large Hadron Collider&lt;br /&gt;
| image          = LHC.svg&lt;br /&gt;
| caption        = Layout of the LHC complex&lt;br /&gt;
| type           = Synchrotron&lt;br /&gt;
| beam           = [[proton]], heavy ion&lt;br /&gt;
| target         = [[collider]]&lt;br /&gt;
| energy         = 13 TeV&lt;br /&gt;
| current        = {{val|11000|ul=A}}&lt;br /&gt;
| luminosity     = {{val|1e34|up=cm&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;amp;sdot;s}}&lt;br /&gt;
| circumference  = {{val|26659|u=m}}&lt;br /&gt;
| location       = [[Geneva]], [[Switzerland]]&lt;br /&gt;
| coordinates    = {{coord|46|14|06|N|06|02|42|E|type:landmark|display=inline,title}}&lt;br /&gt;
| institution    = [[CERN]]&lt;br /&gt;
| dates          = 2010 – present&lt;br /&gt;
| preceded       = [[Large Electron–Positron Collider]]&lt;br /&gt;
}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line --&amp;gt;&lt;br /&gt;
[[Category:Physics infobox templates]]&lt;br /&gt;
[[Category:Buildings and structures infobox templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>&gt;WOSlinker</name></author>
	</entry>
</feed>