Difference between revisions of "User:Mlink-rodrigue/Sandbox"
(Tag: 2017 source edit) |
(Tag: 2017 source edit) |
Extension: Mlink-rodrigue/Sandbox
Overview | |||
---|---|---|---|
Description: | Create lists of other articles based on their category, namespace, title, references or template usage and include contents or arguments of template calls of those articles into your page. | ||
State: | stable | Dependency: | MediaWiki |
Developer: | Alexia E. Smith, Algorithmix, Dangerville, IlyaHaykinson, Theaitetos, Unendlich | License: | GPL v2+ |
Type: | MediaWiki | Category: | Reporting |
Edition: | BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud | ||
For more info, visit Mediawiki.
|
Features[edit source]
DynamicPageList3 extension is a reporting tool for MediaWiki, which allows to include lists of pages, based on various selection criteria, on any content page.
Compatibility info: In MediaWiki 1.35 (BlueSpice Cloud), this extension can cause a database error. https://phabricator.miraheze.org/T6402
Usage / functionality[edit | edit source]
A typical application is the inclusion of a list of pages from certain categories or namespaces on a wiki page. The selection and sorting criteria can be applied using various paramters.
Technical info[edit | edit source]
The standard module for this extension is {{#dpl: ... }}
.
Configuration[edit | edit source]
- There are no configuration options for this extension.
More Info[edit | edit source]
Examples for how to use this extension are included on the related help page.
A complete user manual can be found on Gamepedia.
Extension:DynamicPageList (DPL), version 3.3.2: Warning: Skipping bad option '{{{transcludedpage}}}' for parameter 'title'.
Extension:DynamicPageList (DPL), version 3.3.2: Error: No selection criteria found! You must use at least one of the following parameters: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby, or their 'not' variants
Extension:DynamicPageList (DPL), version 3.3.2: Warning: No results.
{{Subpages|parentnamespace=Manual|parentpage=VisualEditor|cols=no|bullets=no}}<br /> {{Transclusion|transcludedpage=Reference:DynamicPageList3|tcstyle=yellow}}<br /> {{#dpl:title=Reference:DynamicPageList3}} {{#dpl:title={{{transcludedpage}}}|{{#if:{{{section|}}}|include=#{{{section}}}|}} }}
Line 2: | Line 2: | ||
{{Transclusion|transcludedpage=Reference:DynamicPageList3|tcstyle=yellow}}<br /> | {{Transclusion|transcludedpage=Reference:DynamicPageList3|tcstyle=yellow}}<br /> | ||
+ | |||
+ | {{#dpl:title=Reference:DynamicPageList3}} | ||
+ | {{#dpl:title={{{transcludedpage}}}|{{#if:{{{section|}}}|include=#{{{section}}}|}} }} |