Difference between revisions of "Category:Form"

From BITPlan mediawiki-japi Wiki
Jump to navigation Jump to search
(modified by JSMW_PageSchema at 2015-01-06T15:31:39Z)
(modified by JSMW_PageSchema at 2015-01-07T22:24:00Z)
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
<PageSchema>
+
<PageSchema category="Form" name="Form" pluralName="Forms">
  <category>Form</category>
+
   <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>Text</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>Text</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>Page</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-06T15:31:39Z<br>
+
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>
It has the template: [[:Template:Form]]<br>
+
The following results are based on it:
And the form: [[:Form:Form]]<br>
+
* [[: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 PageSchema Form
+
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 49: Line 66:
 
Text create Title
 
Text create Title
 
Text edit Title
 
Text edit Title
Page Schema
 
  
 
}
 
}
 +
Form -- PageSchema
 
hide  <<Category>> circle
 
hide  <<Category>> circle
 
</uml>
 
</uml>

Latest revision as of 00:24, 8 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:


UML diagram for Form PageSchema

Pages in category "Form"

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