Difference between revisions of "Help:Chapter"
From ApCoCoAWiki
KHiddemann (talk | contribs) (New page: chapter {{stub}}) |
m (CoCoAXML:Chapter moved to Help:Chapter: tidying up the wiki.) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
chapter | chapter | ||
− | {{ | + | ==Description== |
+ | A subset of the documentation. It is structured in three levels: [[Help:Part|parts]] contain chapters and those contain [[Help:Section|sections]]. The sections hold the actual information, the parts and chapters are only for hierarchical modeling. All of those should contain a [[Help:Title|title]] element which specifies what their contents are about. | ||
+ | |||
+ | ==Syntax== | ||
+ | <code><chapter> ... </chapter></code> | ||
+ | |||
+ | ==May contain== | ||
+ | *[[Help:Section|section]] | ||
+ | *[[Help:Title|title]] | ||
+ | |||
+ | [[Category:CoCoAXML|Chapter]] | ||
+ | {{DISPLAYTITLE:Chapter}} |
Latest revision as of 14:42, 16 October 2007
chapter
Description
A subset of the documentation. It is structured in three levels: parts contain chapters and those contain sections. The sections hold the actual information, the parts and chapters are only for hierarchical modeling. All of those should contain a title element which specifies what their contents are about.
Syntax
<chapter> ... </chapter>