Difference between revisions of "Table:Companies3"
From TestWiki
(Table definition) |
m (Currency data type is removed.) |
||
Line 5: | Line 5: | ||
> Founded:date -- The 'date' data type has not been defined, so this is treated as an untyped field. | > Founded:date -- The 'date' data type has not been defined, so this is treated as an untyped field. | ||
> Location:string | > Location:string | ||
− | > Revenue : currency -- | + | > Revenue : currency -- There is no currency data type either. |
These additional items define field aliases. Contrast the data table below with the one at [[Table:Companies2]] | These additional items define field aliases. Contrast the data table below with the one at [[Table:Companies2]] |
Revision as of 00:19, 16 September 2008
Definition
Field | Type | Comment |
---|---|---|
Company name | string (8) | I have put a rather stupid length restriction here to show you how it affects data. |
Logo | image | |
Founded | The 'date' data type has not been defined, so this is treated as an untyped field. | |
Location | string | |
Revenue | There is no currency data type either. |
Aliases
Field | Alias |
---|---|
Name | Company name |
Annual revenue | Revenue |
Source
This is a table definition. Lines starting with > define fields in the table. All other lines are treated as standard wiki markup, so you can include anything you want. Click view source to see what the markup looks like.
Field: Company name (string,8) I have put a rather stupid length restriction here to show you how it affects data. Field: Logo (image) Field: Founded (unknown type: date) The 'date' data type has not been defined, so this is treated as an untyped field. Field: Location (string) Field: Revenue (unknown type: currency) There is no currency data type either.
These additional items define field aliases. Contrast the data table below with the one at Table:Companies2
Alias: Name → Company name Alias: Annual revenue → Revenue