Difference between revisions of "Dynamic Page List - Mediawiki"

From Help Wiki
m
m (subst applied to Template:TwoColumn)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{TwoColumn|lead=
 
This extension is replacing [[DynamicArticleList - Mediawiki|Dynamic Article List]]
 
|content=
 
  
 +
<div class="container-fluid">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<div class="lead">
 +
This extension is replacing [[DynamicArticleList - Mediawiki|Dynamic Article List]]
 +
</div>
  
 
===Example: Most Popular Academic Statement Pages===
 
===Example: Most Popular Academic Statement Pages===
Line 12: Line 15:
 
ordermethod = popularity
 
ordermethod = popularity
 
</DynamicPageList>
 
</DynamicPageList>
 +
 +
 +
===Example Syntax for Popularity===
 
<pre>
 
<pre>
 
<DynamicPageList>
 
<DynamicPageList>
category             = Academic Statement
+
category = Academic Statement
count               = 5
+
count   = 5
order               = ascending
+
order   = ascending
mode     = unordered
+
mode = unordered
 
ordermethod = popularity
 
ordermethod = popularity
 
</DynamicPageList>
 
</DynamicPageList>
Line 24: Line 30:
 
===Example: Newly Created  ===
 
===Example: Newly Created  ===
 
<DynamicPageList>
 
<DynamicPageList>
namespace     = Main
+
namespace   = Main
count               = 5
+
count   = 5
order               = ascending
+
order = ascending
mode               = unordered
+
mode = unordered
 
ordermethod = created
 
ordermethod = created
 
</DynamicPageList>
 
</DynamicPageList>
 +
 +
===Example Syntax for Newly Created===
 
<pre>
 
<pre>
 
<DynamicPageList>
 
<DynamicPageList>
 
namespace = Main
 
namespace = Main
count               = 5
+
count   = 5
order               = ascending
+
order = ascending
mode     = unordered
+
mode = unordered
 
ordermethod = created
 
ordermethod = created
 
</DynamicPageList>
 
</DynamicPageList>
Line 49: Line 57:
 
ordermethod = lastedit
 
ordermethod = lastedit
 
</DynamicPageList>
 
</DynamicPageList>
 +
 +
===Example Syntax for Recently Updated===
 
<pre>
 
<pre>
 
<DynamicPageList>
 
<DynamicPageList>
 
namespace = Main
 
namespace = Main
count               = 5
+
count   = 5
order               = ascending
+
order = ascending
 
addfirstcategorydate = ymd
 
addfirstcategorydate = ymd
 
ordermethod = lastedit
 
ordermethod = lastedit
 
</DynamicPageList>
 
</DynamicPageList>
 
</pre>
 
</pre>
|sidebar=
+
 
 +
 
 +
<!-- end col-md-8 -->
 +
</div>
 +
<div class="col-md-1"></div>
 +
<div class="col-md-3 sidebar">
 
{{GetHelp}}
 
{{GetHelp}}
}}
+
 
 +
<!-- end col-md-3-->
 +
</div>
 +
<!-- end row-->
 +
</div>
 +
<!-- end container-->
 +
</div>
 +
<!-- Generator=Template:TwoColumn -->
 +
__NOTOC__
 +
__NOEDITSECTION__
 
[[Category:Mediawiki]]
 
[[Category:Mediawiki]]

Latest revision as of 17:01, 14 August 2017

This extension is replacing Dynamic Article List

Example: Most Popular Academic Statement Pages


Example Syntax for Popularity

<DynamicPageList>
category  = Academic Statement
count    = 5
order   = ascending
mode  = unordered
ordermethod = popularity
</DynamicPageList>

Example: Newly Created


Example Syntax for Newly Created

<DynamicPageList>
namespace = Main
count   = 5
order  = ascending
mode = unordered
ordermethod = created
</DynamicPageList>


Example: Recently Updated


Example Syntax for Recently Updated

<DynamicPageList>
namespace = Main
count   = 5
order  = ascending
addfirstcategorydate = ymd
ordermethod = lastedit
</DynamicPageList>