Examples/Parameter: include (example 7)

From DynamicPageList3 Manual
Revision as of 07:37, 21 April 2022 by imported>FrozenPlum (Fix the example, it was having unexpected results when trying to test its use on the same page the sections themselves resided on)
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 =  --  }}