Difference between revisions of "Category:Form"
Jump to navigation
Jump to search
(modified by JSMW_PageSchema at 2015-01-06T13:33:42Z) |
(modified by JSMW_PageSchema at 2015-01-07T22:24:00Z) |
||
| (42 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <PageSchema> | + | <PageSchema category="Form" name="Form" pluralName="Forms"> |
| − | <semanticforms_Form name="Form"/> | + | <semanticforms_Form name="Form" pluralName="Forms"/> |
| − | <Template name="Form" format="standard"> | + | <Template name="Form" pluralName="Forms" format="standard"> |
| − | <Field name="createtitle"> | + | <Field name="createtitle" pluralName="createtitles"> |
<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. | + | 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> | |
| − | <uml>skinparam classBackgroundColor white | + | * [[:Template:Form]]<br> |
| + | * [[:Form:Form]]<br> | ||
| + | <br> | ||
| + | * see also [[:Category:PageSchema]] | ||
| + | === UML diagram for Form PageSchema=== | ||
| + | <uml> | ||
| + | skinparam classBackgroundColor white | ||
skinparam classBorderColor #FF8000 | skinparam classBorderColor #FF8000 | ||
skinparam classFontColor black | skinparam classFontColor black | ||
skinparam classFontSize 12 | skinparam classFontSize 12 | ||
skinparam classFontName Arial | skinparam classFontName Arial | ||
| − | + | skinparam NoteBorderColor #FF8000 | |
| − | note as | + | skinparam NoteBackgroundColor #FFFFF0 |
| + | |||
| + | title Form | ||
| + | note as FormDiagramNote | ||
Copyright (c) 2015 BITPlan GmbH | Copyright (c) 2015 BITPlan GmbH | ||
| + | [[http://www.bitplan.com]] | ||
| + | end note | ||
| + | note as FormNote | ||
| + | |||
end note | end note | ||
| − | Class Form{ | + | FormNote ..Form |
| + | Class Form <<Category>> { | ||
| + | Text create Title | ||
| + | Text edit Title | ||
| − | + | } | |
| − | + | Form -- PageSchema | |
| + | 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.