<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nl">
	<id>https://informatiestandaarden.test-nictiz.nl/index.php?action=history&amp;feed=atom&amp;title=Sjabloon%3ACheckElement%2Fdoc</id>
	<title>Sjabloon:CheckElement/doc - Bewerkingsoverzicht</title>
	<link rel="self" type="application/atom+xml" href="https://informatiestandaarden.test-nictiz.nl/index.php?action=history&amp;feed=atom&amp;title=Sjabloon%3ACheckElement%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:CheckElement/doc&amp;action=history"/>
	<updated>2026-05-17T23:31:19Z</updated>
	<subtitle>Bewerkingsoverzicht voor deze pagina op de wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:CheckElement/doc&amp;diff=2227&amp;oldid=prev</id>
		<title>Ahenket: Nieuwe pagina aangemaakt met &#039;{{Documentation subpage}} &lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&gt; Template that returns an error message if the first argument is n...&#039;</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:CheckElement/doc&amp;diff=2227&amp;oldid=prev"/>
		<updated>2013-07-18T08:50:07Z</updated>

		<summary type="html">&lt;p&gt;Nieuwe pagina aangemaakt met &amp;#039;{{Documentation subpage}} &amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt; Template that returns an error message if the first argument is n...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nieuwe pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
Template that returns an error message if the first argument is not valid for use with other [[:Category:Nuclide templates|nuclide templates]] helper templates.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;!-- note to editors: &amp;quot;nocategory=true&amp;quot; is added to the examples, to prevent this page from showing up on the Category:Pages_with_incorrect_nuclide_templates_use page. --&amp;gt;&lt;br /&gt;
When using a string that is not a valid element name or symbol or &amp;quot;x&amp;quot; or &amp;quot;element&amp;quot;, an error message is returned, like so:&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CheckElement|C}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will return &amp;quot;{{CheckElement|C|nocategory=true}}&amp;quot;&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CheckElement|Carbon}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will return &amp;quot;{{CheckElement|C|nocategory=true}}&amp;quot;&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CheckElement|Blablabla}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will return &amp;quot;{{CheckElement|Blablabla|nocategory=true}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;link=yes&amp;quot; argument is also supported; if the element name or symbol has no associated link, an error message is returned, like so:&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CheckElement|link=yes|C}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will return &amp;quot;{{CheckElement|link=yes|C|nocategory=true}}&amp;quot;&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CheckElement|link=yes|Carbon}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will return &amp;quot;{{CheckElement|link=yes|Carbon|nocategory=true}}&amp;quot;&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CheckElement|link=yes|X}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will return &amp;quot;{{CheckElement|link=yes|X|nocategory=true}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When using a common name for an element that goes against the [[Wikipedia:WikiProject_Chemicals/Style_guidelines#Element_names|Wikipedia style guide for element names]], a warning message will be returned. There are currently three such names:&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CheckElement|Aluminum}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will return &amp;quot;{{CheckElement|Aluminum|nocategory=true}}&amp;quot;&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CheckElement|Sulphur}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will return &amp;quot;{{CheckElement|Sulphur|nocategory=true}}&amp;quot;&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{CheckElement|Cesium}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will return &amp;quot;{{CheckElement|Cesium|nocategory=true}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This template can be used in other templates to check for error before calling other templates that require a valid element or symbol like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{#ifexpr:{{CheckElement|{{{element argument}}}|link={{{link|}}} }}&lt;br /&gt;
 | {{Element|{{{element argument}}} }} is the best element in the whole world&lt;br /&gt;
 | Bad input for element name or symbol&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Periodic table templates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
{{DEFAULTSORT:Check Element}}&lt;br /&gt;
[[Category:Nuclide templates]]&lt;br /&gt;
&lt;br /&gt;
[[bn:টেমপ্লেট:CheckElement]]&lt;br /&gt;
[[es:Plantilla:ComprobarElemento]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ahenket</name></author>
	</entry>
</feed>