Difference between revisions of "Category:Form"
Jump to navigation
Jump to search
(modified by JSMW_PageSchema at 2015-01-06T15:10:42Z) |
(modified by JSMW_PageSchema at 2015-01-07T22:24:00Z) |
||
| (34 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <PageSchema | + | <PageSchema category="Form" name="Form" pluralName="Forms"> |
| − | + | <semanticforms_Form name="Form" pluralName="Forms"/> | |
| − | <semanticforms_Form name="Form"/> | + | <Template name="Form" pluralName="Forms" format="standard"> |
| − | <Template name="Form" format="standard"> | + | <Field name="createtitle" pluralName="createtitles"> |
| − | <Field name="createtitle"> | ||
<semanticforms_FormInput> | <semanticforms_FormInput> | ||
| − | <InputType> | + | <InputType></InputType> |
| − | <Parameter name="size">80</Parameter> | + | <Parameter name="size" pluralName="sizes">80</Parameter> |
</semanticforms_FormInput> | </semanticforms_FormInput> | ||
<Label>create Title</Label> | <Label>create Title</Label> | ||
| + | <semanticmediawiki_Property name="Form_createtitle" pluralName="Form_createtitles"> | ||
| + | <Type>Text</Type> | ||
| + | </semanticmediawiki_Property> | ||
</Field> | </Field> | ||
| − | <Field name="edittitle"> | + | <Field name="edittitle" pluralName="edittitles"> |
<semanticforms_FormInput> | <semanticforms_FormInput> | ||
| − | <InputType> | + | <InputType></InputType> |
| − | <Parameter name="size">80</Parameter> | + | <Parameter name="size" pluralName="sizes">80</Parameter> |
</semanticforms_FormInput> | </semanticforms_FormInput> | ||
<Label>edit Title</Label> | <Label>edit Title</Label> | ||
| + | <semanticmediawiki_Property name="Form_edittitle" pluralName="Form_edittitles"> | ||
| + | <Type>Text</Type> | ||
| + | </semanticmediawiki_Property> | ||
</Field> | </Field> | ||
| − | <Field name="pageschema"> | + | <Field category="PageSchema" name="pageschema" pluralName="pageschemas"> |
<semanticforms_FormInput> | <semanticforms_FormInput> | ||
| − | <InputType> | + | <InputType>combobox</InputType> |
| − | <Parameter name="size">80</Parameter> | + | <Parameter name="size" pluralName="sizes">80</Parameter> |
| + | <Parameter name="autocomplete on category" pluralName="autocomplete on categorys">PageSchema</Parameter> | ||
| + | <Parameter name="mandatory" pluralName="mandatorys"></Parameter> | ||
</semanticforms_FormInput> | </semanticforms_FormInput> | ||
<Label>Schema</Label> | <Label>Schema</Label> | ||
| + | <semanticmediawiki_Property name="Form_pageschema" pluralName="Form_pageschemas"> | ||
| + | <Type>Page</Type> | ||
| + | </semanticmediawiki_Property> | ||
</Field> | </Field> | ||
</Template> | </Template> | ||
</PageSchema> | </PageSchema> | ||
[[Category:PageSchema]] | [[Category:PageSchema]] | ||
| − | This Category has been generated with JSMW_PageSchema Version 0.0.2 at 2015-01- | + | This Category has been generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-07T22:24:00Z<br> |
| − | + | The following results are based on it: | |
| − | + | * [[:Category:Form]]<br> | |
| + | * [[:Template:Form]]<br> | ||
| + | * [[:Form:Form]]<br> | ||
<br> | <br> | ||
| + | * see also [[:Category:PageSchema]] | ||
| + | === UML diagram for Form PageSchema=== | ||
<uml> | <uml> | ||
skinparam classBackgroundColor white | skinparam classBackgroundColor white | ||
| Line 37: | Line 51: | ||
skinparam classFontSize 12 | skinparam classFontSize 12 | ||
skinparam classFontName Arial | skinparam classFontName Arial | ||
| + | skinparam NoteBorderColor #FF8000 | ||
| + | skinparam NoteBackgroundColor #FFFFF0 | ||
| − | title | + | title Form |
note as FormDiagramNote | note as FormDiagramNote | ||
Copyright (c) 2015 BITPlan GmbH | Copyright (c) 2015 BITPlan GmbH | ||
| + | [[http://www.bitplan.com]] | ||
end note | end note | ||
note as FormNote | note as FormNote | ||
| Line 47: | Line 64: | ||
FormNote ..Form | FormNote ..Form | ||
Class Form <<Category>> { | Class Form <<Category>> { | ||
| − | create Title | + | Text create Title |
| − | edit Title | + | Text edit Title |
| − | |||
} | } | ||
| + | Form -- PageSchema | ||
hide <<Category>> circle | hide <<Category>> circle | ||
</uml> | </uml> | ||
Latest revision as of 23:24, 7 January 2015
<PageSchema category="Form" name="Form" pluralName="Forms">
<semanticforms_Form name="Form" pluralName="Forms"/>
<Template name="Form" pluralName="Forms" format="standard">
<Field name="createtitle" pluralName="createtitles">
<semanticforms_FormInput>
<InputType></InputType>
<Parameter name="size" pluralName="sizes">80</Parameter>
</semanticforms_FormInput>
<Label>create Title</Label>
<semanticmediawiki_Property name="Form_createtitle" pluralName="Form_createtitles">
<Type>Text</Type>
</semanticmediawiki_Property>
</Field>
<Field name="edittitle" pluralName="edittitles">
<semanticforms_FormInput>
<InputType></InputType>
<Parameter name="size" pluralName="sizes">80</Parameter>
</semanticforms_FormInput>
<Label>edit Title</Label>
<semanticmediawiki_Property name="Form_edittitle" pluralName="Form_edittitles">
<Type>Text</Type>
</semanticmediawiki_Property>
</Field>
<Field category="PageSchema" name="pageschema" pluralName="pageschemas">
<semanticforms_FormInput>
<InputType>combobox</InputType>
<Parameter name="size" pluralName="sizes">80</Parameter>
<Parameter name="autocomplete on category" pluralName="autocomplete on categorys">PageSchema</Parameter>
<Parameter name="mandatory" pluralName="mandatorys"></Parameter>
</semanticforms_FormInput>
<Label>Schema</Label>
<semanticmediawiki_Property name="Form_pageschema" pluralName="Form_pageschemas">
<Type>Page</Type>
</semanticmediawiki_Property>
</Field>
</Template>
</PageSchema>
This Category has been generated with JSMW_PageSchema Version 0.0.2 at 2015-01-07T22:24:00Z
The following results are based on it:
- see also Category:PageSchema
UML diagram for Form PageSchema

Pages in category "Form"
The following 2 pages are in this category, out of 2 total.