Examples/Parameter: include (example 7)

From DynamicPageList3 Manual
Revision as of 06:51, 21 April 2022 by imported>FrozenPlum (Interim save to see if the results will display at all after a save)
(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

The section text:

<section begin="one" />* Section one content<section end="one" />
<section begin="two" />* Section two content<section end="two" />
<section begin="three" />* Section three content<section end="three" />

The section result: <section begin=one/>* Section 1 content<section end=one/> <section begin=two/>* Section 2 content<section end=two/> <section begin=three/>* Section 3 content<section end=three/>


The DPL statement:

{{#dpl:
|titlematch=Controlling output volume/Parameter: include (example 7)
|skipthispage=no
|include=one,two
|secseparators= -- 
|multisecseparators= ## 
}}

Result

{{#dpl: |titlematch=Controlling output volume/Parameter: include (example 7) |skipthispage=no |include=one,two |secseparators= --  |multisecseparators= ##  }}