<?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%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3AApiDoc</id>
	<title>Модуль:ApiDoc - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.iccup.org/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3AApiDoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.iccup.org/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:ApiDoc&amp;action=history"/>
	<updated>2026-05-31T10:59:00Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.iccup.org/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:ApiDoc&amp;diff=150&amp;oldid=prev</id>
		<title>DarkMuse: Новая страница: «local ApiDoc = {}  --- Checks if the current page is a documentation page. --- A documentation page is identified by having &quot;/doc&quot; in its title. --- @return boolean True if the current page is a documentation page, otherwise false. function ApiDoc.isDocPage()     local pagename = mw.title.getCurrentTitle().text     return string.find(pagename, &#039;/doc&#039;) end  return ApiDoc»</title>
		<link rel="alternate" type="text/html" href="https://wiki.iccup.org/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:ApiDoc&amp;diff=150&amp;oldid=prev"/>
		<updated>2024-08-31T15:47:43Z</updated>

		<summary type="html">&lt;p&gt;Новая страница: «local ApiDoc = {}  --- Checks if the current page is a documentation page. --- A documentation page is identified by having &amp;quot;/doc&amp;quot; in its title. --- @return boolean True if the current page is a documentation page, otherwise false. function ApiDoc.isDocPage()     local pagename = mw.title.getCurrentTitle().text     return string.find(pagename, &amp;#039;/doc&amp;#039;) end  return ApiDoc»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local ApiDoc = {}&lt;br /&gt;
&lt;br /&gt;
--- Checks if the current page is a documentation page.&lt;br /&gt;
--- A documentation page is identified by having &amp;quot;/doc&amp;quot; in its title.&lt;br /&gt;
--- @return boolean True if the current page is a documentation page, otherwise false.&lt;br /&gt;
function ApiDoc.isDocPage()&lt;br /&gt;
    local pagename = mw.title.getCurrentTitle().text&lt;br /&gt;
    return string.find(pagename, &amp;#039;/doc&amp;#039;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return ApiDoc&lt;/div&gt;</summary>
		<author><name>DarkMuse</name></author>
	</entry>
</feed>