<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://baripedia.org/index.php?action=history&amp;feed=atom&amp;title=Mod%C3%A8le%3ATag%2Fdoc</id>
	<title>Modèle:Tag/doc - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://baripedia.org/index.php?action=history&amp;feed=atom&amp;title=Mod%C3%A8le%3ATag%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://baripedia.org/index.php?title=Mod%C3%A8le:Tag/doc&amp;action=history"/>
	<updated>2026-04-18T18:41:42Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.38.6</generator>
	<entry>
		<id>https://baripedia.org/index.php?title=Mod%C3%A8le:Tag/doc&amp;diff=2670&amp;oldid=prev</id>
		<title>Arthur : A protégé « Modèle:Tag/doc » (‎[edit=sysop] (infini) ‎[move=sysop] (infini))</title>
		<link rel="alternate" type="text/html" href="https://baripedia.org/index.php?title=Mod%C3%A8le:Tag/doc&amp;diff=2670&amp;oldid=prev"/>
		<updated>2013-01-22T13:20:04Z</updated>

		<summary type="html">&lt;p&gt;A protégé « &lt;a href=&quot;/wiki/Mod%C3%A8le:Tag/doc&quot; title=&quot;Modèle:Tag/doc&quot;&gt;Modèle:Tag/doc&lt;/a&gt; » (‎[edit=sysop] (infini) ‎[move=sysop] (infini))&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 22 janvier 2013 à 15:20&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;fr&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Aucune différence)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Arthur</name></author>
	</entry>
	<entry>
		<id>https://baripedia.org/index.php?title=Mod%C3%A8le:Tag/doc&amp;diff=2669&amp;oldid=prev</id>
		<title>Arthur : Page créée avec « {{Documentation subpage}}&lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&gt;This template provides a quick way to mention an XML-style tag in a prefor... »</title>
		<link rel="alternate" type="text/html" href="https://baripedia.org/index.php?title=Mod%C3%A8le:Tag/doc&amp;diff=2669&amp;oldid=prev"/>
		<updated>2013-01-22T13:18:47Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « {{Documentation subpage}}&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;This template provides a quick way to mention an XML-style tag in a prefor... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;This template provides a quick way to mention an XML-style tag in a preformatted way. Mainly used in discussion/help pages.=== Usage ===*'''first parameter''' — ''(mandatory)''  the name of the HTML tag*'''second parameter''' — what type of tag to display:**&amp;lt;code&amp;gt;p&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;pair&amp;lt;/code&amp;gt; – ''(default)'' display a matched pair of open-and-close tags: {{tag|font|pair}}**&amp;lt;code&amp;gt;o&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;open&amp;lt;/code&amp;gt; – display only the opening tag of an open-and-close pair: {{tag|span|open}}**&amp;lt;code&amp;gt;c&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;close&amp;lt;/code&amp;gt; – display only the closing tag of an open-and-close pair: {{tag|span|close}}**&amp;lt;code&amp;gt;s&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;single&amp;lt;/code&amp;gt; – display a single tag: {{tag|br|single}}*'''content=''' — the text content of the tags*'''params=''' — any parameters to be included in the opening tag====Examples====* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tag|ref}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{tag|ref}}* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tag|ref|content=hello}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{tag|ref|content=hello}}* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tag|font|content=foo}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{tag|font|content=foo}}* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tag|font|open}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{tag|font|open}}* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tag|font|open|content=hello}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{tag|font|open|content=hello}}* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tag|span|close|content=hello}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{tag|span|close|content=hello}}* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tag|span|pair|content=hello}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{tag|span|pair|content=hello}}* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tag|ref|open|params=group=note}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{tag|ref|open|params=group=note}}* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tag|references|single}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{tag|references|single}}* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tag|br|single}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{tag|br|single}}&amp;lt;includeonly&amp;gt;&amp;lt;!-- CATEGORIES AND INTERWIKIS BELOW THIS LINE PLEASE --&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Arthur</name></author>
	</entry>
</feed>