Difference between revisions of "Template:Code"
Jump to navigation
Jump to search
(upcase properties) |
(revert to prev) |
||
Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{Code | {{Code | ||
− | | | + | |agent= |
− | | | + | |guidance= |
− | | | + | |action= |
− | | | + | |condition= |
− | | | + | |goals= |
− | | | + | |source= |
}} | }} | ||
</pre> | </pre> | ||
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:34, 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.