Table:Companies3

From TestWiki
Revision as of 02:04, 9 July 2006 by HappyDog (Talk | contribs) (Table definition)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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   The currency data type is defined, but it is not implemented yet. It is equivalent to a string type at the moment.

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)
The currency data type is defined, but it is not implemented yet.  It is equivalent to a string type at the moment.

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