Difference between revisions of "Template:Metabox"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) |
AndreasLeue (talk | contribs) |
||
Line 111: | Line 111: | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
This template is used to add meta data to artefacts | This template is used to add meta data to artefacts. | ||
==Usage== | |||
Add the following code to the start of your wiki page: | |||
<pre> | |||
{{Metabox | |||
Meta_NAME1 = VALUE1 | |||
Meta_NAME2 = VALUE2 | |||
... | |||
}} | |||
</pre> | |||
==Meta Attributes== | |||
{|class="nicetable" | |||
! Name | |||
! Description | |||
|- | |||
| Meta_Type | |||
| | |||
|- | |||
| Meta_Supertype_1 | |||
| | |||
|- | |||
| Meta_Supertype_2 | |||
| | |||
|- | |||
| Meta_Supertype_3 | |||
| | |||
|- | |||
| Meta_Supertype_4 | |||
| | |||
|- | |||
| Meta_Supertype_5 | |||
| | |||
|- | |||
| Meta_MIMEType | |||
| | |||
|- | |||
| 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 | |||
| | |||
|- | |||
|} | |||
</noinclude> | </noinclude> |
Revision as of 08:00, 8 July 2008
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 |
---|---|
Meta_Type | |
Meta_Supertype_1 | |
Meta_Supertype_2 | |
Meta_Supertype_3 | |
Meta_Supertype_4 | |
Meta_Supertype_5 | |
Meta_MIMEType | |
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 |