Form:ModelVersionForm: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
if a page with that name already exists, you will be sent to a form to edit that page.
if a page with that name already exists, you will be sent to a form to edit that page.


''Naming convention: <Model name> <version nr>, e.g. TIMER 3.0''


{{#forminput:form=ModelVersionForm}}
{{#forminput:form=ModelVersionForm}}
Line 12: Line 11:
{{{for template|ModelVersionTemplate}}}
{{{for template|ModelVersionTemplate}}}
{| class="formtable"
{| class="formtable"
!
! HasVersionID:
| ''Enter a short description of this version''
| {{{field|hasVersionID}}}
|-
|-
! Short description:
! HasNamespace:
| {{{field|hasDescription|property=HasDescription}}}
| {{{field|hasNamespace}}}
|-
|-
!
! IsPartOfFrameworkVersion:
| ''Enter the namespace of this version, use 'main' for the current version ''
| {{{field|isPartOfFrameworkVersion}}}
|-
|-
! Has namespace:
! IsVersionOf:
| {{{field|hasNamespace|mandatory|property=HasNamespace|default=main|size=20}}}
| {{{field|isVersionOf}}}
<!--|-
! Is part of IMAGE version:
| {{{field|isPartOfFrameworkVersion|mandatory|property=isPartOfFrameworkVersion|default=IMAGE 3.0|values from category=FrameworkVersion}}}-->
|-
! Is version of model:
| {{{field|isVersionOf|mandatory|input type=text with autocomplete|values from category=ComputerModelAndDatabase}}}
|-
! Is current version of model:
| {{{field|isCurrentVersion|mandatory|property=IsCurrentVersion}}}
|}
|}
{{{end template}}}
{{{end template}}}


'''Free text:'''


{{{for template|ModelChangeTemplate|label=Model changes realised in this version |multiple|add button text=add change}}}
{{{standard input|free text|rows=10}}}
'''Has description:''' {{{field|hasDescription|mandatory|property=HasDescription|rows=3|cols=120|autogrow}}}


'''Is change of model component:''' {{{field|isChangeOf|property=IsChangeOf|values from concept=AllComponentLevels|list|delimiter=;}}}


{{{end template}}}
{{{standard input|summary}}}


{{{standard input|minor edit}}} {{{standard input|watch}}}


{{{standard input|save}}} {{{standard input|cancel}}}
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}
</includeonly>
</includeonly>

Revision as of 15:09, 6 October 2016

This is the "ModelVersionForm" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.