<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://northern-light.space//wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ADocumentation%2Fdoc</id>
	<title>Template:Documentation/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://northern-light.space//wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ADocumentation%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://northern-light.space//wiki/index.php?title=Template:Documentation/doc&amp;action=history"/>
	<updated>2026-09-03T20:08:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://northern-light.space//wiki/index.php?title=Template:Documentation/doc&amp;diff=308&amp;oldid=prev</id>
		<title>DrExample: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://northern-light.space//wiki/index.php?title=Template:Documentation/doc&amp;diff=308&amp;oldid=prev"/>
		<updated>2018-11-14T22:47:58Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 22:47, 14 November 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>DrExample</name></author>
		
	</entry>
	<entry>
		<id>https://northern-light.space//wiki/index.php?title=Template:Documentation/doc&amp;diff=307&amp;oldid=prev</id>
		<title>template&gt;Aces: Created page with &quot;;Description :This template is used to insert descriptions on template pages.  ;Syntax :Type &lt;code&gt;&lt;nowiki&gt;&lt;noinclude&gt;{{documentation}}&lt;/noinclude&gt;&lt;/nowiki&gt;&lt;/code&gt; at the top...&quot;</title>
		<link rel="alternate" type="text/html" href="https://northern-light.space//wiki/index.php?title=Template:Documentation/doc&amp;diff=307&amp;oldid=prev"/>
		<updated>2015-10-17T21:11:05Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;;Description :This template is used to insert descriptions on template pages.  ;Syntax :Type &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; at the top...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;Description&lt;br /&gt;
:This template is used to insert descriptions on template pages.&lt;br /&gt;
&lt;br /&gt;
;Syntax&lt;br /&gt;
:Type &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; at the top of the template page.&lt;br /&gt;
&lt;br /&gt;
==General usage==&lt;br /&gt;
===On the Template page===&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;Template code&lt;br /&gt;
&amp;lt;includeonly&amp;gt;Categories applied to pages using the template&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The line break before &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is included here for formatting purposes, and should not appear in actual templates. Depending on the template, it may be beneficial to move the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to immediately after &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, hiding the template from view.&lt;br /&gt;
&lt;br /&gt;
===On the Template/doc page===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
;Description&lt;br /&gt;
:This template is used to do something.&lt;br /&gt;
;Syntax&lt;br /&gt;
:Type &amp;lt;code&amp;gt;{{templatename}}&amp;lt;/code&amp;gt; somewhere.&lt;br /&gt;
;Sample output&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;gt;{{templatename|foo}}&amp;amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; gives...&lt;br /&gt;
:{{templatename|foo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;Any categories for the template itself&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template Documentation|{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use any or all of the above description/syntax/sample output sections. You may also want to add &amp;quot;see also&amp;quot; or further usage information sections.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Templates|{{PAGENAME}}]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template Documentation|{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>template&gt;Aces</name></author>
		
	</entry>
</feed>