<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/index.php?action=history&amp;feed=atom&amp;title=Help%3ATemplates</id>
	<title>Help:Templates - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/index.php?action=history&amp;feed=atom&amp;title=Help%3ATemplates"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Help:Templates&amp;action=history"/>
	<updated>2026-04-10T14:08:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Help:Templates&amp;diff=87550&amp;oldid=prev</id>
		<title>Nthmost: Create help page for using templates</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Help:Templates&amp;diff=87550&amp;oldid=prev"/>
		<updated>2026-01-14T22:25:27Z</updated>

		<summary type="html">&lt;p&gt;Create help page for using templates&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Using Templates =&lt;br /&gt;
&lt;br /&gt;
Templates are reusable bits of wiki markup. You put them in pages by wrapping them in double curly braces.&lt;br /&gt;
&lt;br /&gt;
== Basic Usage ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{TemplateName}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it. The template content shows up where you put that code.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Essay tag:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{essay}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adds a box at the top saying this is an essay by a Noisebridger.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Stub tag:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{stub}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Marks a page as incomplete.&lt;br /&gt;
&lt;br /&gt;
== Finding Templates ==&lt;br /&gt;
&lt;br /&gt;
Go to [[Special:AllPages]], select &amp;quot;Template&amp;quot; from the Namespace dropdown, click Go.&lt;br /&gt;
&lt;br /&gt;
You&amp;#039;ll see all available templates listed alfabetically.&lt;br /&gt;
&lt;br /&gt;
== Creating Templates ==&lt;br /&gt;
&lt;br /&gt;
Make a new page named &amp;quot;Template:YourTemplateName&amp;quot; and put whatever markup you want in it. That&amp;#039;s the template. Now you can use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{YourTemplateName}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; anywhere.&lt;br /&gt;
&lt;br /&gt;
== Templates with Parameters ==&lt;br /&gt;
&lt;br /&gt;
Some templates accept parameters:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{TemplateName|parameter1=value|parameter2=value}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Check the template&amp;#039;s page to see what parameters it takes.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Help:Editing]]&lt;br /&gt;
* [[Help:Contents]]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Help:Templates MediaWiki Templates Documentation]&lt;/div&gt;</summary>
		<author><name>Nthmost</name></author>
	</entry>
</feed>