<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://brokendagger.com/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://brokendagger.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BlueNovember</id>
		<title>The Broken Dagger Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://brokendagger.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BlueNovember"/>
		<link rel="alternate" type="text/html" href="?title=Special:Contributions/BlueNovember"/>
		<updated>2026-07-26T16:18:14Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.22.5</generator>

	<entry>
		<id>?title=Template:Asbox/doc</id>
		<title>Template:Asbox/doc</title>
		<link rel="alternate" type="text/html" href="?title=Template:Asbox/doc"/>
				<updated>2009-06-01T09:04:05Z</updated>
		
		<summary type="html">&lt;p&gt;BlueNovember: Added {{Mbox templates see also}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the '''asbox''' or '''article stub box''' meta template. This is a standard template for creating standard stub templates.  It supports most, if not all, stub template styles in place prior to 26 September 2007. &lt;br /&gt;
&lt;br /&gt;
It is used to create (but preferably '''not''' without consulting [[WP:WSS]]) or standardise existing ''article stub box'' templates.&lt;br /&gt;
&lt;br /&gt;
=== Basic usage ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&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;the 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;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;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;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{ asbox&lt;br /&gt;
| image     = Ambox style.png&lt;br /&gt;
| pix       = &lt;br /&gt;
| subject   = &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;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
====&amp;lt;code&amp;gt;icon&amp;lt;code&amp;gt; or &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's the name of the template, plus any arguments (separated with '''|''' ), 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. 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;pix&amp;lt;/code&amp;gt;====&lt;br /&gt;
The size of the image, only ''required'' if &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; is set and its size is not 40x30. [[Defensive programming]] suggests setting the value of &amp;lt;code&amp;gt;pix&amp;lt;/code&amp;gt; even if it is 40x30.&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 '''geography''' article '''about a place in Rohan''' is a stub...&lt;br /&gt;
*This '''elementary physics''' article is a stub...&lt;br /&gt;
*This  article '''about Rudolph the Red-nosed reindeer''' 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. Note the template will only include articles in the stub category, unless the parameter [[#tempsort|&amp;lt;code&amp;gt;tempsort&amp;lt;/code&amp;gt; ]] is set, in which case templates (in particular the stub template itself) will also be included - sorted with the value of  &amp;quot; &amp;quot; (space) followed by &amp;lt;code&amp;gt;tempsort&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;tempsort&amp;lt;/code&amp;gt;====&lt;br /&gt;
If exists the template 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;.&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. Note the template will only include articles in the stub category, unless the parameter [[#tempsort|&amp;lt;code&amp;gt;tempsort1&amp;lt;/code&amp;gt; ]] is set, in which case templates (in particular the stub template itself) will also be included - sorted with the value of &amp;quot; &amp;quot; (space) followed by &amp;lt;code&amp;gt;tempsort1&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;code&amp;gt;tempsort1&amp;lt;/code&amp;gt;====&lt;br /&gt;
If exists the template will be put in its own second category sorted as &amp;quot; &amp;quot; (space) followed by &amp;lt;code&amp;gt;tempsort1&amp;lt;/code&amp;gt;.&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;
===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     = Ostfold_vapen.png&lt;br /&gt;
 | pix       = 30&lt;br /&gt;
 | subject   = [[Østfold]] location&lt;br /&gt;
 | qualifier = &lt;br /&gt;
 | category  = Østfold geography stubs&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Appears as:&lt;br /&gt;
&lt;br /&gt;
{{Asbox &lt;br /&gt;
 | image     = Ostfold_vapen.png&lt;br /&gt;
 | pix       = 30&lt;br /&gt;
 | subject   = [[Østfold]] location&lt;br /&gt;
 | qualifier = &lt;br /&gt;
 | category  = &amp;lt;noinclude&amp;gt;Template documentation&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Based on {{tl|Østfold-geo-stub}}&lt;br /&gt;
:''(&amp;lt;code&amp;gt;category&amp;lt;/code&amp;gt; has been over-ridden to keep this page out of the stub category)''&lt;br /&gt;
&lt;br /&gt;
==== Using &amp;lt;code&amp;gt;icon&amp;lt;/code&amp;gt; and category1 ====&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;code&amp;gt;icon&amp;lt;/code&amp;gt; allows more flexibility in some circumstances than &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;pix&amp;lt;/code&amp;gt;, since it can be used with templates. As of January 24, 2007, the new parser requires the &amp;lt;code&amp;gt;{{&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;}}&amp;lt;/code&amp;gt; around the used template, and a single &amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt; is used instead of &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to separate the parameters. Old code relying on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{!}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will need to be updated:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{Asbox&lt;br /&gt;
 | icon      = {{Soccer icon|Wales|50}}&lt;br /&gt;
 | subject   = [[biography|biographical]]&lt;br /&gt;
 | qualifier = related to Welsh [[association football]]&lt;br /&gt;
 | category  = Welsh football biography stubs&lt;br /&gt;
 | category1 = Welsh people stubs&lt;br /&gt;
 | tempsort  =       &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Appears as:&lt;br /&gt;
&lt;br /&gt;
{{Asbox&lt;br /&gt;
 | icon      = {{Soccer icon|Wales|50}}&lt;br /&gt;
 | subject   = [[biography|biographical]]&lt;br /&gt;
 | qualifier = related to Welsh [[association football]]&lt;br /&gt;
 | category  = Template documentation     &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Based on {{tl|Wales-footy-bio-stub}}&lt;br /&gt;
:''(&amp;lt;code&amp;gt;category&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;category1&amp;lt;/code&amp;gt; have been over-ridden to keep this page out of the stub categories)''&lt;br /&gt;
&lt;br /&gt;
=== Whatlinkshere ===&lt;br /&gt;
&lt;br /&gt;
The page [http://en.wikipedia.org/w/index.php?title=Special:WhatLinksHere/Template:Asbox&amp;amp;hideredirs=1&amp;amp;namespace=10&amp;amp;hidelinks=1 here] should have a complete list of all templates using this template.  This list can be compared with existing list of stub templates to identify new stub templates created out of process. '''The last entries will also be the most recently created items.'''&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
&lt;br /&gt;
* [[Wikipedia talk:WikiProject Stub sorting/Archive11#Stub template standardisation]]&lt;br /&gt;
* {{tl|MetaPicstub}}&lt;br /&gt;
{{Mbox templates see also}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{pp-template|small=yes}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES BELOW THIS LINE, THANKS. --&amp;gt;&lt;br /&gt;
[[Category:Wikipedia metatemplates|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- PLEASE ADD INTERWIKIS BELOW THIS LINE, THANKS. --&amp;gt;&lt;br /&gt;
[[dsb:Pśedłoga:ZarodkowyTyp]]&lt;br /&gt;
[[hsb:Předłoha:Zarodk po předmjeće]]&lt;br /&gt;
[[ru:Шаблон:Stub-meta]]&lt;br /&gt;
[[sv:Mall:Stubbmall]]&lt;br /&gt;
[[zh:Template:Asbox]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>BlueNovember</name></author>	</entry>

	</feed>