Template:Dev: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "{{#vardefine:NAMESPACE|WoW}}{{ {{PAGENAME}}}} For use at the top of all runtime specific development or reference pages. Any pages with this template will be added to 'Category:{NAMESPACE} development'. Usage: * 1 [othernav|] - where 'othernav' is the name of a secondary nav bar, like 'macronav' * 2 [nonav|] - disable primary nav bar * 3 [toc|] - enable toc {{PAGENAME}} ---- ;Template <onlyinclude><includeonly><!-- -->{{#...")
 
No edit summary
Line 22: Line 22:
-->{{#if:{{{1|}}}|{{ {{#var:NAMESPACE}}/{{{1}}}}}}}<!--
-->{{#if:{{{1|}}}|{{ {{#var:NAMESPACE}}/{{{1}}}}}}}<!--


-->{{#ifeq:{{{3|}}}|notoc|__NOTOC__|{{tocright}}}}<!--
-->{{#ifeq:{{{3|}}}|toc|{{tocright}}|__NOTOC__}}<!--


-->{{crumb|{{#var:NAMESPACE}}:development|{{#var:NAMESPACE}} development}}<!--
-->{{crumb|{{#var:NAMESPACE}}:development|{{#var:NAMESPACE}} development}}<!--

Revision as of 18:07, 12 August 2023

WoW development

For use at the top of all runtime specific development or reference pages. Any pages with this template will be added to 'Category:{NAMESPACE} development'.

Usage:

  • 1 [othernav|] - where 'othernav' is the name of a secondary nav bar, like 'macronav'
  • 2 [nonav|] - disable primary nav bar
  • 3 [toc|] - enable toc

Template