Controlling output order: Difference between revisions

Content added Content deleted
(→‎ordermethod: missing line break between counter and note added)
No edit summary
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) <br />'''Attention:''' does not work since Mediawiki 1.25.0, 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] 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].
;''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)