Difference between revisions of "Template:SMWDocSection"

From Wikispooks
Jump to navigation Jump to search
(fix)
(|limit)
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>'''This template places a list of data items in its own section.'''<br/>
+
<noinclude>{{TemplateProblem|This sometimes creates blank sections. This is believed to be when the items contain badly formed semantic data.}}
 +
'''This template places a list of data items in its own defined section.'''<br/>
 
Example usage:
 
Example usage:
  
 
<pre>{{SMWDocSection
 
<pre>{{SMWDocSection
 
|expression= [[Has author::{{PAGENAME}}]]
 
|expression= [[Has author::{{PAGENAME}}]]
|captionSingular= {{PAGENAME}} on Wikispooks
+
|caption_singular= {{PAGENAME}} on Wikispooks
|captionPlural= {{PAGENAME}} on Wikispooks
+
|caption_plural= {{PAGENAME}} on Wikispooks
 
|mainlabel = Wikispooks page
 
|mainlabel = Wikispooks page
 +
|sort=Has publication date
 +
|limit=333 (defaults to 50)
 +
|order=ascending
 
|properties=DocType/Has publication date/Is about/Description
 
|properties=DocType/Has publication date/Is about/Description
 
|headers=Document type/Publication date/Subject(s)/Description
 
|headers=Document type/Publication date/Subject(s)/Description
}}</pre></noinclude><includeonly>{{#ifexpr:{{#ask: {{{expression|}}}|format=count}}>0|
+
}}</pre></noinclude><includeonly>{{#ifexpr:{{#ask: {{{expression|}}}|format=count}}>0|&nbsp;
 +
=={{spz|{{#ask: {{{expression|}}}|format=count}}|{{{caption_singular|}}}|{{{caption_plural|}}}}}==
 +
<!--{{#ifexpr: {{#ask: {{{expression|}}}|format=count}}=1|
  
=={{spz|{{#ask: {{{expression|}}}|format=count}}|{{{captionSingular|}}}|{{{captionPlural|}}}}}==
+
<small>''Use the Up/Dn symbols to sort''</small>}}
{{#ifexpr: {{#ask: {{{expression|}}}|format=count}}=1|<small>''Use the Up/Dn symbols to sort''</small>}}{{ask
+
Not really needed. 2017-12-02
 +
-->{{ask
 
|format=table
 
|format=table
 +
|limit={{{limit|}}}
 +
|sort={{{sort|}}}
 +
|order={{{order|}}}
 
|expression={{{expression|}}}
 
|expression={{{expression|}}}
 
|mainlabel={{{mainlabel|}}}
 
|mainlabel={{{mainlabel|}}}
 
|properties={{{properties|}}}
 
|properties={{{properties|}}}
|headers={{{headers|}}}}}}}</includeonly>
+
|headers={{{headers|}}}}}
 +
}}</includeonly>

Revision as of 12:37, 15 December 2017

Bug1.jpg This template has problems: This sometimes creates blank sections. This is believed to be when the items contain badly formed semantic data. Use the discussion page to see the debate about this.

This template places a list of data items in its own defined section.
Example usage:

{{SMWDocSection
|expression= [[Has author::{{PAGENAME}}]]
|caption_singular= {{PAGENAME}} on Wikispooks
|caption_plural= {{PAGENAME}} on Wikispooks
|mainlabel = Wikispooks page
|sort=Has publication date
|limit=333 (defaults to 50)
|order=ascending
|properties=DocType/Has publication date/Is about/Description
|headers=Document type/Publication date/Subject(s)/Description
}}