<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AXMLElement%2Fdoc</id>
	<title>Template:XMLElement/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AXMLElement%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:XMLElement/doc&amp;action=history"/>
	<updated>2026-06-02T10:27:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Template:XMLElement/doc&amp;diff=20130&amp;oldid=prev</id>
		<title>Richardpruen: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:XMLElement/doc&amp;diff=20130&amp;oldid=prev"/>
		<updated>2021-12-05T16:06:26Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 17:06, 5 December 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key uk_vapewiki:diff:1.41:old-20129:rev-20130 --&gt;
&lt;/table&gt;</summary>
		<author><name>Richardpruen</name></author>
	</entry>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Template:XMLElement/doc&amp;diff=20129&amp;oldid=prev</id>
		<title>Wikipedia&gt;Sbb: commented out &quot;Planned&quot; tag section</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Template:XMLElement/doc&amp;diff=20129&amp;oldid=prev"/>
		<updated>2021-07-30T23:39:55Z</updated>

		<summary type="html">&lt;p&gt;commented out &amp;quot;Planned&amp;quot; tag section&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage|[[Template:XMLElement]] and [[Template:HTMLElement]]}}&lt;br /&gt;
&amp;lt;!-- Categories and interwikis go at the bottom of this page. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
This is for list articles like [[HTML element]].&lt;br /&gt;
&lt;br /&gt;
 &amp;amp;#123;&amp;amp;#123;XMLElement | tagname | name | content [|atr][|end][|nospace or |noslash][|deprecated] &amp;amp;#125;&amp;amp;#125;&lt;br /&gt;
&lt;br /&gt;
 |1              = tagname – name of tag (with or without namespace) to put in angle brackets, e.g. &amp;quot;ol&amp;quot;&lt;br /&gt;
 |2              = name – English-language name of the element in the spec, e.g. &amp;quot;Unordered List&amp;quot;&lt;br /&gt;
 |3 or |content  = content data to put between open and start tags (defaults to &amp;quot;...&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
 Optional:&lt;br /&gt;
 |atr            = XMLAttribute – use to display attributes and values. NOTE: This is run directly against the tag name, so you usually must include a non-breaking space: {{para|atr|&amp;amp;amp;nbsp;style{{=}}&amp;quot;...&amp;quot;}} &lt;br /&gt;
 |end            = &amp;quot;no&amp;quot; | &amp;quot;optional&amp;quot; – Use &amp;quot;no&amp;quot; to illustrate a void element like {{tag|br|v}}. Use &amp;quot;optional&amp;quot; to display both markup types; output is like: {{tag|style}} or {{tag|style|v}}&lt;br /&gt;
 |nospace        = &amp;quot;yes&amp;quot; (&amp;quot;y&amp;quot;, etc.) – will suppress the space before the / in a void element: {{tag|br|v}} instead of {{tag|br|v}}&lt;br /&gt;
 |noslash        = &amp;quot;yes&amp;quot; (&amp;quot;y&amp;quot;, etc.) – will suppress both slash and space in a void element: {{tag|br|o}} instead of {{tag|br|v}}&lt;br /&gt;
 |deprecated     = &amp;quot;yes&amp;quot; (&amp;quot;y&amp;quot;, etc.) - strikes through the tag, and adds &amp;quot;(deprecated)&amp;quot; after it.&lt;br /&gt;
&lt;br /&gt;
{{para|end}} also supports a special value of &amp;lt;code&amp;gt;no_both&amp;lt;/code&amp;gt; that will show both the bare tag (e.g. {{tag|br|o}}), as well as the version with the slash. By default, it provide the {{tag|br|v}} variant, labeled with &amp;quot;(XHTML compatible)&amp;quot;.  If used with {{para|nospace}}, it will show the {{tag|br|v}} version, labeled with &amp;quot;(XML compatible)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Planned:&lt;br /&gt;
 |support        = (CSV of support clients)&lt;br /&gt;
 |dtd            = &amp;quot;S&amp;quot;|&amp;quot;T&amp;quot;|&amp;quot;F&amp;quot;|[name of implementer]&lt;br /&gt;
--&amp;gt;&amp;lt;!-- leaving Planned here commented out, but there&amp;#039;s no need to publish &amp;quot;planned&amp;quot; fields that aren&amp;#039;t implemented --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|tag}} — to produce a preformatted mention of an XML/HTML-style tag&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories and interwikis go here: --&amp;gt;&lt;br /&gt;
[[Category:Wikipedia formatting and function templates]]&lt;br /&gt;
[[sl:Predloga:XMLElement]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Sbb</name></author>
	</entry>
</feed>