Page history
10 July 2017
5 March 2016
25 August 2015
25 June 2015
Reverted edits by 99.119.253.221 (talk) to last revision by 86.135.251.50
m+2,577
Blanked the page
-2,577
27 April 2014
5 April 2014
4 April 2014
30 March 2014
24 March 2014
Protected Module:Namespace detect/data: High-risk Lua module ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
mfound it - mappings[nsname] was getting an upper-case key
-42
Undid revision 601018314 by Mr. Stradivarius (talk) looks like that broke something
+42
avoid using local variables to save table lookups per Jackmcbarn's suggestion, and because this will be cached with mw.loadData so performance of this function is not such a worry
-42
21 March 2014
give the argKeys table global scope so that getParamMappings can access it without having to process the cfg table again
-54
add a getArgKeys function, so that we can have multiple keys for each argument (helpful for localisation) and so that we only have to create that table once per page
+1,003
Undid revision 600634263 by Jackmcbarn (talk): Oh, this seems to have been for performance. Still not sure if it's a good idea, but will leave for now
+95
IMO, aliasing variables like that makes readability worse
-95
20 March 2014
use a dedicated config page - Module:Namespace detect/config - for configuration data, and try and reduce unnecessary table lookups in the getParamMappings function
-1,166
name return values
+17
okay, it needs wrapping after all
+4
no sense wrapping this
-26
âCreated page with '---------------------------------------------------------------------------------------------------- -- Configuration da...'
+2,786