Content deleted Content added
Timeshifter (talk | contribs) |
HouseBlaster (talk | contribs) →Forcing a column to have a particular data type: e.g. is for examples, i.e. is for definitions. ISO 8601 *is* YYYY-MM-DD format, so use i.e. Also remove "Proposed internationalisation", because a help page is for what people can do, not a wishlist of what they should be able to do. |
||
Line 720:
* <code>IPAddress</code> for numeric [[IP address|internet protocol addresses]]
* <code>date</code> for language specific standard date format
* <code>isoDate</code> for dates in [[ISO 8601]] format (
* <code>usLongDate</code> for dates in the US format (with the month before the day)
* <code>time</code>
Line 832:
:* criterion: the first non-blank element consists of just digits, points, commas, spaces, "+", "-", possibly followed by "e" or "E" and a string consisting of "+", "-", digits
:* order: after removing the commas and spaces, if any, if the string starts with a number the order is numeric according to the first number in the string ([https://web.archive.org/20121226161834/www.devguru.com/technologies/ecmascript/QuickRef/parsefloat.html parseFloat] is applied); it is regarded as zero if it is empty; in other cases (parseFloat returns [[w:NaN|NaN]]), the element is positioned like -∞.
; string
:* criterion: all other cases;
|