Template:Macronav: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.) |
||
| Line 1: | Line 1: | ||
Creates a WoW macro navigation box for placing on wiki pages. Use {{t|Macro}} on actual Macro doc pages instead; see [[Macro commands]]. | |||
;Usage | |||
:doc [1] - documentation mode, when called from Macro template. | |||
[[Category:Navigation templates|{{PAGENAME}}]] | |||
---- | |||
;Template | |||
<onlyinclude><!-- | |||
-->{| class="darktable" style="<!-- | |||
-->{{#if:{{{doc|}}}||float:{{{float|right}}};}}<!-- don't float if doc, its doing the floating :) | |||
-->{{{style|}}}" | |||
|- | |||
! [[Macro|Macros]]{{Tableeditlink|Template:Macronav}} | |||
|- | |||
| | |||
[[Useful macros]] <br /> | |||
[[Slash commands|Macro commands]] <br /> | |||
|- | |||
| class="title" | General guides | |||
|- | |||
| | |||
[[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|}}}||[[Portal:Interface customization|UI Customization]] <br/>}} | |||
|- | |||
| class="title" | [[Class]] [[Macros]] | |||
|- | |||
| align="center" | | |||
[[File:IconSmall_Deathknight.gif|Useful macros for death knights|link=Useful macros for death knights]] | |||
[[File:IconSmall_Druid.gif|Useful macros for druids|link=Useful macros for druids]] | |||
[[File:IconSmall_Hunter.gif|Useful macros for hunters|link=Useful macros for hunters]] | |||
[[File:IconSmall_Mage.gif|Useful macros for mages|link=Useful macros for mages]] | |||
[[File:IconSmall_Monk.gif|Useful macros for monks|link=Useful macros for monks]] | |||
[[File:IconSmall_Paladin.gif|Useful macros for paladins|link=Useful macros for paladins]]<br /> | |||
[[File:IconSmall_Priest.gif|Useful macros for priests|link=Useful macros for priests]] | |||
[[File:IconSmall_Rogue.gif|Useful macros for rogues|link=Useful macros for rogues]] | |||
[[File:IconSmall_Shaman.gif|Useful macros for shamans|link=Useful macros for shamans]] | |||
[[File:IconSmall_Warlock.gif|Useful macros for warlocks|link=Useful macros for warlocks]] | |||
[[File:IconSmall_Warrior.gif|Useful macros for warriors|link=Useful macros for warriors]] | |||
|}<!-- | |||
--></onlyinclude> | |||
Revision as of 23:18, 5 November 2013
Creates a WoW macro navigation box for placing on wiki pages. Use {{Macro}} on actual Macro doc pages instead; see Macro commands.
- Usage
- doc [1] - documentation mode, when called from Macro template.
- Template