Controlling output order: Difference between revisions

m
no edit summary
imported>FrozenPlum
m (Adjust the example, since it suggested order only applied to "most recent" and "least recent" in terms of "addeditdate" when it also applies to things like "title" but doesn't work alone for this, ordermethod=title is required if the selection criteria not based on title)
imported>FrozenPlum
mNo edit summary
Line 43:
;''firstedit'': outputs list based on first edit to the pages (creation)
;''lastedit'': outputs list based on most recent edit to the pages
;''pagetouched'': outputs list based on 'page_touched' timestamp. Read comment on <code>page_touched</code> field in [[mw:Page_table|Page_table]] to see the difference from most recent edit by an author.
;''pagesel'': outputs list based on the names of the reference pages which are used in the selection of a <code>linksfrom</code> or <code>linksto</code> statement. ''pagesel'' only makes sense if there is more than one page mentioned in the <code>linksfrom</code> or <code>linksto</code> condition.
;''title'': outputs list sorted by article (prefix +) title
Anonymous user