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...")
 
(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...")
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 ==

Revision as of 06:38, 7 July 2020

{{../macronav}}

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

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

See also