Template:Mact/doc: Difference between revisions

Created page with "{{documentation}} ;Usage {{t|Mact|action}} The Mission Action template is used to add the appropriate format for actions in dialogues and missions transcripts. An action is..."
 
mNo edit summary
 
Line 7: Line 7:


;Example
;Example
<pre>{{Qact|Return to Gemini Station}}</pre>
<pre>{{Mact|Return to Gemini Station}}</pre>
Would produce:
Would produce:
{{qact|Return to Gemini Station}}<includeonly>[[Category:Formatting templates]]</includeonly>
{{Mact|Return to Gemini Station}}<includeonly>[[Category:Formatting templates]]</includeonly>


{{TemplateData|<templatedata>
{{TemplateData|<templatedata>
Line 17: Line 17:
"label": "Action",
"label": "Action",
"description": "Text describing the action",
"description": "Text describing the action",
"example": "Speak to Reldo about the TzHaar language",
"example": "Return to Gemini Station",
"type": "string"
"type": "string"
}
}
},
},
"description": "The Quest Action template is used to add the appropriate format for actions in dialogues and quest transcripts. An action is anything that changes the situation in a quest, such as travel or a new character appearing.",
"description": "The Mission Action template is used to add the appropriate format for actions in dialogues and missions transcripts. An action is anything that changes the situation in a mission, such as travel or a new character appearing.",
"format": "inline"
"format": "inline"
}
}