Game Element (Data): Difference between revisions
From HLKitWiki
Jump to navigationJump to search
No edit summary |
|||
Line 14: | Line 14: | ||
|- | |- | ||
|copyright | |copyright | ||
|(Optional) Text – Appropriate copyright and trademark declaration for the game system and data files. Maximum length is 250 characters. Default: Empty. | |(Optional) Text – [[Appropriate Copyright Information|Appropriate copyright and trademark declaration]] for the game system and data files. Maximum length is 250 characters. Default: Empty. | ||
|- | |- | ||
|} | |} |
Revision as of 22:26, 23 November 2008
Context: HL Kit … Kit Reference … Definition File Reference
The game system information section defines the name of the game system, the manufacturer, and copyright information. The XML element name is "game" and the complete list of attributes is below.
game Text – Name of the game system. Maximum length is 50 characters. publisher Text – Name of the manufacturer or publisher of the game system. Maximum length is 50 characters. website Text – URL of the publisher’s web-site. Maximum length is 100 characters. copyright (Optional) Text – Appropriate copyright and trademark declaration for the game system and data files. Maximum length is 250 characters. Default: Empty.
Example
The following example demonstrates what a "game" element might look like. All default values are assumed for omitted optional attributes.
<game name="Sample Game Systems" publisher="Game Company" website="www.gamecompany.com" copyright="Copyright 2008 by Game Company"> </game>