Template:WildStar/Macroformat: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "== New Macros == :''Place new macros here by editing this section.''")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Used to add Macro formatting instructions to wiki pages. See [[WildStarWiki:Macro Formatting]].
{{ {{PAGENAME}}|ns={{BASEPAGENAME}}}}
Used to add Macro formatting instructions to wiki pages. See [[AddOn Studio Wiki:Macro Formatting]] or [[WildStar:Macro Formatting]].


[[Category:WS development]]
[[Category:WildStar development|{{PAGENAME}}]]
----
----
;Template
;Template
<onlyinclude><!--
<onlyinclude><includeonly><!--


-->{{:WildStarWiki:Macro Formatting}}<!--
-->{{#vardefine:sub|{{#if:{{{ns|}}}|{{{ns}}}|{{#var:sub|{{NAMESPACE}}}}}}}}<!--


--></onlyinclude>
-->{{:{{#var:sub}}:Macro formatting}}<!--
 
--></includeonly></onlyinclude>

Latest revision as of 05:54, 10 August 2023


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

Used to add Macro formatting instructions to wiki pages. See AddOn Studio Wiki:Macro Formatting or WildStar:Macro Formatting.


Template