<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=MyWiki%3AWikiProject_User_scripts%2FScripts%2FLogs_link</id>
	<title>MyWiki:WikiProject User scripts/Scripts/Logs link - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=MyWiki%3AWikiProject_User_scripts%2FScripts%2FLogs_link"/>
	<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=MyWiki:WikiProject_User_scripts/Scripts/Logs_link&amp;action=history"/>
	<updated>2026-04-22T15:28:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>http://70.231.62.181/index.php?title=MyWiki:WikiProject_User_scripts/Scripts/Logs_link&amp;diff=11096350&amp;oldid=prev</id>
		<title>imported&gt;SD0001: addPortletLink -&gt; mw.util.addPortletLink</title>
		<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=MyWiki:WikiProject_User_scripts/Scripts/Logs_link&amp;diff=11096350&amp;oldid=prev"/>
		<updated>2025-09-17T14:40:53Z</updated>

		<summary type="html">&lt;p&gt;addPortletLink -&amp;gt; mw.util.addPortletLink&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;// from [http://en.wikipedia.org/w/index.php?title=User:Thebainer/monobook.js&amp;amp;oldid=32546177 User:Thebainer/monobook.js]&lt;br /&gt;
&lt;br /&gt;
// adds a &amp;#039;logs for this page&amp;#039; link to the toolbox bar&lt;br /&gt;
// if the page is a special page, then no link is displayed&lt;br /&gt;
&lt;br /&gt;
$.when($.ready, mw.loader.using(&amp;#039;mediawiki.util&amp;#039;)).then(function () {&lt;br /&gt;
    if ( mw.config.get(&amp;#039;wgCanonicalNamespace&amp;#039;) == &amp;quot;Special&amp;quot; )&lt;br /&gt;
        return;  // don&amp;#039;t display link for special pages&lt;br /&gt;
&lt;br /&gt;
    url = mw.config.get(&amp;#039;wgServer&amp;#039;) + &amp;quot;/w/index.php?title=Special:Log&amp;amp;page=&amp;quot; + encodeURIComponent(mw.config.get(&amp;#039;wgPageName&amp;#039;));&lt;br /&gt;
&lt;br /&gt;
    mw.util.addPortletLink(&amp;quot;p-tb&amp;quot;, url, &amp;quot;Page logs&amp;quot;, &amp;quot;pt-logs&amp;quot;);&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>imported&gt;SD0001</name></author>
	</entry>
</feed>