<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="rue">
	<id>https://wiki.kocky.cc/w/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3AScribuntoUnit%2Fconfig</id>
	<title>Модуль:ScribuntoUnit/config - Історія едітовань</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kocky.cc/w/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3AScribuntoUnit%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:ScribuntoUnit/config&amp;action=history"/>
	<updated>2026-04-04T02:34:40Z</updated>
	<subtitle>Історія едітовань той сторінкы на вікі</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:ScribuntoUnit/config&amp;diff=114&amp;oldid=prev</id>
		<title>Бетярь: 1 ревізія: Module:Common from StarCitizenTools</title>
		<link rel="alternate" type="text/html" href="https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:ScribuntoUnit/config&amp;diff=114&amp;oldid=prev"/>
		<updated>2023-10-18T00:53:17Z</updated>

		<summary type="html">&lt;p&gt;1 ревізія: Module:Common from StarCitizenTools&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&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;rue&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Старша верзія&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Ревізія 02:53, 18 октовбра 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key wiki:diff::1.12:old-113:rev-114 --&gt;
&lt;/table&gt;</summary>
		<author><name>Бетярь</name></author>
	</entry>
	<entry>
		<id>https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:ScribuntoUnit/config&amp;diff=113&amp;oldid=prev</id>
		<title>starcitizen&gt;Alistair3149 в 05:44, 1 юнія 2023</title>
		<link rel="alternate" type="text/html" href="https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:ScribuntoUnit/config&amp;diff=113&amp;oldid=prev"/>
		<updated>2023-06-01T05:44:29Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Нова сторінка&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- The cfg table, created by this module, contains all localisable strings and&lt;br /&gt;
-- configuration, to make it easier to port this module to another wiki.&lt;br /&gt;
local cfg = {} -- Do not edit this line.&lt;br /&gt;
&lt;br /&gt;
-- The successIndicator and failureIndicator are in the first column of the&lt;br /&gt;
-- wikitable produced as output and indicate whether the test passed.  These two&lt;br /&gt;
-- strings are preprocessed by frame.preprocess.&lt;br /&gt;
-- successIndicator: if the test passes&lt;br /&gt;
-- failureIndicator: if the test fails&lt;br /&gt;
cfg.successIndicator = &amp;quot;👌&amp;quot;&lt;br /&gt;
cfg.failureIndicator = &amp;quot;🖕&amp;quot;&lt;br /&gt;
&lt;br /&gt;
-- The names of the columns Name, Expected and Actual (the other three columns,&lt;br /&gt;
-- in this order)&lt;br /&gt;
cfg.nameString = &amp;quot;Name&amp;quot;&lt;br /&gt;
cfg.expectedString = &amp;quot;Expected&amp;quot;&lt;br /&gt;
cfg.actualString = &amp;quot;Actual&amp;quot;&lt;br /&gt;
&lt;br /&gt;
-- The string at the top used to indicate all tests passed.&lt;br /&gt;
cfg.successSummary = &amp;quot;All tests passed.&amp;quot;&lt;br /&gt;
-- The string at the top used to indicate one or more tests failed. $1 is&lt;br /&gt;
-- replaced by the number of tests that failed.  This string is preprocessed by&lt;br /&gt;
-- frame.preprocess.&lt;br /&gt;
cfg.failureSummary = &amp;quot;&amp;#039;&amp;#039;&amp;#039;$1 {{PLURAL:$1|test|tests}} failed&amp;#039;&amp;#039;&amp;#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
-- Format string for a short display of the tests in displayResultsAsShort.&lt;br /&gt;
-- This format string is passed directly to string.format.&lt;br /&gt;
cfg.shortResultsFormat = &amp;quot;success: %d, error: %d, skipped: %d&amp;quot;&lt;br /&gt;
&lt;br /&gt;
-- Category added to pages that fail one or more tests. Set to nil to disable&lt;br /&gt;
-- categorisation of pages that fail one or more tests.&lt;br /&gt;
cfg.failureCategory = &amp;quot;[[Category:Failed Lua testcases using Module:ScribuntoUnit]]&amp;quot;&lt;br /&gt;
&lt;br /&gt;
-- Finally, return the configuration table.&lt;br /&gt;
return cfg -- Do not edit this line.&lt;/div&gt;</summary>
		<author><name>starcitizen&gt;Alistair3149</name></author>
	</entry>
</feed>