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

       Web browser: ---
             Bug #: 36272
           Summary: Dutch numbers stored incorrectly
           Product: MediaWiki extensions
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Semantic MediaWiki
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


With the code below the result of the [[Amount::... call on the screen is
60.000 (correct) but the value of the Amount property on the page is 60.
Obviously this is not correct.

{{#subobject:testNumbers
|Page={{PAGENAME}}
|Amount=10000
}}
{{#subobject:testNumbers
|Page={{PAGENAME}}
|Amount=20000
}}
{{#subobject:testNumbers
|Page={{PAGENAME}}
|Amount=30000
}}
[[Amount::{{#ask: [[Page::{{PAGENAME}}]]
|?Amount
|format=sum
}}]]

-- 
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