Examples/Parameter: format (example 3)

From DynamicPageList3 Manual
Revision as of 05:47, 23 April 2022 by imported>FrozenPlum
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 will list articles in Category:Number examples that linkto the article named Two. The results will be limited to a count of five, and the format syntax used to create a table.


As a reminder, the syntax is format = Startall,Start,End,Endall):

  • Startall — specifies the wikitext to begin a table {|.
  • Start — specifies the wikitext to begin table row and cell (followed by the content, a link to the page) ¶¦-¶¦[[%PAGE%]].
  • End — is intentionally empty , because no wikitext is needed to end a table row.
  • Endall — specifies the table-end wikitext ¶|}.
{{#dpl:
|category = Number examples
|linksto  = Two
|count    = 5
|format   = {¦ class="wikitable" ¶!pages found,¶¦-¶¦[[%PAGE%]],,¶¦}
}}

Result

{{#dpl: |category = Number examples |linksto = Two |count = 5 |format = {¦ class="wikitable" ¶!pages found,¶¦-¶¦%PAGE%,,¶¦} }}