Jump to content

Module talk:Arguments/sandbox

Page contents not supported in other languages.
මාතෘකාවක් එක්කරන්න
Wikibooks වෙතින්
oldid date/time username edit summary
1019061018 2021-04-21T09:30:15Z 178.90.8.83 Undid revision 1019054242 by [[Special:Contributions/178.90.8.83|178.90.8.83]] ([[User talk:178.90.8.83|talk]])
1019054242 2021-04-21T08:25:34Z 178.90.8.83
1019005007 2021-04-21T01:12:13Z JJMC89 Reverted edits by [[Special:Contribs/178.90.8.83|178.90.8.83]] ([[User talk:178.90.8.83|talk]]) to last version by Mr. Stradivarius
1018915632 2021-04-20T15:48:34Z 178.90.8.83
920249914 2019-10-08T15:05:09Z Mr. Stradivarius sync from main module
889006066 2019-03-22T20:21:14Z Ans dbg
888992811 2019-03-22T18:37:51Z Ans dbg
888990937 2019-03-22T18:23:31Z Ans dbg
888989775 2019-03-22T18:14:45Z Ans dbg
888986804 2019-03-22T17:52:24Z Ans dbg
888986360 2019-03-22T17:48:57Z Ans dbg
888986140 2019-03-22T17:47:11Z Ans dbg
888983958 2019-03-22T17:30:13Z Ans dbg
668827210 2015-06-26T22:29:20Z Jackmcbarn fix backtranslate disabled case
668826785 2015-06-26T22:25:55Z Jackmcbarn fix shadowing
668816595 2015-06-26T20:56:48Z Jackmcbarn set up argument translation (for i18n)
645203252 2015-02-01T20:05:11Z George Orwell III trim excess whitespace only; content untouched
639904135 2014-12-28T05:11:13Z Jackmcbarn simplify mergeArgs now that ipairs doesn't use it
639904041 2014-12-28T05:09:57Z Jackmcbarn fix case where calling ipairs then breaking/returning still results in all numeric arguments being expanded
637675825 2014-12-11T20:58:59Z Jackmcbarn handle matching in both cases, and switch ordering
637671485 2014-12-11T20:21:36Z Jackmcbarn normalize titles
637426494 2014-12-10T04:10:24Z Jackmcbarn more concise
637372129 2014-12-09T20:45:41Z Jackmcbarn use 'soft' and 'hard' rather than false and true
637329725 2014-12-09T15:27:32Z Jackmcbarn make a case a hard-nil for slight performance, and add comments
637327495 2014-12-09T15:09:58Z Jackmcbarn add "soft" and "hard" states represented by false and true to nilArgs
615649711 2014-07-05T03:22:51Z Jackmcbarn don't force wrappers to only give one set of args - allow setting frameOnly or parentOnly to false to get the other set
611784069 2014-06-06T06:12:57Z Mr. Stradivarius add comments explaining the wrapper option's functionality
611760186 2014-06-06T01:13:23Z Jackmcbarn one more optimization
611759842 2014-06-06T01:09:39Z Jackmcbarn avoid calling getParent if not necessary
611750214 2014-06-05T23:28:07Z Mr. Stradivarius comment tweak
611678252 2014-06-05T13:29:17Z Jackmcbarn handle sandboxes and non-tables
611675481 2014-06-05T13:03:52Z Jackmcbarn move found and getTitle onto different lines
611605581 2014-06-05T00:21:52Z Jackmcbarn fix bug when getParent() returns nil, and change format of wrappers
611604152 2014-06-05T00:07:46Z Jackmcbarn add support for wrappers - acts like parentOnly or frameOnly depending on whether a wrapper template was used
604718144 2014-04-18T10:27:06Z Mr. Stradivarius add some more comments
604629235 2014-04-17T18:45:31Z Jackmcbarn don't bother looking again if pairs is already done
604357645 2014-04-15T21:09:17Z Mr. Stradivarius allow __newindex to overwrite values in the metaArgs table with nil
604349477 2014-04-15T20:10:15Z Mr. Stradivarius memoize nils to a separate nilArgs table
604271186 2014-04-15T08:01:04Z Mr. Stradivarius add a comment to warn future coders about the pairs problem
604081106 2014-04-13T23:42:51Z Jackmcbarn if we've already ran pairs, and a value is nil in metaArgs, then we know it's not going to be anywhere in argTables, since we already put everything from those into metaArgs. (right?)
604080835 2014-04-13T23:39:25Z Jackmcbarn Reverted to revision 604023633 by [[Special:Contributions/Mr. Stradivarius|Mr. Stradivarius]] ([[User talk:Mr. Stradivarius|talk]]). ([[WP:TW|TW]])
604080790 2014-04-13T23:38:52Z Jackmcbarn Reverted to revision 604023029 by [[Special:Contributions/Mr. Stradivarius|Mr. Stradivarius]] ([[User talk:Mr. Stradivarius|talk]]). ([[WP:TW|TW]])
604080262 2014-04-13T23:33:08Z Jackmcbarn replacing explicit nil doesn't count as overwriting
604080053 2014-04-13T23:30:43Z Jackmcbarn fix logic errors
604078191 2014-04-13T23:12:29Z Jackmcbarn memoize nils in a different way (unfortunately an edit conflict kept me from saving the line length changes)
604023633 2014-04-13T15:49:41Z Mr. Stradivarius make the code fit within 80 characters
604023029 2014-04-13T15:44:20Z Mr. Stradivarius fix undefined next() behaviour bug by checking for metatable.donePairs in the __index metamethod
590465333 2014-01-13T05:26:10Z Mr. Stradivarius copy from the main module with some beautification fixes
587891052 2013-12-27T09:45:15Z Mr. Stradivarius bleh, just spotted a horrible typo in one of the comments
585587270 2013-12-11T12:56:52Z Mr. Stradivarius fix option checks
585587050 2013-12-11T12:54:19Z Mr. Stradivarius define four different tidyVal functions so that we don't have to check the options each time
585581583 2013-12-11T11:50:35Z Mr. Stradivarius partially revert back to the argTables code, with a few improvements - code without argTables always seems to turn ugly
585560585 2013-12-11T07:27:39Z Mr. Stradivarius start at replacing argTables - still need to convert mergeArgs though
585556830 2013-12-11T06:44:01Z Mr. Stradivarius memoize nil args
585550340 2013-12-11T05:46:57Z Mr. Stradivarius return an explicit nil from tidyVal
585550145 2013-12-11T05:44:23Z Mr. Stradivarius looks like val needs assigning for the match code to work
585550047 2013-12-11T05:43:00Z Mr. Stradivarius use string library functions instead of mw.ustring and mw.text library functions for improved speed
585547803 2013-12-11T05:16:47Z Mr. Stradivarius raise an error if a call to __newindex fails
585545497 2013-12-11T04:51:59Z Mr. Stradivarius check the type of frame and options
585408239 2013-12-10T08:57:26Z Mr. Stradivarius test not using mw.getCurrentFrame
585389824 2013-12-10T04:53:42Z Mr. Stradivarius create sandbox copy of [[Module:Arguments]]

Start a discussion about Module:Arguments/sandbox

Start a discussion
"https://si.wikibooks.org/w/index.php?title=Module_talk:Arguments/sandbox&oldid=28880" වෙතින් සම්ප්‍රවේශනය කෙරිණි