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

no edit summary
imported>FrozenPlum
(Created page with "<noinclude>{{note|Please '''do not edit''' this page unless you're wanting to edit the manual itself, it is an example included in the manual.|error}}</noinclude><!-- This is the example preloaded for testing, press "Show Preview" to see the example working (at the bottom of the page). If you save this page, it saves as a new section at the bottom of your '''User:Username/Sandbox''' --> ==Example== The classical default output of DPL can be produced by using a default...")
 
imported>FrozenPlum
No edit summary
Line 6:
==Example==
 
The classical default output of DPL, an unordered (bulleted) list, can be produced by using a default statement, or(first byexample usingand theresult). It can also be created using <code>{{DPL|format}}</code> with the following statements: (last example and result). This selects pages that have "ntries" in the title, it excludes pages that have "f" in the title, and it also excludes subpages. Both outputs appear the same.
 
<pre>
{| style="border-spacing: 10px 0;"
<{{#dpl>:
| align=center| '''default''' || align=center| '''formatted'''
|titlematch = %ntries%
|- style="vertical-align:top;"
|nottitlematch = %f%
|<pre><nowiki>
|includesubpages = false
<dpl>
|count = 3
titlematch = %ntries%
|}}
nottitlematch = %f%
</dplpre>
includesubpages = false
</dplpre>
<{{#dpl>:
</nowiki></pre>
|titlematch = %ntries%
|<pre><nowiki>
|nottitlematch = %f%
<dpl>
|includesubpages = false
titlematch = %ntries%
|format = ,\n* [[%PAGE%]],,
nottitlematch = %f%
|count = 3
includesubpages = false
}}
format = ,\n* [[%PAGE%]],,
</dplpre>
==Result==
</nowiki></pre>
|<{{#dpl>:
|-
|titlematch = %ntries%
|<dpl>
titlematch|nottitlematch = %ntriesf%
|includesubpages = false
nottitlematch = %f%
|count = 3
includesubpages = false
}}
</dpl>
----
|<{{#dpl>:
titlematch = %ntries%
|titlematch = %ntries%
nottitlematch = %f%
|nottitlematch = %f%
includesubpages = false
|includesubpages = false
|format = ,\n* [[%PAGE%]],,
</dpl>
|count = 3
|}
}}
<noinclude>
[[Category:Setting the basic output mode]]
Line 45 ⟶ 46:
[[Category:Uses includesubpages parameter]]
[[Category:Uses format parameter]]
[[Category:Uses count parameter]]
</noinclude>
Anonymous user