<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AStub%2Fdoc</id>
	<title>Template:Stub/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AStub%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Template:Stub/doc&amp;action=history"/>
	<updated>2026-05-26T05:45:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://linguifex.com/w/index.php?title=Template:Stub/doc&amp;diff=599&amp;oldid=prev</id>
		<title>EmperorZelos: 1 revision: Getting templates while it works</title>
		<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Template:Stub/doc&amp;diff=599&amp;oldid=prev"/>
		<updated>2012-11-12T16:24:21Z</updated>

		<summary type="html">&lt;p&gt;1 revision: Getting templates while it works&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;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:24, 12 November 2012&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>EmperorZelos</name></author>
	</entry>
	<entry>
		<id>https://linguifex.com/w/index.php?title=Template:Stub/doc&amp;diff=598&amp;oldid=prev</id>
		<title>Waahlis at 09:12, 30 June 2012</title>
		<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Template:Stub/doc&amp;diff=598&amp;oldid=prev"/>
		<updated>2012-06-30T09:12:16Z</updated>

		<summary type="html">&lt;p&gt;&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 will categorize articles that include it into [[:Category:Stubs]], and mark it with a stub template.&lt;br /&gt;
&lt;br /&gt;
=== Basic usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{asbox&lt;br /&gt;
| image     = just the name of the image, e.g. Image.png - will be sized at 40x30px&lt;br /&gt;
| subject   = given before &amp;quot;article&amp;quot;, e.g. &amp;quot;this *biographical* article is a stub&amp;quot;&lt;br /&gt;
| qualifier = given after &amp;quot;article&amp;quot; e.g. &amp;quot;this article *about a musician* is a stub&amp;quot;&lt;br /&gt;
| category  = just the name of the category to place tagged pages in, e.g. History stubs&lt;br /&gt;
| name      = the full name of the stub template itself, used to reference itself internally&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This simple usage should suffice for a great many stub templates. Additional parameters are described below for advanced use.&lt;br /&gt;
&lt;br /&gt;
=== Full usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{asbox&lt;br /&gt;
| image     = Ambox style.png&lt;br /&gt;
| pix       = &lt;br /&gt;
| subject   = &lt;br /&gt;
| article   = &lt;br /&gt;
| qualifier = &lt;br /&gt;
| category  = &lt;br /&gt;
| tempsort  = &lt;br /&gt;
| category1 = &lt;br /&gt;
| tempsort1 = &lt;br /&gt;
| note      = &lt;br /&gt;
| name      = {{subst:FULLPAGENAME}}&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
====&amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt;====&lt;br /&gt;
If the image is called with an icon template, &amp;lt;code&amp;gt;icon&amp;lt;/code&amp;gt; is set to the full syntax of the template; that&amp;#039;s the name of the template, plus any arguments (separated with &amp;#039;&amp;#039;&amp;#039;|&amp;#039;&amp;#039;&amp;#039; ), including the &amp;lt;code&amp;gt;{{&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;}}&amp;lt;/code&amp;gt; around it. Icon can also be used to provide the full image markup (include the opening and closing square brackets), if special image settings such as &amp;quot;border&amp;quot; are to be used. If the image is called explicitly &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; is the name of the image :- &amp;lt;code&amp;gt;pix&amp;lt;/code&amp;gt; will likely be required as well, the default value for &amp;lt;code&amp;gt;pix&amp;lt;/code&amp;gt; is 40x30.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;imagealt&amp;lt;/code&amp;gt; may be used to override the default [[WP:Alternate text for images|alt text]] which is set to &amp;quot;Stub icon&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;pix&amp;lt;/code&amp;gt;====&lt;br /&gt;
The size of the image in pixels (no need to append px). Only &amp;#039;&amp;#039;required&amp;#039;&amp;#039; if &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; is used and this image requires a size different from the default maximum of 40x30 pixels. (Note that in the interests of standardising the formats of stub messages, images of size 40x30 are much preferred.)&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;subject&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;qualifier&amp;lt;/code&amp;gt;====&lt;br /&gt;
This &amp;lt;code&amp;gt;subject&amp;lt;/code&amp;gt; article &amp;lt;code&amp;gt;qualifier&amp;lt;/code&amp;gt; is a stub...&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
*This &amp;#039;&amp;#039;&amp;#039;geography&amp;#039;&amp;#039;&amp;#039; article &amp;#039;&amp;#039;&amp;#039;about a place in Rohan&amp;#039;&amp;#039;&amp;#039; is a stub...&lt;br /&gt;
*This &amp;#039;&amp;#039;&amp;#039;elementary physics&amp;#039;&amp;#039;&amp;#039; article is a stub...&lt;br /&gt;
*This  article &amp;#039;&amp;#039;&amp;#039;about Rudolph the Red-nosed reindeer&amp;#039;&amp;#039;&amp;#039; is a stub...&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;category&amp;lt;/code&amp;gt;====&lt;br /&gt;
The stub category the articles should go in. &lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;tempsort&amp;lt;/code&amp;gt;====&lt;br /&gt;
If exists the stub template (and any other templates) will be put in its own category sorted as &amp;quot; &amp;quot; (space) followed by &amp;lt;code&amp;gt;tempsort&amp;lt;/code&amp;gt;, otherwise it will be sorted with the value of &amp;quot; &amp;quot; (space) followed by the template name.&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;category1&amp;lt;/code&amp;gt;====&lt;br /&gt;
An optional second stub category the articles should go in.&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;tempsort1&amp;lt;/code&amp;gt;====&lt;br /&gt;
If exists the stub template (and any other templates) will be put in its own category sorted as &amp;quot; &amp;quot; (space) followed by &amp;lt;code&amp;gt;tempsort1&amp;lt;/code&amp;gt;, otherwise it will be sorted with the value of &amp;quot; &amp;quot; (space) followed by the template name.&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;category2&amp;lt;/code&amp;gt;====&lt;br /&gt;
An optional third stub category the articles should go in.&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;tempsort2&amp;lt;/code&amp;gt;====&lt;br /&gt;
If exists the stub template (and any other templates) will be put in its own category sorted as &amp;quot; &amp;quot; (space) followed by &amp;lt;code&amp;gt;tempsort2&amp;lt;/code&amp;gt;, otherwise it will be sorted with the value of &amp;quot; &amp;quot; (space) followed by the template name.&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;note&amp;lt;/code&amp;gt;====&lt;br /&gt;
If exists the value will be added, as a &amp;quot;small&amp;quot; note, to the stub template.&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt;====&lt;br /&gt;
The full page name of the template itself.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
====Using &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt;====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{Asbox&lt;br /&gt;
 | image     = Phonetics.png&lt;br /&gt;
 | pix       = 75&lt;br /&gt;
 | subject   = [[:Category:Phonetics|phonetics]]-related &lt;br /&gt;
 | category  = Phonetics stubs&lt;br /&gt;
 | tempsort  = *&lt;br /&gt;
 | name      = Template:Phonetics-stub&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
appears as:&lt;br /&gt;
{{Asbox&lt;br /&gt;
 | image     = Phonetics.png&lt;br /&gt;
 | pix       = 75&lt;br /&gt;
 | subject   = [[:Category:Phonetics|phonetics]]-related &lt;br /&gt;
 | category  = Phonetics stubs&lt;br /&gt;
 | tempsort  = *&lt;br /&gt;
 | name      = Template:Phonetics-stub&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Waahlis</name></author>
	</entry>
</feed>