https://bugzilla.wikimedia.org/show_bug.cgi?id=14034

Tim Landscheidt <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #8 from Tim Landscheidt <[email protected]> 2012-09-14 
23:23:24 UTC ---
As the original intent of the function was to check arguments in complex
templates and this is/will easily be possible with Lua
(http://test2.wikipedia.org/wiki/Module:IsNumber):

| local p = {}

| function p.IsNumber(frame)
|     return not(tonumber(frame.args [1]) == nil)
| end

| return p

I'm closing this bug as WONTFIX.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to