<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.frcarchive.com/frcwiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AUses_TNT%2Fconfig</id>
	<title>Module:Uses TNT/config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.frcarchive.com/frcwiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AUses_TNT%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://www.frcarchive.com/frcwiki/index.php?title=Module:Uses_TNT/config&amp;action=history"/>
	<updated>2026-04-18T04:11:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.frcarchive.com/frcwiki/index.php?title=Module:Uses_TNT/config&amp;diff=1057&amp;oldid=prev</id>
		<title>Fallinsideahole: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://www.frcarchive.com/frcwiki/index.php?title=Module:Uses_TNT/config&amp;diff=1057&amp;oldid=prev"/>
		<updated>2026-01-01T16:24:20Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:24, 1 January 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>Fallinsideahole</name></author>
	</entry>
	<entry>
		<id>https://www.frcarchive.com/frcwiki/index.php?title=Module:Uses_TNT/config&amp;diff=1056&amp;oldid=prev</id>
		<title>Fallinsideahole: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.frcarchive.com/frcwiki/index.php?title=Module:Uses_TNT/config&amp;diff=1056&amp;oldid=prev"/>
		<updated>2023-05-17T20:43:53Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 20:43, 17 May 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>Fallinsideahole</name></author>
	</entry>
	<entry>
		<id>https://www.frcarchive.com/frcwiki/index.php?title=Module:Uses_TNT/config&amp;diff=1055&amp;oldid=prev</id>
		<title>mediawiki&gt;ExE Boss: Create configuration for Module:Uses TNT</title>
		<link rel="alternate" type="text/html" href="https://www.frcarchive.com/frcwiki/index.php?title=Module:Uses_TNT/config&amp;diff=1055&amp;oldid=prev"/>
		<updated>2021-08-27T11:14:23Z</updated>

		<summary type="html">&lt;p&gt;Create configuration for &lt;a href=&quot;/frcwiki/index.php/Module:Uses_TNT&quot; title=&quot;Module:Uses TNT&quot;&gt;Module:Uses TNT&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local cfg = {} -- Don’t touch this line.&lt;br /&gt;
&lt;br /&gt;
-- Subpage blacklist: these subpages will not be categorized (except for the&lt;br /&gt;
-- error category, which is always added if there is an error).&lt;br /&gt;
-- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have&lt;br /&gt;
-- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules,&lt;br /&gt;
-- so they *will* have categories. All rules should be in the&lt;br /&gt;
--   [&amp;#039;&amp;lt;subpage name&amp;gt;&amp;#039;] = true,&lt;br /&gt;
-- format.&lt;br /&gt;
cfg[&amp;#039;subpage_blacklist&amp;#039;] = {&lt;br /&gt;
	[&amp;#039;doc&amp;#039;] = true,&lt;br /&gt;
	[&amp;#039;sandbox&amp;#039;] = true,&lt;br /&gt;
	[&amp;#039;sandbox2&amp;#039;] = true,&lt;br /&gt;
	[&amp;#039;testcases&amp;#039;] = true,&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-- Allow wishes: whether wishes for conversion to use [[Module:TNT]]&lt;br /&gt;
-- are implicitly allowed.&lt;br /&gt;
-- If `true`, calls with zero parameters are valid, and considered to be wishes:&lt;br /&gt;
-- The box’s text is “This template should use [[Module:TNT]]”, and&lt;br /&gt;
-- `cfg[&amp;#039;wish_category&amp;#039;]` is added.&lt;br /&gt;
-- If `false`, such calls are invalid unless the `|wish=` parameter is truthy,&lt;br /&gt;
-- an error message appears, and `cfg[&amp;#039;error_category&amp;#039;]` is added.&lt;br /&gt;
cfg[&amp;#039;allow_wishes&amp;#039;] = false&lt;br /&gt;
&lt;br /&gt;
-- Default category: this category is added if the module call contains errors&lt;br /&gt;
-- (e.g. no module listed). A category name without namespace, or nil&lt;br /&gt;
-- to disable categorization (not recommended).&lt;br /&gt;
cfg[&amp;#039;error_category&amp;#039;] = nil&lt;br /&gt;
&lt;br /&gt;
-- Wish category: this category is added if no module is listed, and wishes are&lt;br /&gt;
-- allowed. (Not used if wishes are not allowed.) A category name without&lt;br /&gt;
-- namespace, or nil to disable categorization.&lt;br /&gt;
cfg[&amp;#039;wish_category&amp;#039;] = nil&lt;br /&gt;
&lt;br /&gt;
-- Default category: this category is added if no custom category is specified&lt;br /&gt;
-- in module/template call. A category name without namespace, or nil&lt;br /&gt;
-- to disable categorization.&lt;br /&gt;
cfg[&amp;#039;default_category&amp;#039;] = &amp;#039;Templates using Module:TNT for internationalisation&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- Logo link: the link for the logo text. Set to nil to disable linking.&lt;br /&gt;
cfg[&amp;quot;logo_link&amp;quot;] = &amp;#039;Special:MyLanguage/WP:TNT&amp;#039;&lt;br /&gt;
&lt;br /&gt;
return cfg -- Don’t touch this line.&lt;/div&gt;</summary>
		<author><name>mediawiki&gt;ExE Boss</name></author>
	</entry>
</feed>