<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://compusofia.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AScribuntoUnit%2Fconfig</id>
	<title>Module:ScribuntoUnit/config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://compusofia.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AScribuntoUnit%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://compusofia.com/w/index.php?title=Module:ScribuntoUnit/config&amp;action=history"/>
	<updated>2026-04-23T17:44:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://compusofia.com/w/index.php?title=Module:ScribuntoUnit/config&amp;diff=256&amp;oldid=prev</id>
		<title>Majestix: 1 revision imported: Initial Setup</title>
		<link rel="alternate" type="text/html" href="https://compusofia.com/w/index.php?title=Module:ScribuntoUnit/config&amp;diff=256&amp;oldid=prev"/>
		<updated>2026-04-06T09:48:37Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Initial Setup&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;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 11:48, 6 April 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wikiNonStop:diff:1.41:old-255:rev-256 --&gt;
&lt;/table&gt;</summary>
		<author><name>Majestix</name></author>
	</entry>
	<entry>
		<id>https://compusofia.com/w/index.php?title=Module:ScribuntoUnit/config&amp;diff=255&amp;oldid=prev</id>
		<title>en&gt;Uzume: Update from master using  #Synchronizer</title>
		<link rel="alternate" type="text/html" href="https://compusofia.com/w/index.php?title=Module:ScribuntoUnit/config&amp;diff=255&amp;oldid=prev"/>
		<updated>2025-07-19T20:13:10Z</updated>

		<summary type="html">&lt;p&gt;Update from &lt;a href=&quot;https://www.wikidata.org/wiki/Special:GoToLinkedPage/enwiki/Q64518292&quot; class=&quot;extiw&quot; title=&quot;d:Special:GoToLinkedPage/enwiki/Q64518292&quot;&gt;master&lt;/a&gt; using &lt;a href=&quot;https://www.mediawiki.org/wiki/Synchronizer&quot; class=&quot;extiw&quot; title=&quot;mw:Synchronizer&quot;&gt; #Synchronizer&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&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;{{tick}}&amp;quot;&lt;br /&gt;
cfg.failureIndicator = &amp;quot;{{cross}}&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>en&gt;Uzume</name></author>
	</entry>
</feed>