Template:Stub: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (Where to place the template; Category suppression)
(+- Making the template add a category when placed in the template namespace as well; +doc: Documenting that too)
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class=toccolours style="text-align: center; width: 100%; font-size: 100%; clear:both; margin-top:1em; margin-bottom:-0.5em;"
{| class="toccolours" style="text-align: center; width: 100%; font-size: 100%; clear: both; margin-top: 1em; margin-bottom: 1em;"
| '''This article is a [[:Category:Stubs|stub]]. You can help the wiki by <span class=plainlinks>[{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} expanding it].'''</span>.
| {{LangSwitch
|}
| de = '''Dieser {{#if: {{{section|}}} | Abschnitt | Artikel}} ist ein [[:Category:Stubs|Stummel]].''' Sie können die Wiki durch <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} die Erweiterung des Artikels] helfen.</span>
<includeonly>{{main other|[[Category:Stubs]]}}</includeonly><noinclude>
| en = '''This {{#if: {{{section|}}} | section | article}} is a [[:Category:Stubs|stub]].''' You can help the wiki by <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} expanding it].</span>
| fr = '''{{#if: {{{section|}}} | Cette section | Cet article}} est une [[:Category:Stubs|ébauche]].''' Vous pouvez aider le wiki en <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} l'élargissant].</span>
}}
|}<includeonly>{{main other|[[Category:Stubs]]}}{{template other|[[Category:Template stubs]]}}</includeonly><noinclude>
{{Informative template|1=
{{Informative template|1=
== Goal ==
== Goal ==
__NOTOC__
This template can be added to the top of pages that should be extended.
This template can be added to the top of pages that should be extended.


Adding this template to a page in the article namespace will automatically add the hidden category [[:Category:Stubs]] to that page.
Adding this template to a page in the article namespace will automatically add the hidden category [[:Category:Stubs]] to that page and adding it to a page in the template namespace will automatically add [[:Category:Template stubs]].


== Usage ==
== Usage ==
<pre>
{{obr}}'''stub'''{{!}}''section=''{{cbr}}
 
; section:  Optional parameter to use if the template is placed in a section.  If not empty the template will read "This section is a stub."
 
== Examples ==
<nowiki>{{stub}}</nowiki>
{{stub}}
{{stub}}
</pre>
 
<nowiki>{{stub|section=1}}</nowiki>
{{stub|section=1}}
 
== Related templates ==
* Subject specific stub templates:
** {{tl|aero-stub}} For aircraft
** {{tl|airport-stub}} For airports
* {{tl|incomplete}} For sections and longer articles
* {{tl|WIP}} If someone is currently working on the article
}}
}}



Revision as of 15:02, 13 June 2019

This article is a stub. You can help the wiki by expanding it.
The following template description is not displayed when the template is inserted in an article.

Goal

This template can be added to the top of pages that should be extended.

Adding this template to a page in the article namespace will automatically add the hidden category Category:Stubs to that page and adding it to a page in the template namespace will automatically add Category:Template stubs.

Usage

{{stub|section=}}
section
Optional parameter to use if the template is placed in a section. If not empty the template will read "This section is a stub."

Examples

{{stub}}
This article is a stub. You can help the wiki by expanding it.
{{stub|section=1}}
This section is a stub. You can help the wiki by expanding it.

Related templates

  • Subject specific stub templates:
  • {{incomplete}} For sections and longer articles
  • {{WIP}} If someone is currently working on the article