Template:Stub: Difference between revisions
Appearance
Created page with "<div class="notice metadata plainlinks" id="stub"> {| align=center cellpadding="3" cellspacing="1" style="width: 650px; background-color: #BEDAFF; border-width:3px; border-color: #587AEB; border-style:solid; text-align: center; color:{{{textcolor|#000000}}}; clear:both; border-radius: 20px;" |rowspan="2" align="left"|60px |This article is a stub. You can help by contributing any information to it. <br />Just press the [{{fullurl:{{FULLPAGENAME}}|act..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{| align=center cellpadding="3" cellspacing="1" style="width: 650px; background-color: #BEDAFF; border-width:3px; border-color: #587AEB; border-style:solid; text-align: center; color:{{{textcolor|#000000}}}; clear:both; border-radius: 20px;" | {| align=center cellpadding="3" cellspacing="1" style="width: 650px; background-color: #BEDAFF; border-width:3px; border-color: #587AEB; border-style:solid; text-align: center; color:{{{textcolor|#000000}}}; clear:both; border-radius: 20px;" | ||
|rowspan="2" align="left"|[[File:Stub-ll.webp|60px]] | |rowspan="2" align="left"|[[File:Stub-ll.webp|60px]] | ||
|This article is a stub. You can help by contributing any information to it. <br />Just press the [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit] button to start editing. | |This article is a stub. You can help by contributing any information to it. <br />Just press the [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit] button to start editing.<br />''You must be logged in!'' | ||
|- | |- | ||
{{#if: {{{needed|}}} | {{!}}''Missing Details: {{{needed}}}''}} | {{#if: {{{needed|}}} | {{!}}''Missing Details: {{{needed}}}''}} | ||
|} | |} | ||
</div> | |||
[[Category:Article stubs]] | {{#if:{{{nocat|}}}||[[Category:Article stubs]]}} | ||
<noinclude> | <noinclude> | ||
Line 14: | Line 15: | ||
[[Category:Template documentation]] | [[Category:Template documentation]] | ||
=== | ===Usage Example=== | ||
Standard use (adds category): | |||
<pre> | |||
{{stub | {{stub | ||
|needed = example1, example2 | |needed = example1, example2 | ||
}} | }} | ||
</pre> | |||
No categorization: | |||
<pre> | <pre> | ||
{{stub | {{stub | ||
|needed = example1 | |needed = example1 | ||
|nocat = yes | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 02:13, 16 April 2025
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- This template will categorize articles that include it into Category:Article stubs, and mark it with a stub template.
- Syntax
- Type
{{stub}}
at the start or end of an article. - Modified Syntax
- If you want to put detailed information including what is missing from the article, please use this syntax. While typing the description, please be brief and type in point. Each point is separated by comma (,)
{{stub |needed = <details of needed articles> }}
Visit Template:Stub/doc to edit this text! (How does this work?)
Usage Example
Standard use (adds category):
{{stub |needed = example1, example2 }}
No categorization:
{{stub |needed = example1 |nocat = yes }}