Vorlage:Asbox/Doku: Unterschied zwischen den Versionen
imported>MissDessie |
K (162 Versionen von wikivoyage:Vorlage:Asbox/Doku importiert) |
||
(22 dazwischenliegende Versionen von 16 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{{ | {{Dokumentation Unterseite}} | ||
{{high-risk}} | |||
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | ||
{{Mbox templates}} | {{Mbox templates}} | ||
''' | This is the '''asbox''' or '''article stub box''' meta template. It is the standard template used for creating new or updating existing ''article stub box'' templates. It supports most, if not all, stub template styles. | ||
=== | === Basic usage === | ||
<pre> | |||
{{asbox | |||
| image = just the name of the image, e.g. Image.png - will be sized at 40x30px | |||
| subject = given before "article", e.g. "this *biographical* article is a stub" | |||
| qualifier = given after "article" e.g. "this article *about a musician* is a stub" | |||
| category = just the name of the category to place tagged pages in, e.g. History stubs | |||
| name = the full name of the stub template itself, used to reference itself internally | |||
}}</pre> | |||
This simple usage should suffice for a great many stub templates. Additional parameters are described below for advanced use. | |||
=== Full usage === | === Full usage === | ||
Zeile 28: | Zeile 37: | ||
If the image is called with an icon template, <code>icon</code> is set to the full syntax of the template; that's the name of the template, plus any arguments (separated with '''|''' ), including the <code>{{</code> and <code>}}</code> 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 "border" are to be used. If the image is called explicitly <code>image</code> is the name of the image :- <code>pix</code> will likely be required as well, the default value for <code>pix</code> is 40x30. | If the image is called with an icon template, <code>icon</code> is set to the full syntax of the template; that's the name of the template, plus any arguments (separated with '''|''' ), including the <code>{{</code> and <code>}}</code> 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 "border" are to be used. If the image is called explicitly <code>image</code> is the name of the image :- <code>pix</code> will likely be required as well, the default value for <code>pix</code> is 40x30. | ||
<code>imagealt</code> may be used to override the default | <code>imagealt</code> may be used to override the default alt text which is set to "Stub icon". | ||
====<code>pix</code>==== | ====<code>pix</code>==== | ||
Zeile 68: | Zeile 77: | ||
===Examples=== | ===Examples=== | ||
====Using <code>image</code>==== | ====Using <code>image</code>==== | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Asbox | {{Asbox | ||
Zeile 91: | Zeile 99: | ||
==== Using <code>icon</code> and category1 ==== | ==== Using <code>icon</code> and category1 ==== | ||
Using <code>icon</code> allows more flexibility in some circumstances than <code>image</code> and <code>pix</code>, since it can be used with templates | Using <code>icon</code> allows more flexibility in some circumstances than <code>image</code> and <code>pix</code>, since it can be used with templates: | ||
<pre><nowiki> | <pre><nowiki> | ||
{{asbox | {{asbox | ||
| icon = {{ | | icon = {{flagicon|Deutschland}} | ||
| subject = biographical | | subject = biographical | ||
| qualifier = related to Welsh association football | | qualifier = related to Welsh association football | ||
Zeile 104: | Zeile 112: | ||
appears as: | appears as: | ||
{{asbox | {{asbox | ||
| icon = {{ | | icon = {{flagicon|Deutschland}} | ||
| subject = biographical | | subject = biographical | ||
| qualifier = related to Welsh association football | | qualifier = related to Welsh association football | ||
Zeile 114: | Zeile 122: | ||
=== Whatlinkshere === | === Whatlinkshere === | ||
The page [ | The page [{{fullurl:Special:WhatLinksHere/Vorlage:Asbox|hideredirs=1&namespace=10&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.''' | ||
=== Navbar === | === Navbar === | ||
This template contains: | This template contains: | ||
<nowiki>{{navbar|{{{name}}}|mini=yes|style=position:absolute; right:15px; font-size:smaller; display:none;}}</nowiki> | <nowiki>{{navbar|{{{name}}}|mini=yes|style=position:absolute; right:15px; font-size:smaller; display:none;}}</nowiki> | ||
allowing a user to specify with css that three links regarding the stub template are shown (see [ | allowing a user to specify with css that three links regarding the stub template are shown (see [{{fullurl:w:Template_talk:Asbox|oldid=313089738#Navbar}}]). A side effect is that a non-existing talk page of the stub template may show up on [[Special:WantedPages]]. | ||
=== See also === | === See also === | ||
{{Mbox templates see also}} | {{Mbox templates see also}} | ||
{{mbox template family}} | |||
<includeonly> | <includeonly> | ||
[[Kategorie:Vorlagen:Infoboxen]] | |||
[[ | |||
</includeonly> | </includeonly> |
Aktuelle Version vom 27. Januar 2023, 06:20 Uhr
Dies ist eine nachgeordnete Seite der Dokumentation von Vorlage:Asbox. Sie enthält Informationen zur Verwendung, Kategorisierung und zu anderem Inhalt, der nicht Bestandteil der originalen Vorlage-Seite ist. |
Infobox Meta-Vorlagen |
---|
This is the asbox or article stub box meta template. It is the standard template used for creating new or updating existing article stub box templates. It supports most, if not all, stub template styles.
Basic usage
{{asbox | image = just the name of the image, e.g. Image.png - will be sized at 40x30px | subject = given before "article", e.g. "this *biographical* article is a stub" | qualifier = given after "article" e.g. "this article *about a musician* is a stub" | category = just the name of the category to place tagged pages in, e.g. History stubs | name = the full name of the stub template itself, used to reference itself internally }}
This simple usage should suffice for a great many stub templates. Additional parameters are described below for advanced use.
Full usage
{{asbox | image = Ambox style.png | pix = | subject = | article = | qualifier = | category = | tempsort = | category1 = | tempsort1 = | note = | name = {{subst:FULLPAGENAME}} }}
Parameters
icon
or image
If the image is called with an icon template, icon
is set to the full syntax of the template; that's the name of the template, plus any arguments (separated with | ), including the {{
and }}
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 "border" are to be used. If the image is called explicitly image
is the name of the image :- pix
will likely be required as well, the default value for pix
is 40x30.
imagealt
may be used to override the default alt text which is set to "Stub icon".
pix
The size of the image in pixels (no need to append px). Only required if image
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.)
subject
and qualifier
This subject
article qualifier
is a stub...
Examples:
- This geography article about a place in Rohan is a stub...
- This elementary physics article is a stub...
- This article about Rudolph the Red-nosed reindeer is a stub...
category
The stub category the articles should go in.
tempsort
If exists the stub template (and any other templates) will be put in its own category sorted as " " (space) followed by tempsort
, otherwise it will be sorted with the value of " " (space) followed by the template name.
category1
An optional second stub category the articles should go in.
tempsort1
If exists the stub template (and any other templates) will be put in its own category sorted as " " (space) followed by tempsort1
, otherwise it will be sorted with the value of " " (space) followed by the template name.
category2
An optional third stub category the articles should go in.
tempsort2
If exists the stub template (and any other templates) will be put in its own category sorted as " " (space) followed by tempsort2
, otherwise it will be sorted with the value of " " (space) followed by the template name.
note
If exists the value will be added, as a "small" note, to the stub template.
name
The full page name of the template itself.
Examples
Using image
{{Asbox | image = Østfold_våpen.svg | pix = 30 | subject = [[Østfold]] location | category = Østfold geography stubs | tempsort = * | name = Template:Østfold-geo-stub }}
appears as:
Dieser Østfold location Artikel ist ein Stub. Die kannst Wikivoyage helfen, in dem du ihn erweiterst. |
Using icon
and category1
Using icon
allows more flexibility in some circumstances than image
and pix
, since it can be used with templates:
{{asbox | icon = {{flagicon|Deutschland}} | subject = biographical | qualifier = related to Welsh association football | category = Welsh football biography stubs | tempsort = * | name = Template:Wales-footy-bio-stub }}
appears as:
Dieser biographical Artikel related to Welsh association football ist ein Stub. Die kannst Wikivoyage helfen, in dem du ihn erweiterst. |
Whatlinkshere
The page 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.
This template contains:
{{navbar|{{{name}}}|mini=yes|style=position:absolute; right:15px; font-size:smaller; display:none;}}
allowing a user to specify with css that three links regarding the stub template are shown (see [1]). A side effect is that a non-existing talk page of the stub template may show up on Special:WantedPages.
See also
- {{Ambox}}, for messageboxes on article pages.
- {{Cmbox}}, for messageboxes on category pages.
- {{Imbox}}, for messageboxes on file (image) pages.
- {{Tmbox}}, for messageboxes on talk pages.
- {{Fmbox}}, for header and footer messageboxes.
- {{Ombox}}, for messageboxes on other types of page.
- {{Mbox}}, for messageboxes that are used in different namespaces and change their presentation accordingly.
Closely related metatemplates: