Template:WildStar/Macroformat: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Used to add Macro formatting instructions to wiki pages. See AddOn Studio Wiki:Macro Formatting. Category:WildStar development ---- ;Template <onlyinclude><!-- -->{{...") |
No edit summary |
||
Line 1: | Line 1: | ||
Used to add Macro formatting instructions to wiki pages. See [[AddOn Studio Wiki:Macro Formatting]] or [[WildStar | {{ {{PAGENAME}}|ns={{BASEPAGENAME}}}} | ||
Used to add Macro formatting instructions to wiki pages. See [[AddOn Studio Wiki:Macro Formatting]] or [[WildStar:Macro Formatting]]. | |||
[[Category:WildStar development]] | [[Category:WildStar development|{{PAGENAME}}]] | ||
---- | ---- | ||
;Template | ;Template | ||
<onlyinclude><!-- | <onlyinclude><includeonly><!-- | ||
-->{{#vardefine:sub|{{{ns|{{ | -->{{#vardefine:sub|{{#if:{{{ns|}}}|{{{ns}}}|{{#var:sub|{{NAMESPACE}}}}}}}}<!-- | ||
-->{{:{{#var:sub}} | -->{{:{{#var:sub}}:Macro Formatting}}<!-- | ||
--></onlyinclude> | --></includeonly></onlyinclude> |
Revision as of 05:49, 10 August 2023
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
Used to add Macro formatting instructions to wiki pages. See AddOn Studio Wiki:Macro Formatting or WildStar:Macro Formatting.
- Template