Examples/Parameter: include (example 7)

From DynamicPageList3 Manual
Revision as of 01:13, 1 April 2023 by imported>FrozenPlum (FrozenPlum moved page Controlling output volume/Parameter: include (example 7) to Examples/Parameter: include (example 7): Simplifying how things are structured)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Please do not edit this page unless you're wanting to edit the manual itself, it is an example included in the manual.

Example

This selects the Apple Pie article, and includes the content of its <section begin="one" /><section end="one" /> tags (seen using source edit), as well including the values for section tags "two" and "three". The secseparators statement formats places a space, two dashes, and then a space before each result.

{{#dpl:
|title = Apple Pie
|include=one,two,three
|secseparators = &nbsp;--&nbsp;
}}

Result

{{#dpl: |title = Apple Pie |include = one,two,three |secseparators =  --  }}