Template:Macronav: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(18 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Creates a WoW macro navigation box for placing on wiki pages


;Usage
:doc [1] - documentation mode, when called from Macro template.
[[Category:Navigation templates|{{PAGENAME}}]]
----
;Template
<onlyinclude><!--
-->{| class="darktable" style="float:{{{float|right}}};{{{style|}}}"
|-
! style="position:relative" | [[Macro|Macros]]{{editlink|Template:Macronav}}
|-
|<div style="padding:2px">
[[Useful macros]] <br />
[[Slash commands|Macro commands]] <br />
</div>
|- class="alt"
| class="title" | [[:Category:WoW Guides|General guides]]
|-
|<div style="padding:2px">
[[UI beginner's guide#Macros|Beginner's guide]] <br/>
[[UI FAQ/Macros and scripts|FAQs]] <br/>
[[Making a macro]] <br/><!--
-->[[:WoWWiki:Macro Formatting|Wiki Formatting]] <br/><!--
-->{{#if:{{{doc|}}}||[[:Category:Macros]] <br/>}}<!--
-->{{#if:{{{doc|}}}||[[wo:development|UI Customization]] <br/>}}
</div>
|}<!--
--></onlyinclude>

Latest revision as of 23:32, 14 August 2023

Creates a WoW macro navigation box for placing on wiki pages

Usage
doc [1] - documentation mode, when called from Macro template.

Template
Macros
General guides