Arbeiten mit DPL3: Difference between revisions

No edit summary
No edit summary
Line 4: Line 4:
Manual: https://dpl3.wikitide.org/wiki/Main_Page
Manual: https://dpl3.wikitide.org/wiki/Main_Page


There are different parameters to structure '''which pages''' are included, '''what content''' from these pages is included, and '''how the output is formatted'''.
Basic use of DPL3 works similar to that of Templates / Parser Functions:
 
<code>
<nowiki>
{{#dpl:
|parameter1 = xy
|parameter2 = yx
}}
</nowiki>
</code>
 
The different parameters structure '''which pages''' are included, '''what content''' from these pages is included, and '''how the output is formatted'''.


== Inclusion Criteria: Page Selection ==
== Inclusion Criteria: Page Selection ==