User:Hummel-riegel/SRF Process/templates/Process Extension Package.xml
Appearance
<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.3/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.3/ http://www.mediawiki.org/xml/export-0.3.xsd" version="0.3" xml:lang="en">
<siteinfo>
<sitename>TestWiki</sitename>
<base>http://localhost/wiki/index.php/Main_Page</base>
<generator>MediaWiki 1.15.3</generator>
<case>first-letter</case>
<namespaces>
<namespace key="-2">Media</namespace>
<namespace key="-1">Special</namespace>
<namespace key="0" />
<namespace key="1">Talk</namespace>
<namespace key="2">User</namespace>
<namespace key="3">User talk</namespace>
<namespace key="4">TestWiki</namespace>
<namespace key="5">TestWiki talk</namespace>
<namespace key="6">File</namespace>
<namespace key="7">File talk</namespace>
<namespace key="8">MediaWiki</namespace>
<namespace key="9">MediaWiki talk</namespace>
<namespace key="10">Template</namespace>
<namespace key="11">Template talk</namespace>
<namespace key="12">Help</namespace>
<namespace key="13">Help talk</namespace>
<namespace key="14">Category</namespace>
<namespace key="15">Category talk</namespace>
<namespace key="102">Property</namespace>
<namespace key="103">Property talk</namespace>
<namespace key="104">Type</namespace>
<namespace key="105">Type talk</namespace>
<namespace key="106">Form</namespace>
<namespace key="107">Form talk</namespace>
<namespace key="108">Concept</namespace>
<namespace key="109">Concept talk</namespace>
</namespaces>
</siteinfo>
<page>
<title>Process Extension Overview</title>
<id>183</id>
<revision>
<id>917</id>
<timestamp>2011-06-16T11:38:18Z</timestamp>
<contributor>
<username>Root</username>
<id>1</id>
</contributor>
<text xml:space="preserve">=== Process Extension Example ===
;[[Basic Graph]]
:[[User:Mr.A]]
:[[User:Ms.B]]
:[[User:Ms.Check]]
:[[Welcome Employee]]
:[[Make contracts]]
:[[Human Resources]]
:[[Notepad]]
=== Templates ===
;Prozess
:[[Template:Process]]*
:[[Template:Process Step]]*
:[[Template:Process Individual Pointer]]
:[[Template:Process Individual History]] (eigentlich obsolet)
;Übersichtsseiten
:[[Template:Process Individual View]]
::[[Template:Process Individual View Active]] (Template für Query)
::[[Template:Process Individual View Inactive]] (Template für Query)
:[[Template:Process Role View]]
:[[Template:Process Step View]]
:[[Template:Process Resource View]]
;Suchanfragen
;Rollenseiten
;Tabellen
:[[Template:Tablesection]]*
:[[Template:Tablerow]]*
:[[Template:Tablelongrow]]*
;Übersicht
:[[Template:SRF Process Header]]
=== Properties ===
;Prozess
:[[Property:Processname]]* besser: has process name
:[[Property:Process Owner]]* besser: has process owner
:([[Property:Showresources]])
:([[Property:Showroles]])
:([[Property:Showstatus]])
:([[Property:Graphvalidation]])
;Prozessschritt
:[[Property:belongs to process]]*
:[[Property:has Status]]*
:[[Property:has Role]]*
:[[Property:uses Resource]]*
:[[Property:has Successor]]*
:[[Property:has OrSuccessor]]*
:[[Property:has Condidtion]]*
::[[Property:has ConTrueSuccessor]]*
::[[Property:has ConFalseSuccessor]]*
;Individuum
:Internal Object (In [[Template:Process Individual Pointer]])
::[[Property:belongs to individual]]
::[[Property:points to process]]
::[[Property:points to process step]]
::[[Property:is active]]
::[[Property:has startdate]]
::[[Property:has status]]
::[[Property:has enddate]]
::[[Property:has processor]]
;Rolle
:[[Property:has Role Member]]
== Forms ==
:[[Form:Process]]
:[[Form:Process Step]]
: * von bestehender Lösung übernommen
<noinclude>[[Category:Process Extension Package]]</noinclude></text>
</revision>
</page>
<page>
<title>Processes</title>
<id>10</id>
<revision>
<id>863</id>
<timestamp>2011-05-10T08:46:19Z</timestamp>
<contributor>
<username>Root</username>
<id>1</id>
</contributor>
<text xml:space="preserve">[[Teast]]
[[Taest-Routine]]
[[Count]]
[[Test]]
[[No_Spaces]]
[[Kreis]]
[[Parallelism]]
[[Graphviz-Extension]]
[[Graphviz Sample]]
[[Another Graphviz Sample]]
[[Neato Example]]
[[SVG Example]]
[[framed sample]]
[[mscgen-example]]
[[Several Graphs in one Page]]
[[mediawiki-examples]]
{| class="maintable"
| <h3>Add a new process</h3>
{{#forminput:Process|25||Add process}}
|}
== Process Extension Overview ==
{{:Process Extension Overview}}</text>
</revision>
</page>
<page>
<title>Template:Process</title>
<id>13</id>
<revision>
<id>781</id>
<timestamp>2011-01-06T20:06:49Z</timestamp>
<contributor>
<username>Root</username>
<id>1</id>
</contributor>
<text xml:space="preserve"><noinclude>
This template is used for processes. The following parameters are available:
* Owner
<pre>
{{Process
| Owner=
| showroles=
| showresources=
| graphvalidation=
| showstatus=
}}
</pre>
</noinclude><includeonly>
{| cellspacing="0" cellpadding="5" style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse; border: 1px solid #aaa; background: #fff; float: right; clear: right; width: 20em"
! colspan="2" style="background: #144983; color: white" |[[Processname::{{PAGENAME}}]]
|-
{{#ifeq:{{{Owner|}}}||{{Tablerow|Label=Process owner:|Value=''not given yet''}}|{{Tablerow|Label=Process owner:|Value=[[Process Owner::{{{Owner}}}]]}}}}
|-
{{Tablesection|Label=Add a process step:|Color=#FF9D43}}
|-
{{Tablelongrow|Value={{#forminput:Process Step||||Process Step[Belongs to process]={{PAGENAME}}"}}}}
|-
{{Tablelongrow|Value=<small>''[[Template:Process|More info on this template]]''</small>|Color=#FF9D43}}
|-
|} [[Category:Process]]
</includeonly>
<includeonly>
{{#ask: [[Category:Process Step]] [[Category:{{PAGENAME}}]]
| ?has OrSuccessor=hasorsuccessor
| ?has Successor=hassuccessor
| ?has ConTrueSuccessor=hascontruesuccessor
| ?has ConFalseSuccessor =hasconfalsesuccessor
| ?has Condition=hascondition
| ?has Role=hasrole
| ?uses Resource=usesresource
| ?has Status=hasstatus
| format=process
| graphsize=12,12
| graphvalidation={{{graphvalidation}}}
| showroles={{{showroles}}}
| showresources={{{showresources}}}
| showstatus={{{showstatus}}}
| clustercolor=lightgrey
}}
</includeonly>
<noinclude>[[Category:Process Extension Package]]</noinclude></text>
</revision>
</page>
<page>
<title>Template:Process Step</title>
<id>16</id>
<revision>
<id>904</id>
<timestamp>2011-06-16T11:29:27Z</timestamp>
<contributor>
<username>Root</username>
<id>1</id>
</contributor>
<text xml:space="preserve"><noinclude>This template is used for processes. The following parameters are available:
* Belongs to process
* has Role
* uses Resource
* has Successor
* has OrSuccessor
* has Condition
* has ConTrueSuccessor
* has ConFalseSuccessor
* has Status
Use the following template for copy and paste:
<pre>
{{Process Step
|Belongs to process=
|has Role=
|uses Resource=
|has Successor=
|has OrSuccessor=
|has Condition=
|has ConTrueSuccessor=
|has ConFalseSuccessor=
|has Status=
}}
</pre>
</noinclude><includeonly>
{| cellspacing="0" cellpadding="5" style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse; border: 1px solid #aaa; background: #fff; float: right; clear: right; width: 20em"
! colspan="2" style="background: #144983; color: white" |{{PAGENAME}}
|-
{{#ifeq:{{{Belongs to process|}}}||{{Tablerow|Label=Belongs to process:|Value=''not given yet''}}|{{Tablerow|Label=Belongs to process:|Value=[[Belongs to process::{{{Belongs to process}}}]]}}}}
|-
{{#ifeq:{{{has Role|}}}||{{Tablerow|Label=has Role:|Value=''not given yet''}}|{{#arraymaptemplate:{{{has Role}}}|Roles|,}}}}
|-
{{#ifeq:{{{uses Resource|}}}||{{Tablerow|Label=uses Resource:|Value=''not given yet''}}|{{#arraymaptemplate:{{{uses Resource}}}|Resources|,}}}}
|-
{{#ifeq:{{{has Status|}}}|||{{Tablerow|Label=Status:|Value=[[has Status:={{{has Status}}}]]}}}}
|-
{{#ifeq:{{{has Successor|}}}|||{{Tablesection|Label=Successors|Color=#FF9D43}}}}
|-
{{#ifeq:{{{has Successor|}}}|||{{#arraymaptemplate:{{{has Successor}}}|Successor|,}}}}
|-
{{#ifeq:{{{has OrSuccessor|}}}|||{{Tablesection|Label=Or Successors|Color=#FF9D43}}}}
|-
{{#ifeq:{{{has OrSuccessor|}}}|||{{#arraymaptemplate:{{{has OrSuccessor}}}|OrSuccessor|,}}}}
|-
{{#ifeq:{{{has ConTrueSuccessor|}}}{{{has ConFalseSuccessor|}}}{{{has Condition|}}}|||{{Tablesection|Label=Condition|Color=#FF9D43}}}}
|-
{{#ifeq:{{{has Condition|}}}|||{{Tablerow|Label=Condition:|Value=[[has Condition:={{{has Condition}}}]]}}}}
|-
{{#ifeq:{{{has ConTrueSuccessor|}}}|||{{Tablerow|Label=has True Successor:|Value=[[has ConTrueSuccessor:={{{has ConTrueSuccessor}}}]]}}}}
|-
{{#ifeq:{{{has ConFalseSuccessor|}}}|||{{Tablerow|Label=has False Successor:|Value=[[has ConFalseSuccessor:={{{has ConFalseSuccessor}}}]]}}}}
|-
{{Tablesection|Label=Add a process step:|Color=#FF9D43}}
|-
{{Tablelongrow|Value={{#forminput:Process Step||||Process Step[Belongs to process]={{{Belongs to process}}}}}}}
|-
{{Tablelongrow|Value=<small>''[[Template:Process Step|More info on this template]]''</small>|Color=#FF9D43}}
|-
|} [[Category:Process Step]][[Category:{{{Belongs to process}}}]]
{{#ifexist: Template:Process Step View|{{Process Step View}}}}
</includeonly>
<noinclude>[[Category:Process Extension Package]]</noinclude></text>
</revision>
</page>
<page>
<title>Template:Tablelongrow</title>
<id>23</id>
<revision>
<id>779</id>
<timestamp>2011-01-06T20:05:02Z</timestamp>
<contributor>
<username>Root</username>
<id>1</id>
</contributor>
<text xml:space="preserve"><noinclude>{|
! Eine lange
! Tabellenzeile
|-</noinclude>
| colspan="2" style="text-align: center;"| {{{Value}}}
<noinclude>|}</noinclude>
<noinclude>[[Category:Process Extension Package]]</noinclude></text>
</revision>
</page>
<page>
<title>Template:Tablesection</title>
<id>18</id>
<revision>
<id>780</id>
<timestamp>2011-01-06T20:05:55Z</timestamp>
<contributor>
<username>Root</username>
<id>1</id>
</contributor>
<text xml:space="preserve"><noinclude>{|
! Ein
! Tabellenabschnitt
|-</noinclude>
! colspan="2" style="text-align: center; background: {{{Color|#eee}}}"| {{{Label}}}
<noinclude>|}</noinclude>
<noinclude>[[Category:Process Extension Package]]</noinclude></text>
</revision>
</page>
<page>
<title>Template:Tablerow</title>
<id>17</id>
<revision>
<id>767</id>
<timestamp>2011-01-06T18:46:36Z</timestamp>
<contributor>
<username>Root</username>
<id>1</id>
</contributor>
<text xml:space="preserve"><noinclude>{|
! Eine
! Tabellenzeile
|-</noinclude>
| {{{Label}}}
| {{{Value|undefined}}}
<noinclude>|}</noinclude>
<noinclude>[[Category:Process Extension Package]]</noinclude></text>
</revision>
</page>
<page>
<title>Process Extension Overview</title>
<id>183</id>
<revision>
<id>917</id>
<timestamp>2011-06-16T11:38:18Z</timestamp>
<contributor>
<username>Root</username>
<id>1</id>
</contributor>
<text xml:space="preserve">=== Process Extension Example ===
;[[Basic Graph]]
:[[User:Mr.A]]
:[[User:Ms.B]]
:[[User:Ms.Check]]
:[[Welcome Employee]]
:[[Make contracts]]
:[[Human Resources]]
:[[Notepad]]
=== Templates ===
;Prozess
:[[Template:Process]]*
:[[Template:Process Step]]*
:[[Template:Process Individual Pointer]]
:[[Template:Process Individual History]] (eigentlich obsolet)
;Übersichtsseiten
:[[Template:Process Individual View]]
::[[Template:Process Individual View Active]] (Template für Query)
::[[Template:Process Individual View Inactive]] (Template für Query)
:[[Template:Process Role View]]
:[[Template:Process Step View]]
:[[Template:Process Resource View]]
;Suchanfragen
;Rollenseiten
;Tabellen
:[[Template:Tablesection]]*
:[[Template:Tablerow]]*
:[[Template:Tablelongrow]]*
;Übersicht
:[[Template:SRF Process Header]]
=== Properties ===
;Prozess
:[[Property:Processname]]* besser: has process name
:[[Property:Process Owner]]* besser: has process owner
:([[Property:Showresources]])
:([[Property:Showroles]])
:([[Property:Showstatus]])
:([[Property:Graphvalidation]])
;Prozessschritt
:[[Property:belongs to process]]*
:[[Property:has Status]]*
:[[Property:has Role]]*
:[[Property:uses Resource]]*
:[[Property:has Successor]]*
:[[Property:has OrSuccessor]]*
:[[Property:has Condidtion]]*
::[[Property:has ConTrueSuccessor]]*
::[[Property:has ConFalseSuccessor]]*
;Individuum
:Internal Object (In [[Template:Process Individual Pointer]])
::[[Property:belongs to individual]]
::[[Property:points to process]]
::[[Property:points to process step]]
::[[Property:is active]]
::[[Property:has startdate]]
::[[Property:has status]]
::[[Property:has enddate]]
::[[Property:has processor]]
;Rolle
:[[Property:has Role Member]]
== Forms ==
:[[Form:Process]]
:[[Form:Process Step]]
: * von bestehender Lösung übernommen
<noinclude>[[Category:Process Extension Package]]</noinclude></text>
</revision>
</page>
<page>
<title>Template:Process Step</title>
<id>16</id>
<revision>
<id>904</id>
<timestamp>2011-06-16T11:29:27Z</timestamp>
<contributor>
<username>Root</username>
<id>1</id>
</contributor>
<text xml:space="preserve"><noinclude>This template is used for processes. The following parameters are available:
* Belongs to process
* has Role
* uses Resource
* has Successor
* has OrSuccessor
* has Condition
* has ConTrueSuccessor
* has ConFalseSuccessor
* has Status
Use the following template for copy and paste:
<pre>
{{Process Step
|Belongs to process=
|has Role=
|uses Resource=
|has Successor=
|has OrSuccessor=
|has Condition=
|has ConTrueSuccessor=
|has ConFalseSuccessor=
|has Status=
}}
</pre>
</noinclude><includeonly>
{| cellspacing="0" cellpadding="5" style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse; border: 1px solid #aaa; background: #fff; float: right; clear: right; width: 20em"
! colspan="2" style="background: #144983; color: white" |{{PAGENAME}}
|-
{{#ifeq:{{{Belongs to process|}}}||{{Tablerow|Label=Belongs to process:|Value=''not given yet''}}|{{Tablerow|Label=Belongs to process:|Value=[[Belongs to process::{{{Belongs to process}}}]]}}}}
|-
{{#ifeq:{{{has Role|}}}||{{Tablerow|Label=has Role:|Value=''not given yet''}}|{{#arraymaptemplate:{{{has Role}}}|Roles|,}}}}
|-
{{#ifeq:{{{uses Resource|}}}||{{Tablerow|Label=uses Resource:|Value=''not given yet''}}|{{#arraymaptemplate:{{{uses Resource}}}|Resources|,}}}}
|-
{{#ifeq:{{{has Status|}}}|||{{Tablerow|Label=Status:|Value=[[has Status:={{{has Status}}}]]}}}}
|-
{{#ifeq:{{{has Successor|}}}|||{{Tablesection|Label=Successors|Color=#FF9D43}}}}
|-
{{#ifeq:{{{has Successor|}}}|||{{#arraymaptemplate:{{{has Successor}}}|Successor|,}}}}
|-
{{#ifeq:{{{has OrSuccessor|}}}|||{{Tablesection|Label=Or Successors|Color=#FF9D43}}}}
|-
{{#ifeq:{{{has OrSuccessor|}}}|||{{#arraymaptemplate:{{{has OrSuccessor}}}|OrSuccessor|,}}}}
|-
{{#ifeq:{{{has ConTrueSuccessor|}}}{{{has ConFalseSuccessor|}}}{{{has Condition|}}}|||{{Tablesection|Label=Condition|Color=#FF9D43}}}}
|-
{{#ifeq:{{{has Condition|}}}|||{{Tablerow|Label=Condition:|Value=[[has Condition:={{{has Condition}}}]]}}}}
|-
{{#ifeq:{{{has ConTrueSuccessor|}}}|||{{Tablerow|Label=has True Successor:|Value=[[has ConTrueSuccessor:={{{has ConTrueSuccessor}}}]]}}}}
|-
{{#ifeq:{{{has ConFalseSuccessor|}}}|||{{Tablerow|Label=has False Successor:|Value=[[has ConFalseSuccessor:={{{has ConFalseSuccessor}}}]]}}}}
|-
{{Tablesection|Label=Add a process step:|Color=#FF9D43}}
|-
{{Tablelongrow|Value={{#forminput:Process Step||||Process Step[Belongs to process]={{{Belongs to process}}}}}}}
|-
{{Tablelongrow|Value=<small>''[[Template:Process Step|More info on this template]]''</small>|Color=#FF9D43}}
|-
|} [[Category:Process Step]][[Category:{{{Belongs to process}}}]]
{{#ifexist: Template:Process Step View|{{Process Step View}}}}
</includeonly>
<noinclude>[[Category:Process Extension Package]]</noinclude></text>
</revision>
</page>
</mediawiki>