Difference between revisions of "Help:Section"
From ApCoCoAWiki
KHiddemann (talk | contribs) (New page: section {{stub}}) |
m (CoCoAXML:Section moved to Help:Section: tidying up the wiki.) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
section | section | ||
− | {{ | + | ==Description== |
+ | 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== | ||
+ | <code><section> ... </section></code> | ||
+ | |||
+ | ==May contain== | ||
+ | *[[Help:PCDATA|#PCDATA]] | ||
+ | *[[Help:Description|description]] | ||
+ | *[[Help:Key|key]] | ||
+ | *[[Help:See|see]] | ||
+ | *[[Help:Title|title]] | ||
+ | *[[Help:Type|type]] | ||
+ | |||
+ | [[Category:CoCoAXML|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>