ArtefactSyntax

From OOModels
Revision as of 07:41, 8 July 2008 by AndreasLeue (talk | contribs) (New page: All artefact pages share a common structure, as described here. The DownloadManager and the ArtefactConversion relies on this structure. ==Metabox== First part of each artefact p...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

All artefact pages share a common structure, as described here. The DownloadManager and the ArtefactConversion relies on this structure.

Metabox[edit]

First part of each artefact page is a socalled Metabox. It provides meta data of the artefact and is automatically nicely rendered. The Metabox is a self-describing wiki template (read more about the Metabox template).

Arbitrary Text[edit]

You can add arbitrary text to an artefact page, as long as it does not look like the Metabox or like the Code section. Typically, you add a description of the artefact. Alternatively, you might want to put the desciption into your artefact, as an embedded documentation commentary or alike.

Code[edit]

The main part of the artefact page is the code section. It's format is as follows:

<div class="code">
 .................
 ... your code ...
 .................
</div>