Difference between revisions of "Help:Section"
From ApCoCoAWiki
KHiddemann (talk | contribs) |
m (CoCoAXML:Section moved to Help:Section: tidying up the wiki.) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
==Description== | ==Description== | ||
− | A subset of the documentation. It is structured in three levels: [[ | + | A subset of the documentation. It is structured in three levels: [[Help:Part|parts]] contain [[Help:Chapter|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 [[Help:Title|title]] element which specifies what their contents are about. |
==Syntax== | ==Syntax== | ||
Line 8: | Line 8: | ||
==May contain== | ==May contain== | ||
− | *[[ | + | *[[Help:PCDATA|#PCDATA]] |
− | *[[ | + | *[[Help:Description|description]] |
− | *[[ | + | *[[Help:Key|key]] |
− | *[[ | + | *[[Help:See|see]] |
− | *[[ | + | *[[Help:Title|title]] |
− | *[[ | + | *[[Help:Type|type]] |
[[Category:CoCoAXML|Section]] | [[Category:CoCoAXML|Section]] | ||
{{DISPLAYTITLE:Section}} | {{DISPLAYTITLE:Section}} |
Latest revision as of 14:37, 16 October 2007
section
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
<section> ... </section>