Wikis using jquery.makeCollapsible edit

The following wikis have a copied version of the to-be-deployed jquery.makeCollapsible in testing locally. They should be deleted and the include-line from Common.js removed as soon as it's live:

Krinkletalk 23:29, 26 February 2011 (UTC)Reply

JQuery-makeCollapsible.js (view=co)
/* http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/resources/jquery/jquery.makeCollapsible.js?view=co&revision=90851&content-type=text%2Fplain */

COPY_FROM_SVN_URL_HERE

// Remove when deployed
// http://translatewiki.net/wiki/MediaWiki:Collapsible-collapse/LANG & http://translatewiki.net/wiki/MediaWiki:Collapsible-expand/LANG
mw.messages.set({"collapsible-collapse":"COPY_FROM_TRANSLATEWIKI","collapsible-expand":"COPY_FROM_TRANSLATEWIKI"});
$(document).ready(function(){
 $('.mw-collapsible').makeCollapsible();
});
JQuery-makeCollapsible.css (view=co)
/* http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/resources/jquery/jquery.makeCollapsible.css?view=co&revision=90851&content-type=text%2Fplain */

COPY_FROM_SVN_URL_HERE
Common.js
// makeCollapsible
importStylesheet('MediaWiki:JQuery-makeCollapsible.css');
importScript('MediaWiki:JQuery-makeCollapsible.js');

Automated script updates edit

Hi!

You may be interested in using a script like the following during your Tour de Wikí. Best regards, Helder 01:58, 2 March 2011 (UTC)

Moved it to User:Krinkle/1-17-allwikis/jsUpdater.js. Thanks, –Krinkletalk 20:54, 12 March 2011 (UTC)Reply
I'd like to note that all WMF wikis are under the same domain on the secure server. This make it simpler to write a central JavaScript variable checker using an iframe. Dispenser 16:34, 22 April 2011 (UTC)Reply

Indication of collapsed/expandable status edit

Moved to MediaWiki.orgKrinkletalk 20:22, 6 July 2011 (UTC)Reply

Global page history edit

I think this tool may be useful. Helder 12:07, 21 October 2011 (UTC)

Thanks, very useful indeed! –Krinkletalk 21:07, 30 October 2011 (UTC)Reply

Wiki Project about Obsolete JavaScript edit

FYI: w:de:Wikipedia:Technik/Skin/JS/Obsolet might be useful. Helder 03:25, 12 July 2015 (UTC)Reply

Return to the user page of "Krinkle/Le Tour de Wikí".