Difference between revisions of "Template:Code"

From CodeWOW
Jump to navigation Jump to search
(revert to prev)
(add Question field, and fix cases)
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{Code
 
{{Code
|agent=
+
|Agent=
|guidance=
+
|Guidance=
|action=
+
|Action=
|condition=
+
|Condition=
|goals=
+
|Goals=
|source=
+
|Source=
 +
|Question=
 
}}
 
}}
 
</pre>
 
</pre>
Line 16: Line 17:
 
{| class="wikitable"
 
{| class="wikitable"
 
! Agent
 
! Agent
| [[Has agent::{{{agent|}}}]]  
+
| [[Has agent::{{{Agent|}}}]]  
 
|-
 
|-
 
! Guidance
 
! Guidance
| [[Has guidance::{{{guidance|}}}]]  
+
| [[Has guidance::{{{Guidance|}}}]]  
 
|-
 
|-
 
! Action
 
! Action
| [[Do action::{{{action|}}}]]  
+
| [[Do action::{{{Action|}}}]]  
 
|-
 
|-
 
! Condition
 
! Condition
| {{#arraymap:{{{condition|}}}|,|x|[[Has condition::x]]}}
+
| {{#arraymap:{{{Condition|}}}|,|x|[[Has condition::x]]}}
 
|-
 
|-
 
! Goal
 
! Goal
| {{#arraymap:{{{goal|}}}|,|x|[[In order to::x]]}}
+
| {{#arraymap:{{{Goal|}}}|,|x|[[In order to::x]]}}
 
|-
 
|-
 
! Source
 
! Source
| {{#arraymap:{{{source|}}}|,|x|[[According to::x]]}}
+
| {{#arraymap:{{{Source|}}}|,|x|[[According to::x]]}}
 +
|-
 +
! Question
 +
| [[Answers question::{{{Question|}}}]]
 
|}
 
|}
  
[[Has agent::{{{agent|}}}]] [[Has guidance::{{{guidance|}}}]] [[Do action::{{{action|}}}]] [[Has condition::{{#arraymap:{{{condition|}}}|,|x|[[Has condition::x]]}} in order to {{#arraymap:{{{goal|}}}|,|x|[[In order to::x]]}} according to {{#arraymap:{{{source|}}}|,|x|[[According to::x]]}}.
+
[[Has agent::{{{Agent|}}}]] [[Has guidance::{{{Guidance|}}}]] [[Do action::{{{Action|}}}]] [[Has condition::{{#arraymap:{{{Condition|}}}|,|x|[[Has condition::x]]}} in order to {{#arraymap:{{{Goal|}}}|,|x|[[In order to::x]]}} according to {{#arraymap:{{{Source|}}}|,|x|[[According to::x]]}}, answering the question [[Answers question::{{{Question|}}}]].
  
 
[[Category:Codes]]
 
[[Category:Codes]]
 
</includeonly>
 
</includeonly>

Revision as of 12:44, 8 April 2015

This is the "Code" template. It should be called in the following format:

{{Code
|Agent=
|Guidance=
|Action=
|Condition=
|Goals=
|Source=
|Question=
}}

Edit the page to see the template text.