User "Krinkle" changed the status of MediaWiki.r98172.

Old Status: reverted
New Status: new

User "Krinkle" also posted a comment on MediaWiki.r98172.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98172#c23257
Commit summary:

adding an obvious alias that is much easier to remember: Prefixindex => Subpages

Comment:

You can put this in your [[Special:Mypage/common.js]] if you like (or, after 
ResourceLoader 2.0 is deployed in MediaWiki 1.19, enabled it as a global 
gadget):

I've put this on all wikis I am active on. Not for memorability, but because I 
hate to type it in the address bar.

<source lang="javascript">
mw.util.addPortletLink('p-tb', 
mw.util.wikiGetlink('Special:Prefixindex/'+mw.config.get('wgPageName')), 
'Prefixindex', 'tb-prefixindex');
</source>

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to