Arbeiten mit DPL3: Difference between revisions

No edit summary
No edit summary
Line 85: Line 85:
|table=class="wikitable imageTable", Image, Work Title, Year
|table=class="wikitable imageTable", Image, Work Title, Year
}}
}}
=== Userformat Output ===
"Userformat" mode makes the output fully flexible, enabling formatting with wikitext and supported html elements. This mode has a system of three tags which are used to enclose (a) the whole output, (b) each item, (c) each transcluded section of an item.
==== Example ====
The example can be changed to see how the different parameters work in real time (using the Preview all changes can be observed while working on the parser function). Some include statements only make sense in combination with specific page selection criteria.
'''Result of the function call:'''
{{#dpl:
|uses=Template:ImageMetadata
|include={ImageMetadata}:work-title:year
|table=class="wikitable imageTable", Image, Work Title, Year
}}
=== Table Output ===