Show templates parameters from an article (example)

From DynamicPageList3 Manual
Revision as of 17:43, 17 July 2019 by wikia:help>Widowbot (→‎top: clean up, replaced: [[pt::Extension:{{subst:BASEPAGENAME}}]] → [[pt:Extensão:{{subst:BASEPAGENAME}}]])
Manual Examples Show templates parameters from an article

The include parameter can be used to display the output value of a specific argument passed into a template used in an article.

Using the format of {Template}:argument this example will show the subsection given to Template:DPL manual used in the Extension:DPL3/Parameters: Criteria for page selection article.

This example:

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

Would produce this output:

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