<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.ilovefreegle.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WikiSysop</id>
	<title>Freegle Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ilovefreegle.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WikiSysop"/>
	<link rel="alternate" type="text/html" href="https://wiki.ilovefreegle.org/Special:Contributions/WikiSysop"/>
	<updated>2026-05-25T08:45:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.ilovefreegle.org/index.php?title=MediaWiki:Common.js&amp;diff=55479</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://wiki.ilovefreegle.org/index.php?title=MediaWiki:Common.js&amp;diff=55479"/>
		<updated>2025-10-06T09:29:25Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Update Common.js for MediaWiki 1.43 compatibility - replace deprecated hasClass/addHandler functions with modern mw-collapsible&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
&lt;br /&gt;
/** Collapsible tables *********************************************************&lt;br /&gt;
 *&lt;br /&gt;
 *  Description: Modern collapsible tables using MediaWiki&#039;s built-in functionality&lt;br /&gt;
 *  Updated for MediaWiki 1.43+ compatibility&lt;br /&gt;
 *&lt;br /&gt;
 *  Note: MediaWiki 1.43 provides native collapsible table support via the&lt;br /&gt;
 *  &amp;quot;mw-collapsible&amp;quot; class. The old custom implementation has been removed&lt;br /&gt;
 *  as it relied on deprecated functions (hasClass, addHandler, killEvt).&lt;br /&gt;
 *&lt;br /&gt;
 *  To use collapsible tables, simply add the &amp;quot;mw-collapsible&amp;quot; class to your table:&lt;br /&gt;
 *  {| class=&amp;quot;wikitable mw-collapsible&amp;quot;&lt;br /&gt;
 *&lt;br /&gt;
 *  For tables that start collapsed, add &amp;quot;mw-collapsed&amp;quot;:&lt;br /&gt;
 *  {| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
// Initialize collapsible elements on page load&lt;br /&gt;
// MediaWiki&#039;s jquery.makeCollapsible module handles this automatically&lt;br /&gt;
// for elements with the mw-collapsible class&lt;br /&gt;
mw.hook( &#039;wikipage.content&#039; ).add( function( $content ) {&lt;br /&gt;
    // Backwards compatibility: convert old &amp;quot;collapsible&amp;quot; class to &amp;quot;mw-collapsible&amp;quot;&lt;br /&gt;
    $content.find( &#039;table.collapsible&#039; ).each( function() {&lt;br /&gt;
        var $table = $( this );&lt;br /&gt;
&lt;br /&gt;
        // Add the modern class&lt;br /&gt;
        $table.addClass( &#039;mw-collapsible&#039; );&lt;br /&gt;
&lt;br /&gt;
        // If it had the old &amp;quot;collapsed&amp;quot; class, use the modern equivalent&lt;br /&gt;
        if ( $table.hasClass( &#039;collapsed&#039; ) ) {&lt;br /&gt;
            $table.addClass( &#039;mw-collapsed&#039; );&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        // Handle autocollapse&lt;br /&gt;
        if ( $table.hasClass( &#039;autocollapse&#039; ) ) {&lt;br /&gt;
            // Count how many collapsible tables exist&lt;br /&gt;
            var collapsibleCount = $content.find( &#039;table.mw-collapsible&#039; ).length;&lt;br /&gt;
            if ( collapsibleCount &amp;gt;= 2 ) {&lt;br /&gt;
                $table.addClass( &#039;mw-collapsed&#039; );&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    } );&lt;br /&gt;
} );&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>https://wiki.ilovefreegle.org/index.php?title=File:Disclaimer.gif&amp;diff=605</id>
		<title>File:Disclaimer.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.ilovefreegle.org/index.php?title=File:Disclaimer.gif&amp;diff=605"/>
		<updated>2010-03-04T15:55:05Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Disclaimer and Privacy/Safety notice with Freegle logo (478px × 172px)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Disclaimer and Privacy/Safety notice with Freegle logo (478px × 172px)&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>