Jump to content

ICT:FinalConfig-Chapter: Difference between revisions

From Costa Sano MediaWiki
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..."
 
No edit summary
Line 1: Line 1:
= FinalConfiguration for the Chapter Entity =
= Final Configuration for the Chapter Entity =


= Cargo Table =
= Cargo Table =

Revision as of 13:31, 13 February 2026

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