Sumbangan tulisan ti Mr. Stradivarius
Pidangan
Hasil untuk Mr. Stradivarius obrolan log peungpeuk unggahan log global block log akun global catatan penyalahgunaan
Pengguna dengan 0 suntingan. Akun dibuat pada 29 Agustus 2023.
11 Désémber 2014
- 11.3211 Désémber 2014 11.32 béda juj +27 Modul:Arguments fix bug where explicitly deleted args were still appearing when iterated over with pairs or ipairs - code courtesy of User:Jackmcbarn
5 Juli 2014
- 10.525 Juli 2014 10.52 béda juj +169 Modul:Arguments allow using both the frame and parent frame arguments with the wrappers option if specifically requested, per protected edit request by User:Jackmcbarn
12 Juni 2014
- 16.2112 Juni 2014 16.21 béda juj −113 Modul:List remove li_style, ul_style and ol_style parameters, allow itemn_style and itemn_value parameters, and add a tracking category for item_stylen and item_valuen parameters
11 Juni 2014
- 19.1911 Juni 2014 19.19 béda juj −29 Modul:List don't mark item_stylen parameters as deprecated yet - needs to be saved for the next stage of conversion
6 Juni 2014
- 21.246 Juni 2014 21.24 béda juj +1.419 Modul:Arguments add a "wrappers" option and fix bug when frame:getParent() returns nil, per protected edit request by User:Jackmcbarn
26 Méi 2014
- 08.2226 Méi 2014 08.22 béda juj 0 m Modul:List Changed protection level of Module:List: High-risk Lua module: used by Template:Unbulleted list ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))
- 08.1526 Méi 2014 08.15 béda juj +1.299 Modul:List split the HTML rendering code out into a separate function, add a tracking category for deprecated parameters, ignore blank/whitespace arguments, and replace getArgNums with the equivalent function in Module:TableTools
25 Méi 2014
- 21.1125 Méi 2014 21.11 béda juj +9 Modul:TableTools fix cleanPattern function - some of the character classes were still being magic even when they were inside the set, so escape them all
18 April 2014
- 17.3018 April 2014 17.30 béda juj +546 Modul:Arguments memoize nils using a separate nilArgs table; this fixes a bug where nil values were being iterated over with pairs()
15 April 2014
- 15.1015 April 2014 15.10 béda juj +659 Modul:Arguments fix undefined next() behaviour bug by checking for metatable.donePairs in the __index metamethod; also, format the module so it fits into 80 characters
13 Januari 2014
- 12.4013 Januari 2014 12.40 béda juj −7 m Modul:Arguments tweak one of the comments and make some beautification fixes, now that this is in the job queue
7 Januari 2014
- 10.157 Januari 2014 10.15 béda juj +150 Modul:List add fix to make the start parameter work with horizontal ordered lists, and switch to Module:Arguments for argument processing
- 09.147 Januari 2014 09.14 béda juj 0 m Modul:List Protected Module:List: High-risk Lua module: ~1,100 transclusions ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))
27 Désémber 2013
- 12.5727 Désémber 2013 12.57 béda juj +248 Modul:TableTools escape prefix and suffix strings in affixNums so that magic characters are interpreted literally
- 12.1327 Désémber 2013 12.13 béda juj +1.281 Modul:TableTools add p.numData function
25 Désémber 2013
- 06.4725 Désémber 2013 06.47 béda juj +26 Modul:TableTools sparseIpairs: return nil explicitly if i > lim
20 Désémber 2013
- 13.1420 Désémber 2013 13.14 béda juj 0 m Modul:TableTools Protected Module:TableTools: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))
- 12.4620 Désémber 2013 12.46 béda juj −6.866 Modul:TableTools split set functions out to Module:Set
- 08.5120 Désémber 2013 08.51 béda juj +1.591 Modul:TableTools reinstate shallowClone - saw a use for it in p.complement - and write p.valueComplement
- 08.1720 Désémber 2013 08.17 béda juj −80 Modul:TableTools better error message for the set functions
- 06.4620 Désémber 2013 06.46 béda juj +45 Modul:TableTools only allow two or more arguments for the set functions
19 Désémber 2013
- 22.1619 Désémber 2013 22.16 béda juj +46 Modul:TableTools add type-checking to removeDuplicates
- 22.1119 Désémber 2013 22.11 béda juj −297 Modul:TableTools fix the valueUnion function for NaNs (and make it a lot simpler to boot)
- 21.2519 Désémber 2013 21.25 béda juj −508 Modul:TableTools remove shallowClone - hardly worth having this in here
- 21.1319 Désémber 2013 21.13 béda juj +5 Modul:TableTools valueIntersection: fix error message function name
- 14.4419 Désémber 2013 14.44 béda juj +2.316 Modul:TableTools add isNan function, shallowClone function and removeDuplicates function, fix up valueIntersection function to work properly for NaNs
18 Désémber 2013
- 07.5118 Désémber 2013 07.51 béda juj 0 m Modul:Arguments Changed protection level of Module:Arguments: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))
17 Désémber 2013
- 21.4217 Désémber 2013 21.42 béda juj +273 Modul:TableTools clone tn rather than returning an altered tn
- 20.3117 Désémber 2013 20.31 béda juj +954 Modul:TableTools add a complement function
- 17.5117 Désémber 2013 17.51 béda juj +334 Modul:TableTools generate an error message when union and intersection functions are called with no arguments
- 13.5717 Désémber 2013 13.57 béda juj +453 Modul:TableTools add type checking
- 13.4917 Désémber 2013 13.49 béda juj +420 Modul:TableTools add a size function
- 13.3417 Désémber 2013 13.34 béda juj +13 Modul:TableTools add a break in p.union to maybe save us cycling through a loop or two
- 13.0217 Désémber 2013 13.02 béda juj +171 Modul:TableTools check for existing values in p.union value arrays
- 10.1917 Désémber 2013 10.19 béda juj −106 Modul:TableTools remove a variable that I didn't use in the end
- 10.1617 Désémber 2013 10.16 béda juj +561 Modul:TableTools add a key/value pair intersection function
- 09.0917 Désémber 2013 09.09 béda juj +1.218 Modul:TableTools add key/value pair union function
16 Désémber 2013
- 21.0916 Désémber 2013 21.09 béda juj −4 Modul:TableTools fix lim variable in intersection function
- 21.0816 Désémber 2013 21.08 béda juj +12 Modul:TableTools use select rather than {...}
- 11.3816 Désémber 2013 11.38 béda juj +25 Modul:TableTools p.affixNums: move the pattern-generating code out of the loop
- 09.4316 Désémber 2013 09.43 béda juj +741 Modul:TableTools use a hack to handle NaN values
- 08.5816 Désémber 2013 08.58 béda juj −34 Modul:TableTools don't sort union and intersection functions
- 08.5516 Désémber 2013 08.55 béda juj −39 Modul:TableTools use fooBar for function names instead of getFooBar
15 Désémber 2013
- 22.1715 Désémber 2013 22.17 béda juj −18 Modul:TableTools remove an unnecessary table.sort from compressSparseArray
- 20.5015 Désémber 2013 20.50 béda juj +4 Modul:TableTools add missing ret table
- 20.4115 Désémber 2013 20.41 béda juj +753 Modul:TableTools add getIntersection function
- 20.3115 Désémber 2013 20.31 béda juj 0 Modul:TableTools better variable name - getUnion deals with all tables, not just arrays
- 20.3015 Désémber 2013 20.30 béda juj +621 Modul:TableTools add getUnion function
- 20.1015 Désémber 2013 20.10 béda juj +520 Modul:TableTools add a fancy introductory comment
- 19.5415 Désémber 2013 19.54 béda juj −2 m Modul:TableTools grammar