ICT:FinalConfig-Chapter
Appearance
Final Configuration for the Chapter Entity
Cargo Table: Template:Chapter
<noinclude>
Chapter data template
{{#cargo_declare:
_table=Chapters
|title=String
|code=String
|parent=Page
|sequence_number=Integer
|description=Text
|start_date=Date
|end_date=Date
|notes=Text
}}
{{#forminput:form=Chapter}}
</noinclude>
{{#cargo_store:
title={{{title|}}}
|code={{PAGENAME}}
|sequence_number={{{sequence_number|}}}
|description={{{description|}}}
|start_date={{{start_date|}}}
|end_date={{{end_date|}}}
|notes={{{notes|}}}
|parent={{{parent|}}}
}}
== {{{title|}}} ==