Difference between revisions of "Manual:Extension/DynamicPageList3"

[quality revision][quality revision]
(Tag: 2017 source edit)
(Tag: 2017 source edit)
 


The extension DynamicPageList3 allows you to include lists of wiki pages on any content page.

Application examples[edit | edit source]

You can view a documentation of all selection criteria and formatting options at Gamepedia.

This help page contains some examples of typical applications for this extension as well as a list of common parameters and their values.


List of subpages[edit | edit source]

The following code shows the subpages of the current page in a 3-column layout:

                    {{#dpl:
|titlematch={{PAGENAME}}/%
|shownamespace=false
|replaceintitle=/{{PAGENAME}}\//,
|columns=3
|mode=none
|rowcolformat=width=100%
}}

                
Example: Display the subpages of the page VisualEditor imn the namespace Manual in a 1-column layout:
                    {{#dpl:
|titlematch=VisualEditor/%  
|shownamespace=false
|namespace= Manual
|replaceintitle=/VisualEditor\//,
|columns=1
|mode=ubordered
|rowcolformat=width=100%
}}

                


Output:


Selecting pages by namespace[edit | edit source]

                    {{#dpl:
  |namespace=Manual
  |includesubpages=true
  |shownamespace=false
  |count=5
  |ordermethod=title
}}

                

Output:

Selecting pages by category[edit | edit source]

                    {{#dpl:
  |category=QM
  |addcategories  = true
  |includesubpages=true
  |shownamespace=false
  |count=5
  |ordermethod=title
  |mode=ordered  
}}

                

Output:

Extension:DynamicPageList (DPL), version 3.3.2: Warning: No results.

Selecting pages with specific naming patterns[edit | edit source]

                    {{#dpl:
 |namespace=File
 |titlematch=A%
 |count=5
 }}

                
Output:

Show a random page in a category[edit | edit source]

<div style="border:2px solid #f6f6f6; padding:10px; width:500px; height:500px; overflow:auto;"> {{#dpl: |category=Customization |randomcount=1 |includepage=* |includemaxlength=10 |format=,\n==[[%PAGE%]]==\n,,}} </div>



Output: Manual:Template/Template package[edit | edit source]

Warning: Display title "Template package" overrides earlier display title "Creating page lists with DPL3".

Below is a set of templates which you can import into your wiki. You can upload the entire package. After unpacking the zip file, you can install all templates at the same time or individual templates as needed.

Contents

1 Application examples 1.1

List of

subpages
  • 1.2 Selecting pages by namespace
  • 1.3 Selecting pages by category
  • 1.4 Selecting pages with specific naming patterns
  • 1.5 Show a random page in a category
  • 2 Manual:Template/Template package
  • 3 Box note
  • 4 Banner box
  • 5 Page / section transclusion
  • 6 List of subpages
  • 7 Clearfix
  • 8 List of Box note

    common parameters

  • 9 Related info
  • Instructions

    1. Download the package as zip file.
    2. Unzip the archive.
    3. Go to the special page Special:Import on your wiki (this page is only visible to users with admin rights).
      • Select the individual template file you want to upload.
      • Enter a Interwiki prefix. Since this field is required for the upload, you can simply enter hw (for: hallowelt).
    4. Repeat the import for any other import file from the template package.

    The templates are now available in your wiki and can be added using the Insert > Template function of Visual Editor.

    [edit | edit source]

    template for inserting info boxes
    Add a note box to a page Page / section transclusion[edit | edit source]
    template for inserting info boxes
    Transclude a page into a page

    List of common parameters[edit | edit source]

    Criteria for page selection[edit | edit source]

    Parameter Syntax Description
    category |category=QM|Setup... Pages in the category QM OR Setup
    |category=QM&Setup&... Pages in the categories QM AND Setup
    |category=QM|Setup...|category=Admin Pages in the categories QM OR Setup, and pages in the category Admin
    notcategory |notcategory=QM Pages that are not in the category QM
    categoriesminmax |category=QM|categoriesminmax=2 Pages that are in the category QM and in at least 2 more categories
    |category=QM|categoriesminmax=,1 Pages that are only in the category QM and in no other category
    namespace |namespace= Pages in the namespace (Main)
    |namespace=Help|Manual Pages in the namespace Help OR Manual
    namespacenot |namespacenot=Help Pages that are not in the namespace Help
    |namespacenot={{NAMESPACE}} Pages that are not in the namespace of the current wiki page

    Output-Format[edit | edit source]

    Parameter Syntax Description
    mode |mode=ordered Unordered list
    |mode=unordered Numbered list
    |mode=none Line breaks
    |mode=category Pages are grouped alphabetically with a letter heading (similar to category pages)
    |mode=inline|inlinetext=&nbsp; &bull; &nbsp; Page names are listed on the same line and separated with a bullet point

    Sorting[edit | edit source]

    Parameter Syntax Description
    ordermethod |ordermethod=title Ordered by page (prefix+)title
    |ordermethod=titlewithoutnamespace Ordered by page name independent of namespace
    |ordermethod=counter Ordered by number of page views (popularity)
    |ordermethod=size Ordered by page size
    |ordermethod=firstedit Ordered by creation date
    |ordermethod=lastedit Ordered by last edit date
    |ordermethod=user,firstedit Ordered by author, then by creation date
    |ordermethod=user,lastedit Ordered by last editor, then by last edit date
    order |order=ascending Sorted in ascending order
    |order=descending Sorted in descending order

    Display of meta data[edit | edit source]

    Parameter Syntax Description
    addcategories |addcategories=true Shows all categories of a page after the page name
    addpagecounter |category:QM|ordermethod=counter|order=descending

    |addpagecounter=true|count=5

    Shows the 5 most popular pages in the category QM
    adduser |category=QM|ordermethod=lastedit|adduser=true Adds the name of the last editor in front of the page name
    addauthor |category=QM|addauthor=true Adds the name of the original author in front of the page name.


    Related info


    Attachments

    Discussions