WildStar:Macro formatting: Difference between revisions
Jump to navigation
Jump to search
m (Bear moved page WildStar/Macro formatting to //Macro formatting) |
m (Bear moved page //Macro formatting to Macro formatting without leaving a redirect) |
(No difference)
|
Revision as of 03:25, 9 August 2023
{{../macronav}}
Shortcut: AddOn Studio Wiki:Macro Formatting
Is a guideline on AddOn Studio Wiki.
|
This is the main editing guide for documenting WildStar Macros in the Wiki. See [[../Useful macros/]] and [[../User defined macros/]] for lists of macros. See [[../Slash commands/]] for the list of macro commands. Please follow the instructions when editing.
Guide
This is an official WildStar Wiki editing and policy guide.
Formatting Macros
- Note: If commands for a macro change significantly, please validate and mark with last working version number.
When editing a macro on the Wiki please:
- name it, describe what it does, and use a 'space' before each command for the 'code box'
- note the version of WildStar that you tested it in
- if moving from another page, remove it from the old page
- follow this Macro formatting example:
==== Macro Name ==== /y Hooray, I made a macro! * Use: This yells, "Hooray, I made a macro!" * Works in 1.0.7
- which creates:
Macro Name
/y Hooray, I made a macro!
- Use: This yells, "Hooray, I made a macro!"
- Works in 1.0.7
More Examples
Other useful examples of formatted Macros.
Mount
- Example
Silly
- Example