<?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%2FAdd_LI_menu</id>
	<title>MyWiki:WikiProject User scripts/Scripts/Add LI menu - 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%2FAdd_LI_menu"/>
	<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=MyWiki:WikiProject_User_scripts/Scripts/Add_LI_menu&amp;action=history"/>
	<updated>2026-04-22T15:20:45Z</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/Add_LI_menu&amp;diff=7791156&amp;oldid=prev</id>
		<title>imported&gt;WOSlinker: WOSlinker changed the content model of the page Wikipedia:WikiProject User scripts/Scripts/Add LI menu from &quot;wikitext&quot; to &quot;JavaScript&quot;</title>
		<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=MyWiki:WikiProject_User_scripts/Scripts/Add_LI_menu&amp;diff=7791156&amp;oldid=prev"/>
		<updated>2021-02-07T14:55:57Z</updated>

		<summary type="html">&lt;p&gt;WOSlinker changed the content model of the page &lt;a href=&quot;https://en.wikipedia.org/wiki/WikiProject_User_scripts/Scripts/Add_LI_menu&quot; class=&quot;extiw&quot; title=&quot;wikipedia:WikiProject User scripts/Scripts/Add LI menu&quot;&gt;Wikipedia:WikiProject User scripts/Scripts/Add LI menu&lt;/a&gt; from &amp;quot;wikitext&amp;quot; to &amp;quot;JavaScript&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;// The CSS for this to work is on the talk page.&lt;br /&gt;
// &amp;lt;syntaxhighlight lang=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
function addlimenu(tabs, name, id, href, position) {&lt;br /&gt;
    var na, mn;&lt;br /&gt;
    var li;&lt;br /&gt;
&lt;br /&gt;
    if (!id)  id = name;&lt;br /&gt;
    if (!href) href = &amp;#039;#&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
    na = document.createElement(&amp;quot;a&amp;quot;);&lt;br /&gt;
    na.appendChild(document.createTextNode(name));&lt;br /&gt;
    na.href = href;&lt;br /&gt;
    mn = document.createElement(&amp;quot;ul&amp;quot;);&lt;br /&gt;
    li = document.createElement(&amp;quot;li&amp;quot;);&lt;br /&gt;
    li.appendChild(na);&lt;br /&gt;
    li.appendChild(mn);&lt;br /&gt;
    if (id) li.id = id;&lt;br /&gt;
    li.className = &amp;#039;tabmenu&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
    if (position) {&lt;br /&gt;
        tabs.insertBefore(li, position);&lt;br /&gt;
    } else {&lt;br /&gt;
        tabs.appendChild(li);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    return mn;  // useful because it gives us the &amp;lt;ul&amp;gt; to add &amp;lt;li&amp;gt;s to&lt;br /&gt;
}&lt;br /&gt;
// &amp;lt;/syntaxhighlight&amp;gt;[[Category:Wikipedia scripts]]&lt;/div&gt;</summary>
		<author><name>imported&gt;WOSlinker</name></author>
	</entry>
</feed>