Template:Text command infobox
Jump to navigation
Jump to search
Documentation for Template:Text command infobox [view] [edit] [history] [purge] (How does this work?)
Use this infobox for defining text commands within the game.
{{Text command infobox
| name =
| description =
| type =
| platforms =
| emote =
| aliases =
| usage =
| patch =
| release =
}}
Parameters
- name
- Optional. Name of the text command. Defaults to
{{PAGENAME}}. - icon
- Optional. Text command icon. Defaults to File:
{{PAGENAME}}.png - description
- Optional. Verbatim from the game's text command.
- type
- Required. The type the text command is placed under. Accepts general, special, expressions.
- command
- Required. The slash command that evokes the text command in-game.
- can-use-while
- Optional. All of the situations in which the text command can be used. Accepts: "standing", "swimming", "underwater", "seated", "mounted", "fishing".
- unlock-item
- Optional. The item used to unlock the text command.
- activity
- Optional. The name of the activity where the text command is unlocked.
- event
- Optional. The name of the event where the text command is unlocked.
- quest
- Optional. The name of the quest that unlocks the text command.
- achievement
- Optional. The name of the achievement that unlocks the text command.
- purchased-from
- Optional. How to purchase the text command
- cost-type
- Optional. The currency used to purchase the text command. Accepts: "gil", "mgp", "seals", "wolf marks", "kojin sango", "ananta dreamstaff", "namazu koban", "mythic clan mark logs", "usd"
- cost
- Optional. amount of the currency needed to purchase the text command.
- patch
- Optional. Patch this text command was released in.
- release
- Optional. Expansion this text command belongs to. Accepts heavensward or stormblood or shadowbringers or endwalker or dawntrail.
Examples
{{Text command infobox
| name = /say
| description = ALIASES:
/say, /s
USAGE:
/say [message]
→Sends a message to all PCs within a small radius. The message will not be displayed if a PC has deselected [Say] in the chat filter. Typing /say or /s without a message switches the default chat mode to [Say].
| type = chat
| platforms = Windows, PS4, Mac
| emote =
| aliases = /say, /s
| usage = /say [message]
| patch =
| release =
}}
/say
- Type
- Chat
- Platforms
- Windows, PS4, Mac
- Aliases
- /say, /s
- Usage
- /say [message]
“ALIASES: /say, /s
USAGE: /say [message]
→Sends a message to all PCs within a small radius. The message will not be displayed if a PC has deselected [Say] in the chat filter. Typing /say or /s without a message switches the default chat mode to [Say].
— In-game description