Show templates parameters from an article (example): Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
mNo edit summary
imported>FrozenPlum
m (This may need to get merged elsewhere, or greatly expanded to be a better example, maybe with some other output formatting (for now, fix the example so it works))
 
(5 intermediate revisions by 3 users not shown)
Line 3: Line 3:
The include parameter can be used to display the output value of a specific parameter passed into a template used in an article, using the <code>{Template}:parameter</code> format.
The include parameter can be used to display the output value of a specific parameter passed into a template used in an article, using the <code>{Template}:parameter</code> format.


This example will show the subsection given to {{Tl|DPL manual}} used in the [[Extension:DPL3/Parameters: Criteria for page selection]] article:
This example will show the subsection given to {{Tl|DPL manual}} used in the [[Criteria for page selection]] article:


<pre>{{#dpl:
<pre>
{{#dpl:
title=Extension:DPL3/Parameters: Criteria for page selection
|title=Criteria for page selection
|include={DPL manual}:subsection
|include={DPL manual}:section
}}</pre>
}}
</pre>


'''Result:'''<br>
Produces this output:


{{#dpl:
{{#dpl:
title=Extension:DPL3/Parameters: Criteria for page selection
|title=Criteria for page selection
|include={DPL manual}:subsection
|include={DPL manual}:section
}}
}}


[[Category:Miscellaneous examples]]
<!-- Extension prefix in other languages:

[[de:Erweiterung:{{subst:BASEPAGENAME}}]]
[[es:Extensión:{{subst:BASEPAGENAME}}]]
[[fr:Extension:{{subst:BASEPAGENAME}}]]
[[it:Estensione:{{subst:BASEPAGENAME}}]]
[[nl:Uitbreiding:{{subst:BASEPAGENAME}}]]
[[pl:Rozszerzenie:{{subst:BASEPAGENAME}}]]
[[pt:Extensão:{{subst:BASEPAGENAME}}]]
[[ru:Расширение:{{subst:BASEPAGENAME}}]]
[[zh:扩展:{{subst:BASEPAGENAME}}]]
-->

Latest revision as of 05:45, 3 April 2022

Manual Examples Show templates parameters from an article

The include parameter can be used to display the output value of a specific parameter passed into a template used in an article, using the {Template}:parameter format.

This example will show the subsection given to {{DPL manual}} used in the Criteria for page selection article:

{{#dpl:
|title=Criteria for page selection
|include={DPL manual}:section
}}

Result:

{{#dpl: |title=Criteria for page selection |include={DPL manual}:section }}