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
(Add an all-in-one (hopefully) explanatory example that is simple but explains the most commonly misunderstood components of the table statement, as separated from tablerow, which appears next anyhow. This example can then be used again and carried farther in "tablerow" in a cohesive way.)
 
imported>FrozenPlum
m (FrozenPlum moved page Controlling output format/Parameter: table (example 3) to Examples/Parameter: table (example 3): Simplifying how things are structured)
 
(5 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 in an <code>include</code> statement, see the <code>tablerow</code> parameter for formatting included <code>table</code> output.
 
<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