Form:ModelVersionForm: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
(21 intermediate revisions by the same user not shown)
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 13: Line 12:
{| class="formtable"
{| class="formtable"
!
!
| ''Enter a short description of this version''
|<i>If not current version, enter the pdf-file containing  description of this version:</i>
|-
|-
! Short description:
! Model version pdf:
| {{{field|hasDescription|property=HasDescription}}}
| {{{field|hasVersionDocument|property=HasVersionDocument|input type=text}}}
|-
|-
!
! Is version of:
| ''Enter the namespace of this version, use 'main' for the current version ''
| {{{field|isVersionOf|values from concept=ModelWithVersion|input type=text with autocomplete}}}
|-
|-
! Has namespace:
! Version number:
| {{{field|hasNamespace|mandatory|property=HasNamespace|default=main|size=20}}}
| {{{field|versionNumber|property=HasVersionNumber|input type=text}}}
<!--|-
! Is part of IMAGE version:
| {{{field|isPartOfFrameworkVersion|mandatory|property=isPartOfFrameworkVersion|default=IMAGE 3.0|values from category=FrameworkVersion}}}-->
|-
|-
! Is version of model:
! Description:
| {{{field|isVersionOf|mandatory|values from category=ComputerModelAndDatabase}}}
| {{{field|hasDescription|input type=textarea|rows=3|cols=80}}}
|-
|-
! Is current version of model:
! Is current version:
| {{{field|isCurrentVersion|mandatory|property=IsCurrentVersion}}}
| {{{field|isCurrentVersion|property=IsCurrentVersion|input type=checkbox}}}
 
|}
|}
{{{end template}}}
{{{end template}}}


 
{{{for template|ModelChangeTemplate|multiple|add button text=Add change }}}
{{{for template|ModelChangeTemplate|label=Model changes realised in this version |multiple|add button text=add change}}}
{| class="formtable"
'''Has description:''' {{{field|hasDescription|mandatory|property=HasDescription|rows=3|cols=120|autogrow}}}
! Description:
 
| {{{field|hasChangeDescription|input type=textarea|rows=3|cols=80}}}
'''Is change of model component:''' {{{field|isChangeOf|property=IsChangeOf|values from concept=AllComponentLevels|list|delimiter=;}}}
|-
 
! Is change of component:
| {{{field|isChangeOf|values from concept=AllComponentLevels|list|delimiter=;|input type=text with autocomplete}}}
|}
{{{end template}}}
{{{end template}}}




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

Revision as of 10:22, 1 August 2017

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.