Difference between revisions of "Help:Section"

From ApCoCoAWiki
(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
  
{{stub}}
+
==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>&lt;section&gt; ... &lt;/section&gt;</code>
 +
 
 +
==May contain==
 +
*[[Help:PCDATA|&#35;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>

May contain