Examples/Parameter: debug (example 1): Difference between revisions

Content added Content deleted
imported>FrozenPlum
m (FrozenPlum moved page Examples/Parameter: debug (example 1) to Examples/Module: debug (example 1): Forgot my prefix needed to be different)
imported>FrozenPlum
m (Bit of a rewrite now that it's modified)
Line 6: Line 6:
==Example==
==Example==


This statement sets the DPL3 debug output to <code>''5''</code> which outputs the full wikitext result of the query after listing the extension itself. The queryselects one article from [[:Category:Fruit examples]], puts the title in the first column automatically (default behavior), then includes the "Fruit-Infobox" template's "grows" parameter value, in the second column. The <code>table</code> statement sets the table styles and header text. The first argument of <code>tablerow</code> corresponds to, and formats, the second column; setting the cell background style (green) and then uses <code>%%</code> to position the value ''after'' the formatting.
This statement sets the DPL3 <code>debug</code> output to <code>''5''</code>, which outputs the full wikitext result of the query after listing the extension itself. The query selects one article from [[:Category:Fruit examples]], puts the title in the first column automatically (default behavior), then includes the "[[Template:Fruit-Infobox|Fruit-Infobox]]" template's "grows" parameter value, in the second column. The <code>table</code> statement sets the table styles and header text. The first argument of <code>tablerow</code> corresponds to, and formats the second column content to bold, using <code>%%</code> to position the value precisely within the formatting.


<pre>
<pre>