https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3ANamespace_detect%2Fconfig%2Fsandbox
Module:Namespace detect/config/sandbox - Revision history
2025-05-31T09:30:45Z
Revision history for this page on the wiki
MediaWiki 1.45.0-wmf.3
https://en.wikipedia.org/w/index.php?title=Module:Namespace_detect/config/sandbox&diff=602886037&oldid=prev
Mr. Stradivarius: update page parameter name
2014-04-05T16:58:04Z
<p>update page parameter name</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="en">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Previous revision</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Revision as of 16:58, 5 April 2014</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Line 43:</td>
<td colspan="2" class="diff-lineno">Line 43:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>---- This parameter sets a specific page to compare:</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>---- This parameter sets a specific page to compare:</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>cfg.<del style="font-weight: bold; text-decoration: none;">page</del> = 'page'</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>cfg.<ins style="font-weight: bold; text-decoration: none;">demopage</ins> = 'page'</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>--------------------------------------------------------------------------------</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>--------------------------------------------------------------------------------</div></td>
</tr>
</table>
Mr. Stradivarius
https://en.wikipedia.org/w/index.php?title=Module:Namespace_detect/config/sandbox&diff=602884375&oldid=prev
Mr. Stradivarius: Create sandbox version of Module:Namespace detect/config
2014-04-05T16:44:41Z
<p>Create sandbox version of <a href="/wiki/Module:Namespace_detect/config" title="Module:Namespace detect/config">Module:Namespace detect/config</a></p>
<p><b>New page</b></p><div>--------------------------------------------------------------------------------<br />
-- Namespace detect configuration data --<br />
-- --<br />
-- This module stores configuration data for Module:Namespace detect. Here --<br />
-- you can localise the module to your wiki's language. --<br />
-- --<br />
-- To activate a configuration item, you need to uncomment it. This means --<br />
-- that you need to remove the text "-- " at the start of the line. --<br />
--------------------------------------------------------------------------------<br />
<br />
local cfg = {} -- Don't edit this line.<br />
<br />
--------------------------------------------------------------------------------<br />
-- Parameter names --<br />
-- These configuration items specify custom parameter names. Values added --<br />
-- here will work in addition to the default English parameter names. --<br />
-- To add one extra name, you can use this format: --<br />
-- --<br />
-- cfg.foo = 'parameter name' --<br />
-- --<br />
-- To add multiple names, you can use this format: --<br />
-- --<br />
-- cfg.foo = {'parameter name 1', 'parameter name 2', 'parameter name 3'} --<br />
--------------------------------------------------------------------------------<br />
<br />
---- This parameter displays content for the main namespace:<br />
-- cfg.main = 'main'<br />
<br />
---- This parameter displays in talk namespaces:<br />
-- cfg.talk = 'talk'<br />
<br />
---- This parameter displays content for "other" namespaces (namespaces for which<br />
---- parameters have not been specified):<br />
-- cfg.other = 'other'<br />
<br />
---- This parameter makes talk pages behave as though they are the corresponding<br />
---- subject namespace. Note that this parameter is used with [[Module:Yesno]].<br />
---- Edit that module to change the default values of "yes", "no", etc.<br />
-- cfg.subjectns = 'subjectns'<br />
<br />
---- This parameter sets a demonstration namespace:<br />
-- cfg.demospace = 'demospace'<br />
<br />
---- This parameter sets a specific page to compare:<br />
cfg.page = 'page'<br />
<br />
--------------------------------------------------------------------------------<br />
-- Table configuration --<br />
-- These configuration items allow customisation of the "table" function, --<br />
-- used to generate a table of possible parameters in the module --<br />
-- documentation. --<br />
--------------------------------------------------------------------------------<br />
<br />
---- The header for the namespace column in the wikitable containing the list of<br />
---- possible subject-space parameters.<br />
-- cfg.wikitableNamespaceHeader = 'Namespace'<br />
<br />
---- The header for the wikitable containing the list of possible subject-space<br />
---- parameters.<br />
-- cfg.wikitableAliasesHeader = 'Aliases'<br />
<br />
--------------------------------------------------------------------------------<br />
-- End of configuration data --<br />
--------------------------------------------------------------------------------<br />
<br />
return cfg -- Don't edit this line.</div>
Mr. Stradivarius