Difference between revisions of "Dynamic Page List - Mediawiki"

From Help Wiki
m
m (subst applied to Template:TwoColumn)
 
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 65: Line 68:
 
</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>