Difference between revisions of "Template:LogicModel"

From PKC
Jump to navigation Jump to search
(Created page with " {|class=wikitable |'''1. [[Context/{{{name}}}]]''' |colspan = 3| {{{context}}} |- |'''2. [[Goal/{{{name}}}]]''' |colspan = 3| {{{goal}}} |- |'''3. Success Criteria/{{{name...")
 
Line 4: Line 4:
|'''1. [[Context/{{{name}}}]]'''
|'''1. [[Context/{{{name}}}]]'''
|colspan = 3|
|colspan = 3|
{{{context}}}
{{:Context/{{{name}}}}}
|-
|-
|'''2. [[Goal/{{{name}}}]]'''
|'''2. [[Goal/{{{name}}}]]'''
|colspan = 3|
|colspan = 3|
{{{goal}}}
{{:Goal/{{{name}}}}}
|-
|-
|'''3. [[Success Criteria/{{{name}}}]]'''
|'''3. [[Success Criteria/{{{name}}}]]'''
|colspan = 3|
|colspan = 3|
{{{criteria}}}
{{:Success Criteria/{{{name}}}}}
|-
|-
|style = "width:300px"|'''4. [[Outputs/{{{name}}}]]'''||style = "width:300px"|'''5. [[Process/{{{name}}}]]'''||style = "width:300px"|'''6. [[Inputs/{{{name}}}]]'''
|style = "width:300px"|'''4. [[Outputs/{{{name}}}]]'''||style = "width:300px"|'''5. [[Process/{{{name}}}]]'''||style = "width:300px"|'''6. [[Inputs/{{{name}}}]]'''
Line 18: Line 18:
|
|


{{{outputs}}}
{{:Outputs/{{{name}}}}}


|
|
{{{process}}}
{{:Process/{{{name}}}}}


|
|
{{{inputs}}}
{{:Inputs/{{{name}}}}}
|-
|-
|'''7. [[Boundary Conditions/{{{name}}}]]'''
|'''7. [[Boundary Conditions/{{{name}}}]]'''
|colspan = 3|
|colspan = 3|
{{{boundaries}}}
{{:Boundary Conditions/{{{name}}}}}
|-
|-
|}
|}
<templatedata>
{
"params": {
                "name":{},
"context": {},
"goal": {},
"criteria": {},
"outputs": {},
"process": {},
"inputs": {},
"boundaries": {}
},
"description": "A Logic Model contains seven visible parameters, they are all text-based descriptions."
}
</templatedata>
[[Category:Contract]]
[[Category:Contract]]
[[Category:Logic Model]]
[[Category:Logic Model]]

Revision as of 11:27, 26 July 2021


1. [[Context/{{{name}}}]]

{{:Context/{{{name}}}}}

2. [[Goal/{{{name}}}]]

{{:Goal/{{{name}}}}}

3. [[Success Criteria/{{{name}}}]]

{{:Success Criteria/{{{name}}}}}

4. [[Outputs/{{{name}}}]] 5. [[Process/{{{name}}}]] 6. [[Inputs/{{{name}}}]]

{{:Outputs/{{{name}}}}}

{{:Process/{{{name}}}}}

{{:Inputs/{{{name}}}}}

7. [[Boundary Conditions/{{{name}}}]]

{{:Boundary Conditions/{{{name}}}}}