To get a better overview of all templates in the wiki, you can catalog the templates using semantic attributes.
Steps
- Activate the feature Semantic MediaWiki for the namespace "Template" in the namespace manager. alternativtext=Namensraumverwaltung|zentriert|mini|450x450px|Namensraumverwaltung
- Create the page Property:Is_templateType. Add the following content and save the page:
This is a property of type [[Has type::Text]].
- Add the attribute with a value in source editing mode to your templates, wrapped in a
<noinclude></noinclude>
tag . The<noinclude>...</noinclude>
tag is required so that pages that include this template, are not catalogued as well:alternativtext=Katalogisierungs-Attribut in einer Vorlage einfügen|zentriert|mini|750x750px|Katalogisierungs-Attribut in einer Vorlage einfügen<noinclude>[[is_templateType::General]]</noinclude>
- Erstellen Sie eine Übersicht, um die katalogisierten Vorlagen anzuzeigen. Fügen Sie hierzu auf irgendeiner Wikiseite folgende Abfrage im Quelltext ein:alternativtext=Tabellarische Ausgabe der Vorlagen|zentriert|mini|750x750px|Tabellarische Ausgabe der Vorlagen
{{#ask: [[is_templateType::+]] |?ist_Templatetype=Template type |mainlabel=Template |format=table |class=datatable }}