Difference between revisions of "Template:SubPages"

From Wikispooks
Jump to navigation Jump to search
(Recode the SMW expression so it doesn't need templates on the subpages)
m (Text replacement - "captionPlural" to "caption_plural")
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>[[category:Semantic Templates]]This semantic template creates a section heading plus a list of sub-pages of an event <s>by reading [[Property:Has subEvent]] and [[Property:Has aspect]]</s> by checking [[Property:rootFullPageName]] and [[Property:fullPageName]].''<br/></noinclude><includeonly>{{SMWDocSection
+
<noinclude>[[category:Semantic Templates]]'''This semantic template creates a section heading plus a list of subpages and their descriptions.''' it is probably best used immediately after a page's object template. Since September 2014, all pages with an infobox automatically include a list of subpages in that, so use of this template is optional (but recommended).<br/><br/>  
|expression= [[Has rootFullPageName::{{FULLPAGENAME}}]][[Has fullPageName::~{{FULLPAGENAME}}/*]]
+
It works by checking [[Property:Has parentFullPageName]] and [[Property:Has fullPageName]].'''<br/>
 +
''It only includes sub-pages which have these properties set - so in order to show up, subpages have to include [[Template:SMWDocs]]''.
 +
</noinclude><includeonly>{{SMWDocSection
 +
|expression= [[Has parentFullPageName::{{FULLPAGENAME}}]][[Has fullPageName::~{{FULLPAGENAME}}/*]]
 
<!-- Older way of doing it, that didn't catch all subpages
 
<!-- Older way of doing it, that didn't catch all subpages
  
Line 9: Line 12:
  
 
-->
 
-->
|captionSingular= Sub-Page
+
|caption_singular= Sub-Page
|captionPlural= Sub-Pages
+
|caption_plural= Sub-Pages
 
|mainlabel =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Page&nbsp;Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
|mainlabel =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Page&nbsp;Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|properties=Description
+
|properties=Has revisionSize/Description
|headers=Description
+
|headers=Size/Description
 
}}<includeonly>
 
}}<includeonly>

Latest revision as of 13:27, 15 January 2016

This semantic template creates a section heading plus a list of subpages and their descriptions. it is probably best used immediately after a page's object template. Since September 2014, all pages with an infobox automatically include a list of subpages in that, so use of this template is optional (but recommended).

It works by checking Property:Has parentFullPageName and Property:Has fullPageName.
It only includes sub-pages which have these properties set - so in order to show up, subpages have to include Template:SMWDocs.