Template:ItemsWvalue: Difference between revisions

From artserver wiki
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:


<includeonly>
<noinclude>
Template to display pages under different Section:: (prop) , according to date, using <nowiki><ul></nowiki> elements.
 
<source lang="html">
<div class="section">
={{{1}}}=
{{#ask: [[Section::{{{1}}}]]
{{#ask: [[Section::{{{1}}}]]
  |?Date
  |?Date
  |format=table
  |format=ul
  |link=all
  |link=subject
|sort=Date
  |order=descending
  |order=descending
  |headers=show
  |headers=hide
|mainlabel={{{1}}}
  |searchlabel=... further results
  |searchlabel=... further results
  |class=sortable wikitable smwtable
  |template arguments=numbered
|columns=1
}}
}}
</div>
</source>
</noinclude><includeonly>
<div class="section">
={{{1}}}=
{{#ask: [[Section::{{{1}}}]]
|?Date
|format=ul
|link=subject
|sort=Date
|order=descending
|headers=hide
|template arguments=numbered
|columns=1
}}
</div>
</includeonly>
</includeonly>

Latest revision as of 17:16, 12 August 2022


Template to display pages under different Section:: (prop) , according to date, using <ul> elements.

<div class="section">
={{{1}}}=
{{#ask: [[Section::{{{1}}}]]
 |?Date
 |format=ul
 |link=subject
 |sort=Date
 |order=descending
 |headers=hide
 |searchlabel=... further results
 |template arguments=numbered
 |columns=1
}}
</div>