Form:Chapter: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Form for creating and editing | Form for creating and editing Chapter pages. | ||
</noinclude> | </noinclude> | ||
| Line 10: | Line 10: | ||
|no footer | |no footer | ||
}}} | }}} | ||
''Fields marked with (*) are required.'' | |||
{{{for template| | {{{for template|Chapter}}} | ||
{| class="formtable" | {| class="formtable" | ||
! | ! Code | ||
| {{ | | {{PAGENAME}} | ||
|- | |- | ||
! | ! Name (*) | ||
| {{ | | {{{field|Label}}} | ||
|- | |- | ||
! Parent | ! Parent chapter | ||
| {{{field| | | {{{field|Parent | ||
|input type=combobox | |||
|values from namespace=Chapter | |||
|placeholder=Top level (no parent) | |||
}}} | }}} | ||
|- | |- | ||
! | ! Sequence | ||
| {{{field| | | {{{field|Sequence}}} | ||
|- | |- | ||
! | ! Description | ||
| {{{field| | | {{{field|Description|input type=textarea}}} | ||
|- | |- | ||
! | ! Start date | ||
| {{{field| | | {{{field|StartDate|input type=datepicker|year range=1800:2100|show year dropdown|show month dropdown}}} | ||
|- | |- | ||
! | ! End date | ||
| {{{field| | | {{{field|EndDate|input type=datepicker|year range=1800:2100|show year dropdown|show month dropdown}}} | ||
|- | |- | ||
! Notes | ! Notes | ||
| {{{field| | | {{{field|Notes|input type=textarea}}} | ||
|} | |} | ||
Latest revision as of 11:29, 17 February 2026
Form for creating and editing Chapter pages.
no summary
Fields marked with (*) are required.
Chapter
| Code | Chapter |
|---|---|
| Name (*) | Label |
| Parent chapter | Parent |
| Sequence | Sequence |
| Description | Description |
| Start date | StartDate |
| End date | EndDate |
| Notes | Notes |
save
{{{end template}}}