<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.geministation.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-dropdown.js</id>
	<title>MediaWiki:Gadget-dropdown.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.geministation.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-dropdown.js"/>
	<link rel="alternate" type="text/html" href="https://wiki.geministation.com/index.php?title=MediaWiki:Gadget-dropdown.js&amp;action=history"/>
	<updated>2026-06-04T09:01:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.geministation.com/index.php?title=MediaWiki:Gadget-dropdown.js&amp;diff=2414&amp;oldid=prev</id>
		<title>Banri: Created page with &quot;/* add various useful links to the &quot;More&quot; dropdown menu*/ $( function () { 	var conf = mw.config.get([ 		&#039;wgPageName&#039;, 		&#039;wgNamespaceNumber&#039;, 		&#039;wgArticlePath&#039;     ])...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.geministation.com/index.php?title=MediaWiki:Gadget-dropdown.js&amp;diff=2414&amp;oldid=prev"/>
		<updated>2020-03-07T19:48:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;add various useful links to the &amp;quot;More&amp;quot; dropdown menu: &lt;/span&gt; $( function () { 	var conf = mw.config.get([ 		&amp;#039;wgPageName&amp;#039;, 		&amp;#039;wgNamespaceNumber&amp;#039;, 		&amp;#039;wgArticlePath&amp;#039;     ])...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* add various useful links to the &amp;quot;More&amp;quot; dropdown menu*/&lt;br /&gt;
$( function () {&lt;br /&gt;
	var conf = mw.config.get([&lt;br /&gt;
		&amp;#039;wgPageName&amp;#039;,&lt;br /&gt;
		&amp;#039;wgNamespaceNumber&amp;#039;,&lt;br /&gt;
		&amp;#039;wgArticlePath&amp;#039;&lt;br /&gt;
    ])&lt;br /&gt;
    &lt;br /&gt;
    if (conf.wgNamespaceNumber === -1) {&lt;br /&gt;
    	return; // don&amp;#039;t run on special pages&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
	// link to the most recent diff à la Twinkle&lt;br /&gt;
	mw.util.addPortletLink(&lt;br /&gt;
		&amp;#039;p-cactions&amp;#039;,&lt;br /&gt;
		conf.wgArticlePath.replace(&amp;#039;$1&amp;#039;, encodeURIComponent(conf.wgPageName) + &amp;#039;?diff=cur&amp;#039;),&lt;br /&gt;
		&amp;#039;Last&amp;#039;,&lt;br /&gt;
		&amp;#039;ca-diff&amp;#039;,&lt;br /&gt;
		&amp;#039;Show most recent diff&amp;#039;&lt;br /&gt;
	);&lt;br /&gt;
&lt;br /&gt;
	// link to subpages of the current page&lt;br /&gt;
	mw.util.addPortletLink(&lt;br /&gt;
		&amp;#039;p-cactions&amp;#039;,&lt;br /&gt;
		conf.wgArticlePath.replace(&amp;#039;$1&amp;#039;, &amp;#039;Special:PrefixIndex/&amp;#039; + encodeURIComponent(conf.wgPageName) + &amp;#039;/&amp;#039;),&lt;br /&gt;
		&amp;#039;Subpages&amp;#039;,&lt;br /&gt;
		&amp;#039;ca-subpages&amp;#039;,&lt;br /&gt;
		&amp;#039;List this page\&amp;#039;s subpages&amp;#039;&lt;br /&gt;
	);&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>Banri</name></author>
	</entry>
</feed>