Examples/Parameter: include (example 2)

Revision as of 03:46, 22 April 2022 by imported>FrozenPlum (Cross link the examples that show different outcomes for different output formatting of nearly the same statement (the behaviour is different enough that it warrants explaining).)
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 matches (and selects) an article named "Grape" and includes the content of the page section (indicated by #) named "about" or "About" (include is not case-sensitive). The table styles are provided in the first table argument, followed by the remaining table headers. When using table format, if there is more than one section with the same name used on the result page, each section will be listed in a separate table row. If the table statement is removed, the page title will only appear once, followed by each section's contents listed one after the other, as can be seen in this example.

{{#dpl:
|titlematch = Grape
|include = #about
|table = class="wikitable sortable", Page, Section content
}}


Result

{{#dpl: |titlematch = Grape |include = #about |table = class="wikitable sortable", Page, Section content }}