<?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_regulated_PPE%2Fdoc</id>
	<title>Template:Infobox regulated PPE/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_regulated_PPE%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_regulated_PPE/doc&amp;action=history"/>
	<updated>2026-04-04T20:45:22Z</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_regulated_PPE/doc&amp;diff=10511&amp;oldid=prev</id>
		<title>&gt;ElectronCompound: Added templatedata source code</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_regulated_PPE/doc&amp;diff=10511&amp;oldid=prev"/>
		<updated>2024-10-19T03:41:24Z</updated>

		<summary type="html">&lt;p&gt;Added templatedata source code&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;
{{Uses Wikidata|P3719|P92|P2598}}&lt;br /&gt;
&lt;br /&gt;
{{tl|Infobox regulated PPE}} is used to produce an [[Wikipedia:INFOBOX|infobox]] for regulated [[personal protective equipment]] (PPE). All parameters are optional, but the article &amp;#039;&amp;#039;should&amp;#039;&amp;#039; be linked to [[Wikidata]] to fill out the infobox.&lt;br /&gt;
&lt;br /&gt;
{{Generic template demo &lt;br /&gt;
|image&lt;br /&gt;
|imagealt &lt;br /&gt;
|caption&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox regulated PPE&lt;br /&gt;
|image = &lt;br /&gt;
|imagealt = &lt;br /&gt;
|caption = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
* All parameters are optional, but the article &amp;#039;&amp;#039;should&amp;#039;&amp;#039; be linked to Wikidata to fill out the infobox.&lt;br /&gt;
* The infobox title is pulled from Wikidata, and is based on the current Wikipedia title.&lt;br /&gt;
* Aliases are pulled from Wikidata.&lt;br /&gt;
* This template pulls &amp;quot;serial number&amp;quot; as &amp;quot;NIOSH schedule&amp;quot;. So avoid adding non-TC numbers to P2598 in Wikidata, or prefer the NIOSH TC#.&lt;br /&gt;
* You may add multiple regulatory texts and regulators (P3719 and P92) to Wikidata.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== Example (no properties) ==&lt;br /&gt;
{{Parameter names example&lt;br /&gt;
|image = example.jpg&lt;br /&gt;
|imagealt = Example alt text&lt;br /&gt;
|caption = Example caption&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Color scheme ===&lt;br /&gt;
* The color purple was chosen to line up with the HEPA/P100 ANSI specification, and to line up with other templates. Please do not change the color without consensus.&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:Infobox templates using Wikidata]]&lt;br /&gt;
[[Category:Occupational safety and health templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
{{TemplateData header}}&lt;br /&gt;
{{collapse top|title=TemplateData}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;This template is used to create an infobox for regulated personal protective equipment (PPE).&amp;quot;,&lt;br /&gt;
    &amp;quot;params&amp;quot;: {&lt;br /&gt;
        &amp;quot;image&amp;quot;: {&lt;br /&gt;
            &amp;quot;label&amp;quot;: &amp;quot;Image&amp;quot;,&lt;br /&gt;
            &amp;quot;description&amp;quot;: &amp;quot;Filename for the image of the PPE, in the format filename.xxx with or without &amp;#039;File:&amp;#039; tag.&amp;quot;,&lt;br /&gt;
            &amp;quot;type&amp;quot;: &amp;quot;wiki-file-name&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
        &amp;quot;imagealt&amp;quot;: {&lt;br /&gt;
            &amp;quot;label&amp;quot;: &amp;quot;Image Alt&amp;quot;,&lt;br /&gt;
            &amp;quot;description&amp;quot;: &amp;quot;Alt text for the image, providing a text description for accessibility.&amp;quot;,&lt;br /&gt;
            &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
        &amp;quot;caption&amp;quot;: {&lt;br /&gt;
            &amp;quot;label&amp;quot;: &amp;quot;Caption&amp;quot;,&lt;br /&gt;
            &amp;quot;description&amp;quot;: &amp;quot;A short description or caption for the image.&amp;quot;,&lt;br /&gt;
            &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
        }&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;format&amp;quot;: &amp;quot;block&amp;quot;,&lt;br /&gt;
    &amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
        &amp;quot;image&amp;quot;,&lt;br /&gt;
        &amp;quot;imagealt&amp;quot;,&lt;br /&gt;
        &amp;quot;caption&amp;quot;&lt;br /&gt;
    ]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
{{collapse bottom}}&lt;/div&gt;</summary>
		<author><name>&gt;ElectronCompound</name></author>
	</entry>
</feed>