Help:Part: Difference between revisions

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


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

Revision as of 13:16, 26 July 2007

part

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

<part> ... </part>

May contain