Vorlage:Namespace detect/Doku: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
imported>PartTimeGnome
K (Correct number in high-risk template.)
K (80 Versionen von wikivoyage:Vorlage:Namespace_detect/Doku importiert)
 
(33 dazwischenliegende Versionen von 14 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
{{documentation subpage}}
{{Dokumentation Unterseite}}
{{high-risk| 2,000,000+ }}
{{high-risk}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
{{Modulimport|2013-03-03|w|en|Template:Namespace detect}}
{{lua|Module:Namespace detect}}
{{Nosubst}}
=== Funktion ===
Dies ist eine Meta-Vorlage die für andere Vorlagen ermittelt, in welchem [[Wikivoyage:Namensräume|Namensraum]] sie sich befinden. Dazu werden alle verfügbaren Namensräume gruppiert und in folgende Typen geordnet:


This is the {{tl|namespace detect}} meta-template.
:'''main''' – Artikelnamensraum.
:'''talk''' – Alle Diskussionsseiten "Diskussion:", "Benutzer Diskussion:", "Wikivoyage Diskussion:" usw.
:'''user, wikivoyage, file, mediawiki, template, help, category''', '''portal''' and '''book''' – weitere spezielle Namensräume.
:'''other''' – alle anderen Namensräume.


It helps other templates detect what type of page they are on.
=== Verwendung ===
 
Diese Vorlage nimmt mehrere Parameter entsprechend der gewünschten Namensräume auf::
It detects and groups all the different [[Wikipedia:Namespace#Enumeration|namespaces]] used on Wikipedia into several types:
 
:'''main''' = Main/article space, as in normal Wikipedia articles.
:'''talk''' = Any talk space, such as page names that start with "Talk:", "User talk:", "File talk:" and so on.
:'''user, wikipedia, file, mediawiki, template, help, category''', '''portal''' and '''book''' = The other namespaces except the talk pages.
:'''other''' = Any namespaces that were not specified as a parameter to the template. See explanation below.
 
For backwards compatibility this template also understands the old name '''image''' for '''file'''. But using '''image''' is now deprecated.
 
'''Note!''' For most usage cases it might be better to use the simpler namespace detection templates. (See the [[#See also|see also]] section below.) Since this template is more prone to human errors such as misspelling the parameter names.
 
=== Usage ===
This template takes one or more parameters named after the different page types as listed above. Like this:


<pre>
<pre>
{{namespace detect
{{namespace detect
| main  = Article text
| main  = Artikeltext
| talk  = Talk page text
| talk  = Text auf Diskussionsseiten
| other = Other pages text
| other = Text auf anderen Seiten
}}
}}
</pre>
</pre>


If the template is on a main (article) page, it will return this:
* Im Hauptnamensraum liefert der Artikel folgendes: ''{{namespace detect| demospace=main| main  = Artikeltext| talk  = Text auf Diskussionsseiten| other = Text auf anderen Seiten}}''
 
* Auf allen Seiten außer im Hauptnamensraum und auf Diskussionsseiten wird folgendes geliefert: ''{{namespace detect| main  = Artikeltext| talk  = Text auf Diskussionsseiten| other = Other pages text
:{{namespace detect| demospace=main
}}''
| main  = Article text
| talk  = Talk page text
| other = Other pages text
}}
 
If the template is on any other page than an article or a talk page it will return this:
 
:{{namespace detect
| main  = Article text
| talk  = Talk page text
| other = Other pages text
}}
 
The example above made the template return something for all page types. But if we don't use the '''other''' parameter or leave it empty then it will not return anything for the other page types. Like this:
 
<pre>
{{namespace detect
| file    = File page text
| category = Category page text
| other    =
}}
</pre>


On any pages other than file and category pages the code above will render nothing.
Das obige Beipiel gibt immer etwas aus. ohne den Parameter '''other''' aber, wäre im zweiten Fall nichts ausgegeben worden.
<!-- Do not remove this one. It is supposed to render nothing, but we have it here for testing purposes. -->
:{{namespace detect
| file    = File page text
| category = Category page text
| other    =
}}


By using an empty parameter you can make it so the template doesn't render anything for some specific page type. Like this:
=== Demospace und page ===
 
Zu Testzwecken und Demonstrationszwecken gibt es zwei weitere Parameter:
<pre>
* {{Para|demospace}} – Damit kann der Name eines Namensraumes angegebene werden. Die Vorlage verhält sich dann, als würde sie in diesem Namensraum benutzt werden, ungeachtet ihrer eignene Lage.
{{namespace detect
* {{Para|page}} – lässt die Vorlage so arbeiten, als würde sie genau auf der angegebenen Seite stehen. Diese Seite muss auch nicht zwingend existieren.xisting page. Like this:
| main  =
| other = Other pages text
}}
</pre>
 
The code above will render nothing when on mainspace (article) pages, but will return this when on other pages:
 
:{{namespace detect
| main  =
| other = Other pages text
}}
 
=== Demospace and page ===
For testing and demonstration purposes this template can take two parameters named '''demospace''' and '''page'''.
 
Demospace understands any of the page type names used by this template, including the '''other''' type. It tells the template to behave like it is on some specific type of page. Like this:
 
<pre>
{{namespace detect
| main  = Article text
| other = Other pages text
| demospace = main
}}
</pre>
 
No matter on what kind of page the code above is used it will return this:
 
:{{namespace detect
| main  = Article text
| other = Other pages text
| demospace = main
}}
 
The '''page''' parameter instead takes a normal pagename. It makes this template behave exactly as if on that page. The pagename doesn't have to be an existing page. Like this:
 
<pre>
{{namespace detect
| user  = User page text
| other = Other pages text
| page = User:Example
}}
</pre>
 
No matter on what kind of page the code above is used it will return this:
 
:{{namespace detect
| user = User page text
| other = Other pages text
| page = User:Example
}}
 
It can be convenient to let your template understand the demospace and/or page parameter and send it on to the {{tl|namespace detect}} template. Then do like this:
 
<pre>
{{namespace detect
| main  = Article text
| other = Other pages text
| demospace = {{{demospace|}}}
| page  = {{{page|}}}
}}
</pre>
 
If both the '''demospace''' and '''page''' parameters are empty or undefined then the template will detect page types as usual.
 
=== Parameters ===
List of all parameters:


=== Parameter ===
<pre>
<pre>
{{namespace detect
{{namespace detect
Zeile 139: Zeile 40:
...
...
| other =
| other =
| demospace = {{{demospace|}}} / main / talk / user /  
| demospace = {{{demospace|}}} / main / talk / user /
               wikipedia / file / mediawiki / template /  
               wikipedia / file / mediawiki / template /
               help / category / portal / book / other
               help / category / portal / book / other
| page  = {{{page|}}} / User:Example
| page  = {{{page|}}} / User:Example
Zeile 146: Zeile 47:
</pre>
</pre>


Note: Empty values to the "main" ... "book" parameters have special meaning.
=== Technische Details ===
 
* Im Namensraum für Dateien ist '''file''' zu benutzen.
=== Technical details ===
{{Namespace detect see also}}
Namespace "Image" was renamed to "File" on 11 December 2008. This template was updated to understand both names well before that, thus it still works fine. For backwards compatibility it still understands "image" both as a parameter name, such as "image = File page text", and as a value "demospace = image".
 
Namespace "Book" was added to the English Wikipedia on 28 December 2009. This template has been updated so it detects the "Book:" namespace as type '''book''', and it already automatically detected "Book talk:" as type '''talk'''.
 
If you intend to feed tables as content to the numbered parameters of this template, then you need to know this:
 
[[Help:Template|Templates]] do have a problem to handle parameter data that contains pipes "<code>|</code>", unless the pipe is inside another template <code><nowiki>{{name|param1}}</nowiki></code> or inside a piped link <code><nowiki>[[Help:Template|help]]</nowiki></code>. Thus templates can not handle [[Help:Table|wikitables]] as input unless you escape them by using the {{tn|!}} template. This makes it hard to use wikitables as parameters to templates. Instead the usual solution is to use "[[Help:HTML in wikitext|HTML wikimarkup]]" for the table code, which is more robust.
 
For more technical details such as about "copying to other projects" and "CSS based namespace detection" see {{tl|main talk other}} and its talk page.
 
=== See also ===
{{namespace detect see also}}
 
<includeonly>
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
<!-- Kategorien hier, Interwikis nach Wikidata, DANKE! -->
[[Category:Namespace manipulation templates]]
[[Kategorie:Vorlagen:Namensräume]]
 
[[ar:قالب:Namespace detect]]
[[be-x-old:Шаблён:Вызначэньне прасторы назваў]]
[[ca:Plantilla:Detecta espai de noms]]
[[cy:Nodyn:Namespace detect]]
[[hsb:Předłoha:Namespace detect]]
[[ko:틀:이름공간 검출]]
[[ja:Template:Namespace detect]]
[[mn:Загвар:Namespace detect]]
[[pt:Predefinição:Namespace detect]]
[[sr:Шаблон:Namespace detect]]
[[uk:Шаблон:Namespace detect]]
[[ur:سانچہ:Namespace detect]]
[[zh:Template:Namespace detect]]
</includeonly>
</includeonly>

Aktuelle Version vom 11. Februar 2023, 21:50 Uhr

Gnome-emblem-important.svg
Diese Vorlage wird auf vielen Seiten verwendet
Um große Unterbrechungen und unnötige Serverauslastung zu vermeiden, solltest du Änderungen an anderer Stelle testen, indem du beispielsweise den Quellcode dieser Vorlage kopierst und in den Benutzerbereich oder in die Sandbox einfügst. Erwäge, deine Änderungen auf der Diskussionsseite vorzuschlagen, bevor du diese Vorlage bearbeitest.

Funktion

Dies ist eine Meta-Vorlage die für andere Vorlagen ermittelt, in welchem Namensraum sie sich befinden. Dazu werden alle verfügbaren Namensräume gruppiert und in folgende Typen geordnet:

main – Artikelnamensraum.
talk – Alle Diskussionsseiten "Diskussion:", "Benutzer Diskussion:", "Wikivoyage Diskussion:" usw.
user, wikivoyage, file, mediawiki, template, help, category, portal and book – weitere spezielle Namensräume.
other – alle anderen Namensräume.

Verwendung

Diese Vorlage nimmt mehrere Parameter entsprechend der gewünschten Namensräume auf::

{{namespace detect
| main  = Artikeltext
| talk  = Text auf Diskussionsseiten
| other = Text auf anderen Seiten
}}
  • Im Hauptnamensraum liefert der Artikel folgendes: Artikeltext
  • Auf allen Seiten außer im Hauptnamensraum und auf Diskussionsseiten wird folgendes geliefert: Other pages text

Das obige Beipiel gibt immer etwas aus. ohne den Parameter other aber, wäre im zweiten Fall nichts ausgegeben worden.

Demospace und page

Zu Testzwecken und Demonstrationszwecken gibt es zwei weitere Parameter:

  • |demospace= – Damit kann der Name eines Namensraumes angegebene werden. Die Vorlage verhält sich dann, als würde sie in diesem Namensraum benutzt werden, ungeachtet ihrer eignene Lage.
  • |page= – lässt die Vorlage so arbeiten, als würde sie genau auf der angegebenen Seite stehen. Diese Seite muss auch nicht zwingend existieren.xisting page. Like this:

Parameter

{{namespace detect
| main  = 
...
| other =
| demospace = {{{demospace|}}} / main / talk / user /
              wikipedia / file / mediawiki / template /
              help / category / portal / book / other
| page  = {{{page|}}} / User:Example
}}

Technische Details

  • Im Namensraum für Dateien ist file zu benutzen.

Weitere Vorlagen für den Umgang mit Namensräumen

Die folgenden Vorlagen beschränken die Ausgabe auf einen Namensraum und bieten für alle anderen Namensräume eine Alternative. Verschachtelungen sind möglich.

  • {{Main other|Auszugebender Text}} – Für Ausgaben im Artikelnamensraum
  • {{Talk other|Auszugebender Text}} – Für Ausgaben auf Diskussionsseiten
  • {{User other|Auszugebender Text}} – Für Ausgaben auf Benutzerseiten
  • {{Wikivoyage other|Auszugebender Text}} – Für Ausgaben im Projektnamensraum
  • {{Template other|Auszugebender Text}} – Für Ausgaben auf Vorlagenseiten
  • {{Help other|Auszugebender Text}} – Für Ausgaben auf Hilfeseiten
  • {{File other|Auszugebender Text}} – Für Ausgaben im Dateinamensraum
  • {{Category other|Auszugebender Text}} – Für Ausgaben auf Kategorieseiten
  • {{Portal other|Auszugebender Text}} – Für Ausgaben im Portalnamensraum
  • {{Module other|Auszugebender Text}} – Für Ausgaben auf Modulseiten
  • {{Single namespace|Namensraum|Auszugebender Text}} – Allgemeine Form für die obigen Vorlagen, der die Bezeichnung des Namensraums als Parameter mit übergeben wird

Weitere Werkzeuge zur Erkennung und Behandlung von Namensräumen

  • {{NAMESPACEID|<optionaler Namensraum>}} – Die Vorlage fungiert als magisches Wort und liefert die Nummer des Namensraums des Artikels oder man übergibt eine Namensraumbezeichnung
  • {{Incorrect namespace|Namensraum}} – Erzeugt eine Ausgabe und Fehlerkategorisierung, wenn eine Vorlage im falschen Namensraum benutzt wird
  • {{Category handler|Namensraum = Kategorie|...}} – Erlaubt eine namensraumabhängige Kategorisierung.

Behandlung und Erkennung von Artikelbezeichnungen:

  • {{If pagename|Auszugebender Text}} – Vorlage zur Prüfung, auf welcher Unterseite sich eine Vorlage befindet. z.B. /Doku oder ähnliches.

Weitere technische Informationen: