Template:Metabox
From OOModels
Revision as of 08:16, 8 July 2008 by AndreasLeue (talk | contribs)
This template is used to add meta data to artefacts.
Usage[edit]
Add the following code to the start of your wiki page:
{{Metabox
Meta_NAME1 = VALUE1
Meta_NAME2 = VALUE2
...
}}
Meta Attributes[edit]
| Name | Description | Used on | Example |
|---|---|---|---|
| Meta_Type | The detailed type of the artefact. It is the name of a wikipage describing the type, the format is Type:.../.../.... This information is used by the DownloadManager and the ArtefactConversion. | Artefact pages | Type:org/ooem/UMLClass/1.0 |
| Meta_Supertype_1 | Links to the first supertype page. The format is the same as Meta_Type | Type pages | Type:org/ooem/UMLModelElement |
| Meta_Supertype_2 | 2nd supertype | Type pages | |
| Meta_Supertype_3 | 3rd supertype | Type pages | |
| Meta_Supertype_4 | 4th supertype | Type pages | |
| Meta_Supertype_5 | 5th supertype | Type pages | |
| Meta_MIMEType | The MIME type. It used by the DownloadManager to provide the correct information | Type pages | |
| Meta_FileExtension | |||
| Meta_Author | |||
| Meta_Copyright | |||
| Meta_Owner | |||
| Meta_Vendor | |||
| Meta_License | |||
| Meta_Domain | |||
| Meta_Encoding | |||
| Meta_Category | |||
| Meta_Maturity | |||
| Meta_Download | |||
| Meta_Link | |||
| IsPackage |