Manual:SMW/Templates overview page: Difference between revisions

No edit summary
Tag: 2017 source edit
No edit summary
 
Line 1: Line 1:
To get a better overview of all templates in the wiki, you can catalog the templates using semantic attributes.
To get a better overview of all templates in the wiki, you can catalog them through semantic attributes.


==Steps==
==Steps==

Latest revision as of 11:51, 13 May 2022

To get a better overview of all templates in the wiki, you can catalog them through semantic attributes.

Steps

  1. Activate the feature Semantic MediaWiki for the namespace "Template" in the namespace manager.
    Namespace manager
    Namespace manager
  2. Create the page Property:Is_templateType. Add the following content and save the page:
    This is a property of type [[Has type::Text]].
    
    Create a property
    Create a property
  3. 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 cataloged as well:
    <noinclude>'''Property type''': [[is_templateType::General]]</noinclude>
    
    add property to a template page
    add property to a template page
  4. Add the following SMW-query on any wiki page to create an overview that shows your cataloged templates:
    {{#ask: [[is_templateType::+]]
    |?ist_Templatetype=Template type
    |mainlabel=Template
    |format=table
    |class=datatable
    }}
    
    List of templates in the wiki
    List of templates in the wiki




To submit feedback about this documentation, visit our community forum.

Discussions