Hi,
I'm trying to define a magic word returning the lastModified date, but I'm stuck. My first attempt was:
$wgUser->getSkin()->lastModified()
but it seems $wgArticle (used by lastModified) is not defined at the point the magic word is processed. Is there a simple way to get that date?
Javier
I'm trying to define a magic word returning the lastModified date, but I'm stuck. My first attempt was:
As usual -- a day trying to find a predefined magic word, and I found it a few minutes after sending a question: {{REVISIONDAY}} and the like.
Javier
mediawiki-l@lists.wikimedia.org