on mediawiki mainpage i want to remove toolbox,recent changes tab and logo also on the static page.where can i do those changes. please replay soon.
yes you can remove it and just changes in css.
On Wed, Aug 22, 2012 at 4:01 PM, swathi reddy swathireddy460@gmail.comwrote:
on mediawiki mainpage i want to remove toolbox,recent changes tab and logo also on the static page.where can i do those changes. please replay soon.
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Easiest way is probably by CSS, --> MediaWiki:Common.css
Find the respective ids in the HTML-code, ie. id="p-tb" for toolbox and write in MediaWiki:Common.css: #p-tb {display: none;} If you want to hide it only on mainpage it is a little more trickier:
In the HTML-code, each <body> Tag contains a range of classes, one of which identifies the respective page, perhaps: "page-mainpage". In this case you write in MediaWiki:Common.css: .page-mainpage #p-tb {display: none;}
You can do the same for p-logo, n-recentchanges, etc.
Best
Bernhard
-----Ursprüngliche Nachricht----- Von: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] Im Auftrag von swathi reddy Gesendet: Mittwoch, 22. August 2012 12:31 An: mediawiki-l@lists.wikimedia.org Betreff: Re: [MediaWiki-l] Changes on main page
on mediawiki mainpage i want to remove toolbox,recent changes tab and logo also on the static page.where can i do those changes. please replay soon.
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Is there any method to read out the creation date of a page in the Wiki-code? Something like Magic words...
Best
Bernhard
there is no method to read ,only creating url is there
On Wed, Aug 22, 2012 at 4:59 PM, Scheid, Bernhard < Bernhard.Scheid@oeaw.ac.at> wrote:
Is there any method to read out the creation date of a page in the Wiki-code? Something like Magic words...
Best
Bernhard
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Use the ExternalData extension
Query the page with an API call for the data. I use it to pull the last revision timestamp on several pages used on a chart, compare them, then extract the latest date as a chart revised on date.
Tom
On Aug 22, 2012, at 6:36 PM, Platonides Platonides@gmail.com wrote:
On 22/08/12 13:29, Scheid, Bernhard wrote:
Is there any method to read out the creation date of a page in the Wiki-code? Something like Magic words...
Best
Bernhard
No, althoguh there's probably some extension providing that.
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Thank you both Tom and Platonides. Too troublesome in the moment. I just would like to inform the reader: "This page has been accessed xxx times since xx-xx-xx" in the footer...
Nevertheless, it would be nice to have magic words like {{PAGECREATIONDAY}}, etc. don't you think so?
-----Ursprüngliche Nachricht----- Von: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] Im Auftrag von Tom Gesendet: Donnerstag, 23. August 2012 11:50 An: MediaWiki announcements and site admin list Betreff: Re: [MediaWiki-l] read out page creation
Use the ExternalData extension
Query the page with an API call for the data. I use it to pull the last revision timestamp on several pages used on a chart, compare them, then extract the latest date as a chart revised on date.
Tom
On Aug 22, 2012, at 6:36 PM, Platonides Platonides@gmail.com wrote:
On 22/08/12 13:29, Scheid, Bernhard wrote:
Is there any method to read out the creation date of a page in the Wiki-code? Something like Magic words...
Best
Bernhard
No, althoguh there's probably some extension providing that.
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Nevertheless, it would be nice to have magic words like {{PAGECREATIONDAY}}, etc. don't you think so?
http://semantic-mediawiki.org/wiki/Help:Special_property_Creation_date might give you some pointers.
hth Frank
it's possible to the wiki page is different looking.like admin want to have all statics(edit,upload files my watched list all statices in wiki) that users no need to see all,they want see only information ,main page ,edit is it possible to do like that
On Thu, Aug 23, 2012 at 5:06 PM, Frank Ralf Frank.Ralf@gmx.net wrote:
Nevertheless, it would be nice to have magic words like
{{PAGECREATIONDAY}}, etc. don't you think so?
http://semantic-mediawiki.org/wiki/Help:Special_property_Creation_datemight give you some pointers.
hth Frank
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org