<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.zaori.org/w/index.php?action=history&amp;feed=atom&amp;title=NestedMenuParser</id>
	<title>NestedMenuParser - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.zaori.org/w/index.php?action=history&amp;feed=atom&amp;title=NestedMenuParser"/>
	<link rel="alternate" type="text/html" href="https://wiki.zaori.org/w/index.php?title=NestedMenuParser&amp;action=history"/>
	<updated>2026-04-19T09:53:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.0-alpha</generator>
	<entry>
		<id>https://wiki.zaori.org/w/index.php?title=NestedMenuParser&amp;diff=1030&amp;oldid=prev</id>
		<title>Apheori: NOTES</title>
		<link rel="alternate" type="text/html" href="https://wiki.zaori.org/w/index.php?title=NestedMenuParser&amp;diff=1030&amp;oldid=prev"/>
		<updated>2014-05-26T22:55:35Z</updated>

		<summary type="html">&lt;p&gt;NOTES&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
div container&lt;br /&gt;
	div portal&lt;br /&gt;
		h3 header&lt;br /&gt;
		div body&lt;br /&gt;
			ul&lt;br /&gt;
				li&lt;br /&gt;
				li&lt;br /&gt;
				li&lt;br /&gt;
	div portal&lt;br /&gt;
		h3 header&lt;br /&gt;
		div body&lt;br /&gt;
			ul&lt;br /&gt;
				li&lt;br /&gt;
				li&lt;br /&gt;
				li&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
div container (not part)&lt;br /&gt;
	ul menu&lt;br /&gt;
		li menuitem&lt;br /&gt;
			span header&lt;br /&gt;
			ul submenu&lt;br /&gt;
				li ...&lt;br /&gt;
		li menuitem&lt;br /&gt;
			span link&lt;br /&gt;
		li menuitem&lt;br /&gt;
			span link&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* SEARCH&lt;br /&gt;
* Navigation&lt;br /&gt;
** mainpage|mainpage-description &lt;br /&gt;
** special:allpages|Page index &lt;br /&gt;
** recentchanges-url|recentchanges &lt;br /&gt;
** randompage-url|randompage &lt;br /&gt;
** special:version|Version information&lt;br /&gt;
* Other wikis&lt;br /&gt;
** compendium-link|Compendium&lt;br /&gt;
** test-link|Test wiki&lt;br /&gt;
** Numbered versions&lt;br /&gt;
*** link|1.19&lt;br /&gt;
*** link|1.21&lt;br /&gt;
*** link|1.22&lt;br /&gt;
* TOOLBOX &lt;br /&gt;
* LANGUAGES&lt;br /&gt;
&lt;br /&gt;
/* parse and print navigation elements as a series of nested lists */&lt;br /&gt;
function renderNavigation ( $navigationData, $nestDepth = 2, $doToolbox = false, $doLanguages = false, $doSearch = false ) {&lt;br /&gt;
	parse data&lt;br /&gt;
	add toolbox, languages, search if needed&lt;br /&gt;
	&lt;br /&gt;
	print data to appropriate nesting level&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
create new block&lt;br /&gt;
$prevline = 0 #indentation level&lt;br /&gt;
foreach line&lt;br /&gt;
	if indent &amp;gt; $prevline &amp;amp;&amp;amp; &amp;lt;= maxdepth&lt;br /&gt;
		new block&lt;br /&gt;
		$lineisstart = true&lt;br /&gt;
		$prevline++&lt;br /&gt;
	if indent &amp;lt; $prevline&lt;br /&gt;
		$prevline--&lt;br /&gt;
		close last block&lt;br /&gt;
	do line&lt;br /&gt;
close block&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Apheori</name></author>
	</entry>
</feed>