Zum Inhalt springen

Vorlage:Hatnote/doc: Unterschied zwischen den Versionen

update after conversion to Module:Hatnote
(added note regarding template being converted to Lua Module:Hatnote)
(update after conversion to Module:Hatnote)
Zeile 1: Zeile 1:
{{Documentation subpage}}
{{Documentation subpage}}
{{High-risk|819,000+}}
{{high-risk|819,000+}}
{{Shortcut|T:HAT}}
{{shortcut|T:HAT}}
{{Lua|Module:Hatnote}}
{{lua|Module:Hatnote}}
==Usage==
Using {{tlx|Hatnote|''text''}} formats text into the standard stylistic for a [[Wikipedia:Hatnote|Wikipedia hatnote]]. That produces a short note placed at the top of an article to provide disambiguation of closely related terms or summarise a topic, explaining its boundaries.


===Function===
This template formats text into the standard stylistic for a [[Wikipedia:Hatnote|Wikipedia hatnote]]. It produces a short note placed at the top of an article to provide disambiguation of closely related terms or summarise a topic, explaining its boundaries.
 
{{TOC limit}}
 
== Function ==
This template is primarily used to add a correctly formatted ''hatnote'' to a page. Often, but not always, this is a ''disambiguation link'' at the top of article pages. It places an HTML <code>div-</code> / <code>div</code> block around the text entered as its only argument, which provides standardized formatting (contents are indented and italicized in most displays); it also isolates the contained code to make sure that it is interpreted correctly.
This template is primarily used to add a correctly formatted ''hatnote'' to a page. Often, but not always, this is a ''disambiguation link'' at the top of article pages. It places an HTML <code>div-</code> / <code>div</code> block around the text entered as its only argument, which provides standardized formatting (contents are indented and italicized in most displays); it also isolates the contained code to make sure that it is interpreted correctly.


Zeile 13: Zeile 15:
The template does not automatically create links of any kind. Links and other desired formatting must be explicitly added, using normal [[Wikipedia:Cheatsheet|Wikipedia markup]].
The template does not automatically create links of any kind. Links and other desired formatting must be explicitly added, using normal [[Wikipedia:Cheatsheet|Wikipedia markup]].


===Code===
== Usage ==
<code><nowiki><div class="dablink"></div></nowiki></code>
 
; Basic usage:
&#123;{hatnote|''text''}}
 
; All parameters:
&#123;{hatnote|''text''|extraclasses=''extra classes''|selfref=''yes''|category=''no''}}
 
== Parameters ==
 
This template accepts the following parameters:
* <code>1</code> - the hatnote text. (required)
* <code>extraclasses</code> - any extra CSS classes to be added. For example, the {{tl|see also}} template adds the classes {{para|extraclasses|boilerplate seealso}}.
* <code>selfref</code> - if set to "yes", "y", "true" or "1", adds the CSS class "selfref". This is used to denote self-references to Wikipedia. See [[Template:Selfref]] for more information.
* <code>category</code> - if set to "no", "n", "false", or "0", suppresses the error tracking category ([[:Category:Hatnote templates with errors]]). This only has an effect if the first positional parameter (the hatnote text) is omitted.
 
== Errors ==
 
If no hatnote text is supplied, the template will output the following message:
* {{hatnote|category=no}}
 
If you see this error message, it is for one of three reasons:
# No parameters have been specified. This error can be produced by using the template code <code><nowiki>{{hatnote}}</nowiki></code>. Please use <code><nowiki>{{hatnote|</nowiki>''text''<nowiki>}}</nowiki></code> instead.
# You specified some parameters, but the first positional parameter wasn't included. Using (for example) the template text <code><nowiki>{{hatnote|extraclasses=seealso}}</nowiki></code> will produce this error. Please use (for example) <code><nowiki>{{hatnote|</nowiki>''text''<nowiki>|extraclasses=seealso}}</nowiki></code> instead.
# You specified the hatnote text, but that text contains an equals sign ("="). Due to the way templates work on Wikipedia, all the text before the first equals sign becomes the parameter name. For example, in the template <code><nowiki>{{hatnote|2+2=4}}</nowiki></code>, "2+2" becomes the parameter name, and "4" becomes the parameter value. This means that no text is passed to the first positional parameter, and the template thinks that no hatnote text has been specified. To work around this, you can specify the first positional parameter explictly, like this: <code><nowiki>{{hatnote|1=2+2=4}}</nowiki></code>.
 
If you see this error and are unsure of what to do, please post a message on [[Template talk:Hatnote]], and someone should be able to help you.
 
== Technical details ==
 
The HTML code produced by this template looks like this:
 
* <code><nowiki><div class="hatnote"></nowiki>''hatnote text''<nowiki></div></nowiki></code>
 
The code is produced by [[Module:Hatnote]].
 
==Redirects==


Adding an <code>extraclasses</code> parameter allows extra CSS classes to be specified.
* [[Template:Dablink]]
* [[Template:Rellink]]


==Template data==
{{Hatnote templates documentation}}
 
== Template data ==
{{TemplateDataHeader}}
{{TemplateDataHeader}}
<templatedata>{
<templatedata>{
Zeile 30: Zeile 70:
   }
   }
}}</templatedata>
}}</templatedata>
==Redirects==
*{{tl|Dablink}}
{{Hatnote templates documentation}}


<includeonly>
<includeonly>
[[Category:Hatnote templates]]
[[Category:Hatnote templates]]
</includeonly>
</includeonly>
Anonymer Benutzer