Difference between revisions of "Category:ExamplePage"
Jump to navigation
Jump to search
(generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.3] at 2015-03-21T07:07:16Z) |
|||
(30 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <PageSchema> | + | <PageSchema category="ExamplePage" name="ExamplePage" pluralName="ExamplePages"> |
− | + | <semanticforms_Form name="ExamplePage" pluralName="ExamplePages"/> | |
− | + | <Template name="ExamplePage" pluralName="ExamplePages" format="standard"> | |
− | + | <Field name="content" pluralName="contents"> | |
− | + | <semanticforms_FormInput> | |
− | + | <InputType></InputType> | |
− | + | <Parameter name="size" pluralName="sizes">80</Parameter> | |
− | + | </semanticforms_FormInput> | |
− | + | <Label>Content</Label> | |
− | + | <semanticmediawiki_Property name="ExamplePage_content" pluralName="ExamplePage_contents"> | |
− | + | <Type>text</Type> | |
− | + | </semanticmediawiki_Property> | |
− | + | </Field> | |
− | + | <Field name="page" pluralName="pages"> | |
− | + | <semanticforms_FormInput> | |
− | + | <InputType></InputType> | |
− | + | <Parameter name="size" pluralName="sizes">40</Parameter> | |
− | + | </semanticforms_FormInput> | |
− | + | <Label>Page</Label> | |
− | + | <semanticmediawiki_Property name="ExamplePage_page" pluralName="ExamplePage_pages"> | |
− | + | <Type>Page</Type> | |
− | + | </semanticmediawiki_Property> | |
− | + | </Field> | |
− | + | <Field category="ExampleWiki" name="wiki" pluralName="wikis"> | |
− | + | <semanticforms_FormInput> | |
− | + | <InputType>combobox</InputType> | |
− | + | <Parameter name="size" pluralName="sizes">40</Parameter> | |
− | + | <Parameter name="autocomplete on category" pluralName="autocomplete on categorys">ExampleWiki</Parameter> | |
− | + | <Parameter name="mandatory" pluralName="mandatorys"></Parameter> | |
− | + | </semanticforms_FormInput> | |
− | + | <Label>wiki</Label> | |
− | + | <semanticmediawiki_Property name="ExamplePage_wiki" pluralName="ExamplePage_wikis"> | |
− | + | <Type>Page</Type> | |
− | + | </semanticmediawiki_Property> | |
− | + | </Field> | |
− | + | <Field name="forEdit" pluralName="forEdits"> | |
− | + | <semanticforms_FormInput> | |
− | + | <InputType></InputType> | |
− | + | <Parameter name="size" pluralName="sizes">15</Parameter> | |
− | + | </semanticforms_FormInput> | |
− | + | <Label>write access</Label> | |
− | + | <semanticmediawiki_Property name="ExamplePage_forEdit" pluralName="ExamplePage_forEdits"> | |
− | + | <Type>Boolean</Type> | |
− | + | </semanticmediawiki_Property> | |
− | + | </Field> | |
− | + | </Template> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</PageSchema> | </PageSchema> | ||
− | + | === UML === | |
− | + | <!-- Plantuml --> | |
− | |||
− | |||
− | |||
− | |||
<uml> | <uml> | ||
− | + | title ExamplePage | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | title | ||
note as ExamplePageDiagramNote | note as ExamplePageDiagramNote | ||
Copyright (c) 2015 BITPlan GmbH | Copyright (c) 2015 BITPlan GmbH | ||
[[http://www.bitplan.com]] | [[http://www.bitplan.com]] | ||
end note | end note | ||
− | note as ExamplePageNote | + | note as ExamplePageNote |
examplePages are testPages for mediawiki-japi | examplePages are testPages for mediawiki-japi | ||
end note | end note | ||
− | + | class ExamplePage <<Category>> { | |
− | + | ' no category content Content | |
text Content | text Content | ||
+ | ' no category page Page | ||
Page Page | Page Page | ||
+ | ' ExampleWiki wiki wiki | ||
+ | ' no category forEdit write access | ||
Boolean write access | Boolean write access | ||
− | |||
} | } | ||
+ | ExamplePageNote .. ExamplePage | ||
ExamplePage -- ExampleWiki | ExamplePage -- ExampleWiki | ||
− | hide | + | skinparam classBackgroundColor white |
+ | skinparam classBorderColor #FF8000 | ||
+ | skinparam classFontColor black | ||
+ | skinparam classFontSize 12 | ||
+ | skinparam classFontName Arial | ||
+ | skinparam NoteBorderColor #FF8000 | ||
+ | skinparam NoteBackgroundColor #FFFFF0 | ||
+ | hide circle | ||
</uml> | </uml> | ||
+ | * see also [[:Category:ExampleWiki]] | ||
+ | === Documentation === | ||
+ | see [[Category:ExamplePage]] | ||
+ | === Concept === | ||
+ | {{Concept | ||
+ | |name=ExamplePage | ||
+ | }} | ||
+ | === Links === | ||
+ | * [[List of ExamplePages]] | ||
+ | * [[Concept:ExamplePage]] | ||
+ | * [[:Category:ExamplePage]] | ||
+ | * [[:Template:ExamplePage]] | ||
+ | * [[:Form:ExamplePage]] | ||
+ | ====Properties ==== | ||
+ | * [[Property:ExamplePage_content]] | ||
+ | * [[Property:ExamplePage_page]] | ||
+ | * [[Property:ExamplePage_wiki]] | ||
+ | * [[Property:ExamplePage_forEdit]] | ||
+ | <br> | ||
+ | [[Category:PageSchema]]This Category has been generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.3] at 2015-03-21T07:07:16Z<br> |
Latest revision as of 08:07, 21 March 2015
<PageSchema category="ExamplePage" name="ExamplePage" pluralName="ExamplePages">
<semanticforms_Form name="ExamplePage" pluralName="ExamplePages"/> <Template name="ExamplePage" pluralName="ExamplePages" format="standard"> <Field name="content" pluralName="contents"> <semanticforms_FormInput> <InputType></InputType> <Parameter name="size" pluralName="sizes">80</Parameter> </semanticforms_FormInput> <Label>Content</Label> <semanticmediawiki_Property name="ExamplePage_content" pluralName="ExamplePage_contents"> <Type>text</Type> </semanticmediawiki_Property> </Field> <Field name="page" pluralName="pages"> <semanticforms_FormInput> <InputType></InputType> <Parameter name="size" pluralName="sizes">40</Parameter> </semanticforms_FormInput> <Label>Page</Label> <semanticmediawiki_Property name="ExamplePage_page" pluralName="ExamplePage_pages"> <Type>Page</Type> </semanticmediawiki_Property> </Field> <Field category="ExampleWiki" name="wiki" pluralName="wikis"> <semanticforms_FormInput> <InputType>combobox</InputType> <Parameter name="size" pluralName="sizes">40</Parameter> <Parameter name="autocomplete on category" pluralName="autocomplete on categorys">ExampleWiki</Parameter> <Parameter name="mandatory" pluralName="mandatorys"></Parameter> </semanticforms_FormInput> <Label>wiki</Label> <semanticmediawiki_Property name="ExamplePage_wiki" pluralName="ExamplePage_wikis"> <Type>Page</Type> </semanticmediawiki_Property> </Field> <Field name="forEdit" pluralName="forEdits"> <semanticforms_FormInput> <InputType></InputType> <Parameter name="size" pluralName="sizes">15</Parameter> </semanticforms_FormInput> <Label>write access</Label> <semanticmediawiki_Property name="ExamplePage_forEdit" pluralName="ExamplePage_forEdits"> <Type>Boolean</Type> </semanticmediawiki_Property> </Field> </Template>
</PageSchema>
UML
- see also Category:ExampleWiki
Documentation
see
Concept
Links
Properties
- Property:ExamplePage_content
- Property:ExamplePage_page
- Property:ExamplePage_wiki
- Property:ExamplePage_forEdit
This Category has been generated with JSMW_PageSchema Version 0.0.3 at 2015-03-21T07:07:16Z