imported>Oetterer |
|||
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
<!-- Categories go at the bottom of this page. --> | <!-- Categories go at the bottom of this page. --> | ||
== Description == | == Description == | ||
− | Generates a disambiguation page. Gathers all associated articles automatically, accumulates services, operation systems, targetgroups, and types. Then uses {{tl|article}} and prints an infobox. Also lists all disambiguated pages. | + | {{lua|Module:Disambiguate}}Generates a disambiguation page. Gathers all associated articles automatically, accumulates services, operation systems, targetgroups, and types. Then uses {{tl|article}} and prints an infobox. Also lists all disambiguated pages. |
== Parameters == | == Parameters == | ||
<templatedata>{ | <templatedata>{ | ||
− | "description": " | + | "description": "Generates a disambiguation page.", |
"params": { | "params": { | ||
"1": { | "1": { | ||
Zeile 19: | Zeile 19: | ||
== Usage == | == Usage == | ||
− | + | <pre> | |
{{disambiguate}} | {{disambiguate}} | ||
− | </ | + | </pre> |
== Variables == | == Variables == | ||
Zeile 44: | Zeile 44: | ||
* {{tl|article}} | * {{tl|article}} | ||
− | <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | | + | [[Category:Hilfewiki templates]]<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | |
{{#ifeq:{{SUBPAGENAME}}|sandbox | | | {{#ifeq:{{SUBPAGENAME}}|sandbox | | | ||
<!-- ADD CATEGORIES AFTER THIS LINE --> | <!-- ADD CATEGORIES AFTER THIS LINE --> | ||
− | + | ||
}} | }} | ||
}}</includeonly> | }}</includeonly> |
Aktuelle Version vom 7. März 2023, 21:43 Uhr
This is a documentation subpage for Vorlage:Disambiguate. It contains usage information, categories and other content that is not part of the original vorlage page. |
Description[Quelltext bearbeiten]
This template uses Lua: |
Generates a disambiguation page. Gathers all associated articles automatically, accumulates services, operation systems, targetgroups, and types. Then uses {{article}} and prints an infobox. Also lists all disambiguated pages.
Parameters[Quelltext bearbeiten]
Generates a disambiguation page.
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
Intro text | 1 | Content text (wikitext) displayed on the left of the infobox, right before the disambiguated pages' listing. | Inhalt | vorgeschlagen |
Usage[Quelltext bearbeiten]
{{disambiguate}}
Variables[Quelltext bearbeiten]
The templates sets these variables to the described values:
- disambig_osses
- array
- accumulated operation systems of associated articles
- disambig_pages
- array
- list of all disambiguated pages
- disambig_services
- array
- accumulated services of associated articles
- disambig_targetgroups
- array
- accumulated targetgroups of associated articles
- disambig_types
- array
- accumulated types of associated articles (should be only one)
See also[Quelltext bearbeiten]
- {{article}}