Topic on Project:Support desk

Show 'Last Updated by' and 'Last updated at' values in my theme

6
Nasirkhan (talkcontribs)

Hi, I am developing a new theme for mediawiki. I want to show the values of 'Last Updated by' and 'Last updated at' values in my theme. I could not find any doc related to these. Can you please help me to find this?

This post was posted by Nasirkhan, but signed as Nasir8891.

FriedhelmW (talkcontribs)
FriedhelmW (talkcontribs)
Florianschmidtwelzow (talkcontribs)

If you develope a skin you can use BaseTemplate::getFooterLinks() to get an array of footer links including ['info']['lastmod'], or, if you just need the last modified data, you can use $this->data[ 'lastmod' ];.

88.130.65.222 (talkcontribs)

Doesn't Vector show these dates? At least one of them? Just take the code from there!

Nasirkhan (talkcontribs)

thank u all for your help. :)

This post was posted by Nasirkhan, but signed as Nasir8891.

Reply to "Show 'Last Updated by' and 'Last updated at' values in my theme"