Examples/Parameter: title (example 2): Difference between revisions

Content deleted Content added
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== This example will take all invocations of template "Color" in article '..."
 
imported>FrozenPlum
m Fix this example now that there's a surrogate to use it with (created for another example)
Line 6:
==Example==
 
This example will take all invocations of template "Color" in article '''[[Apple]]''' and will include and apply "Template:Color.templatevalues". The output will be separated, at the top of each page, by horizontal lines.
 
<pre>
{{#dpl:
|title=Apple
|include={Color}.templatevalues
|mode = userformat
|secseparators=\n----\n
Line 21:
{{#dpl:
|title=Apple
|include={Color}.templatevalues
|mode = userformat
|secseparators=\n----\n
Line 32:
[[Category:Uses mode parameter]]
[[Category:Uses secseparators parameter]]
[[Category:Category:Uses a surrogate template]]
</noinclude>