Difference between revisions of "Category:ExampleWiki"

From BITPlan mediawiki-japi Wiki
Jump to navigation Jump to search
(generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-30T04:56:08Z)
(generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-30T06:26:21Z)
Line 47: Line 47:
 
</PageSchema>
 
</PageSchema>
 
=== UML ===
 
=== UML ===
 +
<!--  Plantuml  -->
 
<uml>
 
<uml>
skinparam classBackgroundColor white
 
skinparam classBorderColor #FF8000
 
skinparam classFontColor black
 
skinparam classFontSize 12
 
skinparam classFontName Arial
 
skinparam NoteBorderColor #FF8000
 
skinparam NoteBackgroundColor #FFFFF0
 
hide circle
 
 
title ExampleWiki
 
title ExampleWiki
 
note as ExampleWikiDiagramNote
 
note as ExampleWikiDiagramNote
Line 61: Line 54:
 
[[http://www.bitplan.com]]
 
[[http://www.bitplan.com]]
 
end note
 
end note
note as ExampleWikiNote  
+
note as ExampleWikiNote
 
ExampleWikis are testCases for mediawiki-japi
 
ExampleWikis are testCases for mediawiki-japi
 
end note
 
end note
ExampleWikiNote .. ExampleWiki
+
class ExampleWiki <<Category>> {
Class ExampleWiki <<Category>> {
+
' no category siteurl siteurl
 
URL siteurl
 
URL siteurl
 +
' no category wikid wikiId
 
Text wikiId
 
Text wikiId
 +
' no category mwversion Version
 
Text Version
 
Text Version
 +
' no category mwlogo Logo
 
URL Logo
 
URL Logo
 
 
}
 
}
 +
ExampleWikiNote .. ExampleWiki
 +
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>
 
=== Documentation ===
 
=== Documentation ===
Line 91: Line 95:
 
* [[Property:ExampleWiki_mwlogo]]
 
* [[Property:ExampleWiki_mwlogo]]
 
<br>
 
<br>
[[Category:PageSchema]]This Category has been generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-30T04:56:08Z<br>
+
[[Category:PageSchema]]This Category has been generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-30T06:26:21Z<br>

Revision as of 08:26, 30 January 2015

<PageSchema category="ExampleWiki" name="ExampleWiki" pluralName="ExampleWikis">

  <semanticforms_Form name="ExampleWiki" pluralName="ExampleWikis"/>
  <Template name="ExampleWiki" pluralName="ExampleWikis" format="standard">
     <Field name="siteurl" pluralName="siteurls">
        <semanticforms_FormInput>
           <InputType></InputType>
           <Parameter name="size" pluralName="sizes">80</Parameter>
           <Parameter name="mandatory" pluralName="mandatorys"></Parameter>
        </semanticforms_FormInput>
        <Label>siteurl</Label>
        <semanticmediawiki_Property name="ExampleWiki_siteurl" pluralName="ExampleWiki_siteurls">
           <Type>URL</Type>
        </semanticmediawiki_Property>
     </Field>
     <Field name="wikid" pluralName="wikids">
        <semanticforms_FormInput>
           <InputType></InputType>
           <Parameter name="size" pluralName="sizes">40</Parameter>
           <Parameter name="mandatory" pluralName="mandatorys"></Parameter>
        </semanticforms_FormInput>
        <Label>wikiId</Label>
        <semanticmediawiki_Property name="ExampleWiki_wikid" pluralName="ExampleWiki_wikids">
           <Type>Text</Type>
        </semanticmediawiki_Property>
     </Field>
     <Field name="mwversion" pluralName="mwversions">
        <semanticforms_FormInput>
           <InputType></InputType>
           <Parameter name="size" pluralName="sizes">15</Parameter>
        </semanticforms_FormInput>
        <Label>Version</Label>
        <semanticmediawiki_Property name="ExampleWiki_mwversion" pluralName="ExampleWiki_mwversions">
           <Type>Text</Type>
        </semanticmediawiki_Property>
     </Field>
     <Field name="mwlogo" pluralName="mwlogos">
        <semanticforms_FormInput>
           <InputType></InputType>
           <Parameter name="size" pluralName="sizes">100</Parameter>
        </semanticforms_FormInput>
        <Label>Logo</Label>
        <semanticmediawiki_Property name="ExampleWiki_mwlogo" pluralName="ExampleWiki_mwlogos">
           <Type>URL</Type>
        </semanticmediawiki_Property>
     </Field>
  </Template>

</PageSchema>

UML

Documentation

see ExampleWikis

Concept

Template:Concept

Links

Properties


This Category has been generated with JSMW_PageSchema Version 0.0.2 at 2015-01-30T06:26:21Z