<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://wiki.statsape.com/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E6%9D%BF%3AXMLElement%2Fdoc</id>
	<title>模板:XMLElement/doc - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.statsape.com/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E6%9D%BF%3AXMLElement%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.statsape.com/index.php?title=%E6%A8%A1%E6%9D%BF:XMLElement/doc&amp;action=history"/>
	<updated>2026-05-14T19:36:53Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.statsape.com/index.php?title=%E6%A8%A1%E6%9D%BF:XMLElement/doc&amp;diff=8139&amp;oldid=prev</id>
		<title>Zeroclanzhang：​创建页面，内容为“{{Documentation subpage|Template:XMLElement and Template:HTMLElement}} &lt;!-- Categories and interwikis go at the bottom of this page. --&gt;  == Usage == This is for list articles like HTML element.   &amp;#123;&amp;#123;XMLElement | tagname | name | content [|atr][|end][|nospace or |noslash][|deprecated] &amp;#125;&amp;#125;   |1              = tagname – name of tag (with or without namespace) to put in angle brackets, e.g. &quot;ol&quot;  |2              = name – English-l…”</title>
		<link rel="alternate" type="text/html" href="https://wiki.statsape.com/index.php?title=%E6%A8%A1%E6%9D%BF:XMLElement/doc&amp;diff=8139&amp;oldid=prev"/>
		<updated>2024-01-21T17:09:24Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“{{Documentation subpage|&lt;a href=&quot;/%E6%A8%A1%E6%9D%BF:XMLElement&quot; title=&quot;模板:XMLElement&quot;&gt;Template:XMLElement&lt;/a&gt; and &lt;a href=&quot;/%E6%A8%A1%E6%9D%BF:HTMLElement&quot; class=&quot;mw-redirect&quot; title=&quot;模板:HTMLElement&quot;&gt;Template:HTMLElement&lt;/a&gt;}} &amp;lt;!-- Categories and interwikis go at the bottom of this page. --&amp;gt;  == Usage == This is for list articles like &lt;a href=&quot;/HTML_element&quot; title=&quot;HTML element&quot;&gt;HTML element&lt;/a&gt;.   {{XMLElement | tagname | name | content [|atr][|end][|nospace or |noslash][|deprecated] }}   |1              = tagname – name of tag (with or without namespace) to put in angle brackets, e.g. &amp;quot;ol&amp;quot;  |2              = name – English-l…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&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>Zeroclanzhang</name></author>
	</entry>
</feed>