<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://afropedia.world/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://afropedia.world/index.php?action=history&amp;feed=atom&amp;title=Module%3AScribuntoUnit%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://afropedia.world/index.php?title=Module:ScribuntoUnit/config&amp;action=history"/>
	<updated>2026-04-04T16:19:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://afropedia.world/index.php?title=Module:ScribuntoUnit/config&amp;diff=1821&amp;oldid=prev</id>
		<title>Djehuti: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://afropedia.world/index.php?title=Module:ScribuntoUnit/config&amp;diff=1821&amp;oldid=prev"/>
		<updated>2024-05-31T20:43:54Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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:ScribuntoUnit failed tests]]&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>Djehuti</name></author>
	</entry>
</feed>