Jump to content

ICT:FinalConfig-Chapter

From Costa Sano MediaWiki
Revision as of 13:30, 13 February 2026 by Mngr (talk | contribs) (Created page with "= FinalConfiguration for the Chapter Entity = = Cargo Table = <pre> <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_da...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FinalConfiguration for the Chapter Entity

Cargo Table

<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|}}} ==