different sort and display date
<DPL>
category = Article
ordermethod = lastedit
order = descending
addeditdate = true
userdateformat = d F Y
format = {|\n,|-\n| %DATE%: || || [[%PAGE%]]\n,,\n|}
</DPL>
}}
This works great, but I would like to show also the date on which the article was created.
Apparently %DATE%
depends on what is specified in ordermethod
though.
Is there any way to accomplish what I want?
- Sort by last edited
- show 2 dates in output: article_created (firstedit), article_updated (lastedit)