WildStar:Macro formatting: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "{{macronav}} {{Guideline|shortcut=WildStarWiki:Macro Formatting}} This is the main editing guide for documenting WildStar Macros in the Wiki. See Useful macros and [[U...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{macronav}}
{{\|macronav}}
{{Guideline|shortcut=WildStarWiki:Macro Formatting}}
{{Guideline|shortcut=AddOn Studio Wiki:Macro Formatting}}
This is the main editing guide for documenting WildStar [[Macro]]s 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.
This is the main editing guide for documenting WildStar [[Macro]]s 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 ==
== Guide ==

Latest revision as of 05:37, 10 August 2023

policy sign

Is a guideline on AddOn Studio Wiki.

  • Feel free to update the page as needed.
  • See Category:Guidelines for a list of guideline articles.

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[edit]

This is an official WildStar Wiki editing and policy guide.

Formatting Macros[edit]

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[edit]

/y Hooray, I made a macro!
  • Use: This yells, "Hooray, I made a macro!"
  • Works in 1.0.7

More Examples[edit]

Other useful examples of formatted Macros.

Mount[edit]

Example

Silly[edit]

Example

See also[edit]