Controlling output order: Difference between revisions

Content added Content deleted
No edit summary
(Added reference and clarified.)
Line 39: Line 39:


;''categoryadd'': outputs list based on most recent addition to the first category (requires to include one category and one only using 'category' parameter)
;''categoryadd'': outputs list based on most recent addition to the first category (requires to include one category and one only using 'category' parameter)
;''counter'': outputs list based on the number of times the page has been viewed (by ~popularity) : '''Attention:''' Requires the [https://www.mediawiki.org/wiki/Extension:HitCounters HitCounter Extension] since for wikis that upgraded to Mediawiki 1.25.0 and higher as the counter feature was removed [https://www.mediawiki.org/wiki/Manual:$wgDisableCounters].
;''counter'': outputs list based on the number of times the page has been viewed (by ~popularity) : '''Attention:''' Requires the [https://www.mediawiki.org/wiki/Extension:HitCounters HitCounter Extension] for wikis on MediaWiki 1.25.0 or higher since the counter feature was removed<ref>[https://www.mediawiki.org/wiki/Manual:$wgDisableCounters Manual:$wgDisableCounters]</ref>.
;''size'': outputs list based on the size of the article (bytes of wiki text)
;''size'': outputs list based on the size of the article (bytes of wiki text)
;''firstedit'': outputs list based on first edit to the pages (creation)
;''firstedit'': outputs list based on first edit to the pages (creation)
Line 121: Line 121:


For case insensitivity during the ''selection'' of articles, see [[ignorecase]].
For case insensitivity during the ''selection'' of articles, see [[ignorecase]].

==References==
<references />