<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://wiki.iccup.org/index.php?action=history&amp;feed=atom&amp;title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%3ANavplate%2Fdoc</id>
	<title>Шаблон:Navplate/doc - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.iccup.org/index.php?action=history&amp;feed=atom&amp;title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%3ANavplate%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.iccup.org/index.php?title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:Navplate/doc&amp;action=history"/>
	<updated>2026-06-01T15:31:53Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.iccup.org/index.php?title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:Navplate/doc&amp;diff=147&amp;oldid=prev</id>
		<title>DarkMuse: Новая страница: «{{Documentation}}  {{t|navplate}} allows a navigational template to be set up relatively quickly by supplying it with one or more lists of links, similar to navigational templates used on other wikis.  == Usage == Please remove the parameters that are left blank.  &lt;pre&gt; {{Navplate |subtitle =  |title =   |label1 =  |list1 =   |label2 =  |list2 =   |label3 =  |list3 =  }} &lt;/pre&gt;  == Parameter list == ;&lt;code&gt;subtitle&lt;/code&gt; :Subtitle text above the title, it s...»</title>
		<link rel="alternate" type="text/html" href="https://wiki.iccup.org/index.php?title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:Navplate/doc&amp;diff=147&amp;oldid=prev"/>
		<updated>2024-08-31T15:39:53Z</updated>

		<summary type="html">&lt;p&gt;Новая страница: «{{Documentation}}  {{t|navplate}} allows a navigational template to be set up relatively quickly by supplying it with one or more lists of links, similar to navigational templates used on other wikis.  == Usage == Please remove the parameters that are left blank.  &amp;lt;pre&amp;gt; {{Navplate |subtitle =  |title =   |label1 =  |list1 =   |label2 =  |list2 =   |label3 =  |list3 =  }} &amp;lt;/pre&amp;gt;  == Parameter list == ;&amp;lt;code&amp;gt;subtitle&amp;lt;/code&amp;gt; :Subtitle text above the title, it s...»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation}}&lt;br /&gt;
&lt;br /&gt;
{{t|navplate}} allows a navigational template to be set up relatively quickly by supplying it with one or more lists of links, similar to navigational templates used on other wikis.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Please remove the parameters that are left blank.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Navplate&lt;br /&gt;
|subtitle = &lt;br /&gt;
|title = &lt;br /&gt;
&lt;br /&gt;
|label1 = &lt;br /&gt;
|list1 = &lt;br /&gt;
&lt;br /&gt;
|label2 = &lt;br /&gt;
|list2 = &lt;br /&gt;
&lt;br /&gt;
|label3 = &lt;br /&gt;
|list3 = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameter list ==&lt;br /&gt;
;&amp;lt;code&amp;gt;subtitle&amp;lt;/code&amp;gt;&lt;br /&gt;
:Subtitle text above the title, it should be connected to the title&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
:Title of the subject (wikilink is optional)&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;code&amp;gt;label&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:Label text for the list&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;code&amp;gt;list&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:Text listing wikilinks&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;code&amp;gt;header&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:Group header text&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;code&amp;gt;id&amp;lt;/code&amp;gt;&lt;br /&gt;
:ID used for HTML, mostly used in template&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{Navplate&lt;br /&gt;
|id=test&lt;br /&gt;
|subtitle=List of&lt;br /&gt;
|title=Title&lt;br /&gt;
|header1 = Header 1&lt;br /&gt;
|label2 = Label 1&lt;br /&gt;
|list2 = [[Item 1]][[Item 2]]&lt;br /&gt;
|label3 = Label 2&lt;br /&gt;
|list3 = [[Item 1]][[Item 2]]&lt;br /&gt;
|header4 = Header 2&lt;br /&gt;
|label5 = Label 3&lt;br /&gt;
|list5 = [[Item 1]][[Item 2]]&lt;br /&gt;
|label6 = Label 4&lt;br /&gt;
|list6 = [[Item 1]][[Item 2]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
gives&lt;br /&gt;
&lt;br /&gt;
{{Navplate&lt;br /&gt;
|id=test&lt;br /&gt;
|subtitle=List of&lt;br /&gt;
|title=Title&lt;br /&gt;
|header1 = Header 1&lt;br /&gt;
|label2 = Label 1&lt;br /&gt;
|list2 = [[Item 1]][[Item 2]]&lt;br /&gt;
|label3 = Label 2&lt;br /&gt;
|list3 = [[Item 1]][[Item 2]]&lt;br /&gt;
|header4 = Header 2&lt;br /&gt;
|label5 = Label 3&lt;br /&gt;
|list5 = [[Item 1]][[Item 2]]&lt;br /&gt;
|label6 = Label 4&lt;br /&gt;
|list6 = [[Item 1]][[Item 2]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;title&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Title&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Title of the subject (wikilink is optional)&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;[[Map]]s&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;unknown&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;id&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;ID&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;ID used for HTML&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;subtitle&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Subtitle&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Subtitle text above the title, it should be connected to the title&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;List of&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Creates a navigational box for links to other pages.&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;subtitle&amp;quot;,&lt;br /&gt;
		&amp;quot;title&amp;quot;,&lt;br /&gt;
		&amp;quot;id&amp;quot;&lt;br /&gt;
	],&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;block&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Template categories go here --&amp;gt;&lt;br /&gt;
[[Category:Navplates]]&lt;br /&gt;
[[Category:iCCup templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>DarkMuse</name></author>
	</entry>
</feed>