Examples/Parameter: table (example 3): Difference between revisions

m
FrozenPlum moved page Controlling output format/Parameter: table (example 3) to Examples/Parameter: table (example 3): Simplifying how things are structured
imported>FrozenPlum
mNo edit summary
imported>FrozenPlum
m (FrozenPlum moved page Controlling output format/Parameter: table (example 3) to Examples/Parameter: table (example 3): Simplifying how things are structured)
 
(4 intermediate revisions by the same user not shown)
Line 6:
==Example==
 
This willselects select pagesarticles in [[:Category:Fruit examples]] and includeuses thea valuessurrogate of the "[[Template:Fruit-Infobox" .templatevalues|template's]] "image"to format the second and "grows"third parameters,columns withof results (the pagefirst titlecolumn asis aautomatically linkgenerated inand betweenpopulated by DPL3 because the twosecond template<code>table</code> parametervalue values.doesn't Thecontain table<code>-</code> statementto setsintentionally omit this, instead it contains the tablefirst stylescolumn's totable header "wikitablePage", and "sortable" then usessets the rest of the table headers. If <code>-</code> ''was'' in the second position tofor omit<code>table</code>, the automaticfirst pagecolumn name/linkwould firstdrop columnoff (soand itthe canpage bename movedwould need to abe differentadded column),to andthe thenfirst itrow setsof the tablesurrogate headertemplate, text.it Thecould listbe outputcalled with <code><nowiki>{{DPL|count{%PAGE%}}}</nowiki></code> isand limited to 5 resultsformatted.
 
'''Note:''' Other formatting (such as turning the image ''name'' into a ''rendered'' image) cannot occur within an <code>{{DPL|include}}</code> statement, see the <code>{{DPL|tablerow}}</code> parameter.
 
<pre>
{{#dpl:
|category = Fruit examples
|include = {Fruit-Infobox}:image:[[%PAGE%|%TITLE%]]:grows.templatevalues
|table = class="wikitable sortable",-Page,Grows, Image used on page, Page, Value of "grows" parameter
|count = 52
}}
</pre>
Line 22 ⟶ 20:
 
{{#dpl:
|category = Fruit examples
|include = {Fruit-Infobox}:image:[[%PAGE%|%TITLE%]]:grows.templatevalues
|table = class="wikitable sortable",-Page,Grows, Image used on page, Page, Value of "grows" parameter
|count = 52
}}
 
Anonymous user