<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl">
	<id>http://4strona.duckdns.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Modu%C5%82%3ADocumentation%2Fdoc</id>
	<title>Moduł:Documentation/doc - Historia wersji</title>
	<link rel="self" type="application/atom+xml" href="http://4strona.duckdns.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Modu%C5%82%3ADocumentation%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Documentation/doc&amp;action=history"/>
	<updated>2026-07-30T14:28:59Z</updated>
	<subtitle>Historia wersji tej strony wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Documentation/doc&amp;diff=171&amp;oldid=prev</id>
		<title>Fuhrer: 1 wersja</title>
		<link rel="alternate" type="text/html" href="http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Documentation/doc&amp;diff=171&amp;oldid=prev"/>
		<updated>2026-07-24T10:04:25Z</updated>

		<summary type="html">&lt;p&gt;1 wersja&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;pl&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← poprzednia wersja&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Wersja z 10:04, 24 lip 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;pl&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Brak różnic)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key 3strona_wiki:diff:1.41:old-170:rev-171 --&gt;
&lt;/table&gt;</summary>
		<author><name>Fuhrer</name></author>
	</entry>
	<entry>
		<id>http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Documentation/doc&amp;diff=170&amp;oldid=prev</id>
		<title>mediawiki&gt;Clump: Reverted edits by ~2026-15895-31 (talk) to last version by Clump</title>
		<link rel="alternate" type="text/html" href="http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Documentation/doc&amp;diff=170&amp;oldid=prev"/>
		<updated>2026-03-13T11:05:30Z</updated>

		<summary type="html">&lt;p&gt;Reverted edits by &lt;a href=&quot;/wiki/Specjalna:Wk%C5%82ad/~2026-15895-31&quot; title=&quot;Specjalna:Wkład/~2026-15895-31&quot;&gt;~2026-15895-31&lt;/a&gt; (&lt;a href=&quot;/wiki/index.php?title=Dyskusja_u%C5%BCytkownika:~2026-15895-31&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Dyskusja użytkownika:~2026-15895-31 (strona nie istnieje)&quot;&gt;talk&lt;/a&gt;) to last version by Clump&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nowa strona&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Module rating|release}}&lt;br /&gt;
&amp;lt;!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --&amp;gt;&lt;br /&gt;
{{Lua|Module:Documentation/config|Module:Documentation/i18n|Module:Arguments|Module:Message box|Module:Module wikitext|Module:TNT}}&lt;br /&gt;
{{Uses TemplateStyles|Module:Documentation/styles.css}}&lt;br /&gt;
{{Uses TNT|Documentation}}&lt;br /&gt;
This [[module]] displays a blue box containing documentation for [[Special:MyLanguage/Help:templates|templates]], [[Special:MyLanguage/Lua scripting|Lua modules]], or other pages. The {{tlx|documentation}} template invokes it.&lt;br /&gt;
&lt;br /&gt;
== Normal usage ==&lt;br /&gt;
&lt;br /&gt;
For most uses, you should use the {{tlx|documentation}} template; please see that template&amp;#039;s page for its usage instructions and parameters.&lt;br /&gt;
&lt;br /&gt;
== Use in other modules ==&lt;br /&gt;
&lt;br /&gt;
To use this module from another Lua module, first load it with &amp;lt;code&amp;gt;require&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local documentation = require(&amp;#039;Module:Documentation&amp;#039;).main&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you can simply call it using a table of arguments.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
documentation{content = &amp;#039;Some documentation&amp;#039;, [&amp;#039;link box&amp;#039;] = &amp;#039;My custom link box&amp;#039;}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to the [[Template:Documentation/doc|template documentation]] for usage instructions and a list of parameters.&lt;br /&gt;
&lt;br /&gt;
== Porting to other wikis ==&lt;br /&gt;
&lt;br /&gt;
The module has a configuration file at [[Module:Documentation/config]] which is intended to allow easy translation and porting to other wikis. Please see the code comments in the config page for instructions. &lt;br /&gt;
&lt;br /&gt;
To display Module documentation on the Module&amp;#039;s page itself, you should create [[MediaWiki:Scribunto-doc-page-show]] accordingly. (See also [[Extension:Scribunto/Lua reference manual#Module documentation]])&lt;br /&gt;
&lt;br /&gt;
If you have any questions, or you need a feature which is not currently implemented, please leave a message at [[Template talk:Documentation]] to get the attention of a developer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Modules{{#translation:}}]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Module documentation pages{{#translation:}}]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>mediawiki&gt;Clump</name></author>
	</entry>
</feed>