Help:Chapter: Difference between revisions

From ApCoCoAWiki
KHiddemann (talk | contribs)
New page: chapter {{stub}}
 
KHiddemann (talk | contribs)
No edit summary
Line 1: Line 1:
chapter
chapter


{{stub}}
==Description==
A subset of the documentation. It is structured in three levels: [[CoCoAXML:Part|parts]] contain chapters and those contain [[CoCoAXML:Section|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==
<code>&lt;chapter&gt; ... &lt;/chapter&gt;</code>
 
==May contain==
*[[CoCoAXML:Section|section]]
*[[CoCoAXML:Title|title]]
 
[[Category:CoCoAXML|Chapter]]
{{DISPLAYTITLE:Chapter}}

Revision as of 13:18, 26 July 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>

May contain