Difference between revisions of "Template:Code"
Jump to navigation
Jump to search
(upcase properties) |
(upcase properties) |
||
Line 16: | Line 16: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Agent | ! Agent | ||
− | | [[Has agent::{{{ | + | | [[Has agent::{{{Agent|}}}]] |
|- | |- | ||
! Guidance | ! Guidance | ||
− | | [[Has guidance::{{{ | + | | [[Has guidance::{{{Guidance|}}}]] |
|- | |- | ||
! Action | ! Action | ||
− | | [[Do action::{{{ | + | | [[Do action::{{{Action|}}}]] |
|- | |- | ||
! Condition | ! Condition | ||
− | | {{#arraymap:{{{ | + | | {{#arraymap:{{{Condition|}}}|,|x|[[Has condition::x]]}} |
|- | |- | ||
! Goal | ! Goal | ||
− | | {{#arraymap:{{{ | + | | {{#arraymap:{{{Goal|}}}|,|x|[[In order to::x]]}} |
|- | |- | ||
! Source | ! Source | ||
− | | {{#arraymap:{{{ | + | | {{#arraymap:{{{Source|}}}|,|x|[[According to::x]]}} |
|} | |} | ||
− | [[Has agent::{{{ | + | [[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]]}}. |
[[Category:Codes]] | [[Category:Codes]] | ||
</includeonly> | </includeonly> |
Revision as of 12:28, 8 April 2015
This is the "Code" template. It should be called in the following format:
{{Code |Agent= |Guidance= |Action= |Condition= |Goals= |Source= }}
Edit the page to see the template text.