<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://eurovision.jobogamer.xyz/index.php?action=history&amp;feed=atom&amp;title=Template%3ATemplateData%2Fdoc</id>
	<title>Template:TemplateData/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://eurovision.jobogamer.xyz/index.php?action=history&amp;feed=atom&amp;title=Template%3ATemplateData%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://eurovision.jobogamer.xyz/index.php?title=Template:TemplateData/doc&amp;action=history"/>
	<updated>2026-05-20T12:35:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://eurovision.jobogamer.xyz/index.php?title=Template:TemplateData/doc&amp;diff=3243&amp;oldid=prev</id>
		<title>imported&gt;Grufo: /* See also */</title>
		<link rel="alternate" type="text/html" href="https://eurovision.jobogamer.xyz/index.php?title=Template:TemplateData/doc&amp;diff=3243&amp;oldid=prev"/>
		<updated>2025-06-02T05:48:21Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;See also&lt;/span&gt;&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;
== Usage ==&lt;br /&gt;
{{caution|Use of this template&amp;#039;s functionality may inhibit maintenance of TemplateData until Phabricator ticket {{phab|T314970}} has been resolved and the Manage TemplateData widget functions correctly.}}&lt;br /&gt;
&lt;br /&gt;
{{tlx|TemplateData|&amp;#039;&amp;#039;TemplateData content&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
This template is intended for inclusion in template documentation, either within /doc or the {{tag|noinclude}} tags of a template. It displays any content, intended to be TemplateData or transclusions of TemplateData from other locations, along with standard headers. If parameter 1 is not specified, this template detects whether the subpage /TemplateData exists for the current template, and provides a standardized header based on its existence:&lt;br /&gt;
&lt;br /&gt;
* /TemplateData exists - the template automatically transcludes the TemplateData subpage into the documentation to be used by the visual editor and other tools that read the machine code, including all of the proper headers, along with links to edit and view the page and its history.&lt;br /&gt;
&lt;br /&gt;
* /TemplateData does not exist - the template creates a section header with links to create the TemplateData subpage and preloads basic TemplateData code that is usable by Wikipedia tools.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Default /TemplateData subpage exists===&lt;br /&gt;
{{tlx|TemplateData}}&lt;br /&gt;
&lt;br /&gt;
{{TemplateData}}&lt;br /&gt;
&lt;br /&gt;
===Missing /TemplateData subpage===&lt;br /&gt;
{{tlx|TemplateData}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;toolbar class&amp;quot; style=&amp;quot;font-size:150%; font-weight:bold;&amp;quot;&amp;gt;[[File:Template-question.svg|50px]]Template Data &amp;lt;/span&amp;gt; &amp;amp;lbrack;{{plainlink|url={{fullurl:{{SUBJECTSPACE}}:{{ROOTPAGENAME}}/missing page|action=edit&amp;amp;preload=Template:TemplateData/preload}}|name=create}}&amp;amp;rbrack; &amp;amp;lbrack;{{plainlink|url={{fullurl:{{SUBJECTSPACE}}:{{ROOTPAGENAME}}/missing page|action=purge}}|name=purge}}&amp;amp;rbrack;&lt;br /&gt;
&lt;br /&gt;
===Alternate TemplateData content===&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
! colspan=2 |Simple TemplateData not needing a subpage&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{TemplateData|&lt;br /&gt;
&amp;lt;templatedata&amp;gt;{&lt;br /&gt;
  &amp;quot;description&amp;quot;: &amp;quot;simple template description&amp;quot;,&lt;br /&gt;
  &amp;quot;format&amp;quot;: &amp;quot;inline&amp;quot;,&lt;br /&gt;
  &amp;quot;params&amp;quot;: { }&lt;br /&gt;
}&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|{{TemplateData|&lt;br /&gt;
&amp;lt;templatedata&amp;gt;{&lt;br /&gt;
  &amp;quot;description&amp;quot;: &amp;quot;simple template description&amp;quot;,&lt;br /&gt;
  &amp;quot;format&amp;quot;: &amp;quot;inline&amp;quot;,&lt;br /&gt;
  &amp;quot;params&amp;quot;: { }&lt;br /&gt;
}&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=2 |Complex TemplateData transcluded from elsewhere&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{TemplateData|&lt;br /&gt;
{{TemplateData/other_TD_page|{{PAGENAME}}}}&lt;br /&gt;
|template:TemplateData/other_TD_page&lt;br /&gt;
}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|{{TemplateData|&lt;br /&gt;
{{TemplateData/other_TD_page|{{PAGENAME}}}}&lt;br /&gt;
|template:TemplateData/other_TD_page&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* {{tl|TemplateData header}} – inserts a brief header for the template data section&lt;br /&gt;
* {{tl|Template data}} – inserts template data using parameters as input&lt;br /&gt;
&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:TemplateData]]&lt;br /&gt;
[[Category:Documentation templates]]&lt;br /&gt;
[[Category:Template namespace templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Grufo</name></author>
	</entry>
</feed>