Difference between revisions of "Category:Field"

From BITPlan mediawiki-japi Wiki
Jump to navigation Jump to search
(modified by JSMW_PageSchema at 2015-01-06T13:47:48Z)
(modified by JSMW_PageSchema at 2015-01-07T22:23:55Z)
 
(46 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
<PageSchema category="Field" name="Field" pluralName="Fields">
 +
  <semanticforms_Form name="Field" pluralName="Fields"/>
 +
  <Template name="Field" pluralName="Fields" format="standard">
 +
      <Field name="name" pluralName="names">
 +
        <semanticforms_FormInput>
 +
            <InputType></InputType>
 +
            <Parameter name="size" pluralName="sizes">80</Parameter>
 +
        </semanticforms_FormInput>
 +
        <Label>Name</Label>
 +
        <semanticmediawiki_Property name="Field_name" pluralName="Field_names">
 +
            <Type>Text</Type>
 +
        </semanticmediawiki_Property>
 +
      </Field>
 +
      <Field name="label" pluralName="labels">
 +
        <semanticforms_FormInput>
 +
            <InputType></InputType>
 +
            <Parameter name="size" pluralName="sizes">80</Parameter>
 +
        </semanticforms_FormInput>
 +
        <Label>Label</Label>
 +
        <semanticmediawiki_Property name="Field_label" pluralName="Field_labels">
 +
            <Type>Text</Type>
 +
        </semanticmediawiki_Property>
 +
      </Field>
 +
      <Field category="Form" name="form" pluralName="forms">
 +
        <semanticforms_FormInput>
 +
            <InputType>combobox</InputType>
 +
            <Parameter name="size" pluralName="sizes">80</Parameter>
 +
            <Parameter name="autocomplete on category" pluralName="autocomplete on categorys">Form</Parameter>
 +
            <Parameter name="mandatory" pluralName="mandatorys"></Parameter>
 +
        </semanticforms_FormInput>
 +
        <Label>Form</Label>
 +
        <semanticmediawiki_Property name="Field_form" pluralName="Field_forms">
 +
            <Type>Page</Type>
 +
        </semanticmediawiki_Property>
 +
      </Field>
 +
      <Field category="Template" name="template" pluralName="templates">
 +
        <semanticforms_FormInput>
 +
            <InputType>combobox</InputType>
 +
            <Parameter name="size" pluralName="sizes">80</Parameter>
 +
            <Parameter name="autocomplete on category" pluralName="autocomplete on categorys">Template</Parameter>
 +
            <Parameter name="mandatory" pluralName="mandatorys"></Parameter>
 +
        </semanticforms_FormInput>
 +
        <Label>Template</Label>
 +
        <semanticmediawiki_Property name="Field_template" pluralName="Field_templates">
 +
            <Type>Page</Type>
 +
        </semanticmediawiki_Property>
 +
      </Field>
 +
      <Field category="FormInput" name="formInput" pluralName="formInputs">
 +
        <semanticforms_FormInput>
 +
            <InputType>combobox</InputType>
 +
            <Parameter name="size" pluralName="sizes">80</Parameter>
 +
            <Parameter name="autocomplete on category" pluralName="autocomplete on categorys">FormInput</Parameter>
 +
            <Parameter name="mandatory" pluralName="mandatorys"></Parameter>
 +
        </semanticforms_FormInput>
 +
        <Label>FormInput</Label>
 +
        <semanticmediawiki_Property name="Field_formInput" pluralName="Field_formInputs">
 +
            <Type>Page</Type>
 +
        </semanticmediawiki_Property>
 +
      </Field>
 +
  </Template>
 +
</PageSchema>
 
[[Category:PageSchema]]
 
[[Category:PageSchema]]
This Category has been generated with JSMW_PageSchema Version 0.0.2at2015-01-06T13:47:48Z<br>
+
This Category has been generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-07T22:23:55Z<br>
It has the template: [[:Template:Field]]<br>
+
The following results are based on it:
And the form: [[:Form:Field]]<br>
+
* [[:Category:Field]]<br>
null<uml>skinparam classBackgroundColor white
+
* [[:Template:Field]]<br>
 +
* [[:Form:Field]]<br>
 +
the name of the field will also be used to derive a property name so please make sure you follow the rules for [https://www.mediawiki.org/wiki/Manual:Page_title page titles]<br>
 +
* see also [[:Category:Form]]
 +
* see also [[:Category:Template]]
 +
* see also [[:Category:FormInput]]
 +
=== UML diagram for Field 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
titlePageSchema Field
+
skinparam NoteBorderColor #FF8000
note as FieldNote
+
skinparam NoteBackgroundColor #FFFFF0
 +
 
 +
title Field
 +
note as FieldDiagramNote
 
Copyright (c) 2015 BITPlan GmbH
 
Copyright (c) 2015 BITPlan GmbH
 +
[[http://www.bitplan.com]]
 
end note
 
end note
note as FieldNote top of Field
+
note as FieldNote  
null
+
a container for a single piece of data
 
end note
 
end note
Class Field{
+
FieldNote ..Field
 +
Class Field <<Category>> {
 +
Text Name
 +
Text Label
  
  }
+
}
 +
Field -- Form
 +
Field -- Template
 +
Field -- FormInput
 +
hide  <<Category>> circle
 
</uml>
 
</uml>

Latest revision as of 00:23, 8 January 2015

<PageSchema category="Field" name="Field" pluralName="Fields">

  <semanticforms_Form name="Field" pluralName="Fields"/>
  <Template name="Field" pluralName="Fields" format="standard">
     <Field name="name" pluralName="names">
        <semanticforms_FormInput>
           <InputType></InputType>
           <Parameter name="size" pluralName="sizes">80</Parameter>
        </semanticforms_FormInput>
        <Label>Name</Label>
        <semanticmediawiki_Property name="Field_name" pluralName="Field_names">
           <Type>Text</Type>
        </semanticmediawiki_Property>
     </Field>
     <Field name="label" pluralName="labels">
        <semanticforms_FormInput>
           <InputType></InputType>
           <Parameter name="size" pluralName="sizes">80</Parameter>
        </semanticforms_FormInput>
        <Label>Label</Label>
        <semanticmediawiki_Property name="Field_label" pluralName="Field_labels">
           <Type>Text</Type>
        </semanticmediawiki_Property>
     </Field>
     <Field category="Form" name="form" pluralName="forms">
        <semanticforms_FormInput>
           <InputType>combobox</InputType>
           <Parameter name="size" pluralName="sizes">80</Parameter>
           <Parameter name="autocomplete on category" pluralName="autocomplete on categorys">Form</Parameter>
           <Parameter name="mandatory" pluralName="mandatorys"></Parameter>
        </semanticforms_FormInput>
        <Label>Form</Label>
        <semanticmediawiki_Property name="Field_form" pluralName="Field_forms">
           <Type>Page</Type>
        </semanticmediawiki_Property>
     </Field>
     <Field category="Template" name="template" pluralName="templates">
        <semanticforms_FormInput>
           <InputType>combobox</InputType>
           <Parameter name="size" pluralName="sizes">80</Parameter>
           <Parameter name="autocomplete on category" pluralName="autocomplete on categorys">Template</Parameter>
           <Parameter name="mandatory" pluralName="mandatorys"></Parameter>
        </semanticforms_FormInput>
        <Label>Template</Label>
        <semanticmediawiki_Property name="Field_template" pluralName="Field_templates">
           <Type>Page</Type>
        </semanticmediawiki_Property>
     </Field>
     <Field category="FormInput" name="formInput" pluralName="formInputs">
        <semanticforms_FormInput>
           <InputType>combobox</InputType>
           <Parameter name="size" pluralName="sizes">80</Parameter>
           <Parameter name="autocomplete on category" pluralName="autocomplete on categorys">FormInput</Parameter>
           <Parameter name="mandatory" pluralName="mandatorys"></Parameter>
        </semanticforms_FormInput>
        <Label>FormInput</Label>
        <semanticmediawiki_Property name="Field_formInput" pluralName="Field_formInputs">
           <Type>Page</Type>
        </semanticmediawiki_Property>
     </Field>
  </Template>

</PageSchema> This Category has been generated with JSMW_PageSchema Version 0.0.2 at 2015-01-07T22:23:55Z
The following results are based on it:

the name of the field will also be used to derive a property name so please make sure you follow the rules for page titles

UML diagram for Field PageSchema

Pages in category "Field"

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