Template:WoW/uiaddon: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ {{PAGENAME}}|ns={{BASEPAGENAME}}}}
{{#vardefine:NAMESPACE|{{BASEPAGENAME}}}}{{ {{PAGENAME}}}}
Use this at the top of all UI Customization AddOn information pages. Any pages with this template will be added to [[:Category:WoW UI AddOn]].
Use this at the top of all UI Customization AddOn information pages. Any pages with this template will be added to [[:Category:WoW UI AddOn]].


Line 11: Line 11:
<onlyinclude><includeonly><!--
<onlyinclude><includeonly><!--


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


--><div style="float: right; margin-left: 2em; margin-bottom: 1em;">{{ {{#var:sub}}/apinav}}
--><div style="float: right; margin-left: 2em; margin-bottom: 1em;">{{ {{#var:NAMESPACE}}/apinav}}
<div style="margin-left: 1em; margin-right: 1em;"><small>&rarr; [[:Category:{{#var:sub}} UI AddOn|UI AddOn]]</small></div></div>{{#ifeq:{{{tocright|1}}}|0||{{tocright}}}}<!--
<div style="margin-left: 1em; margin-right: 1em;"><small>&rarr; [[:Category:{{#var:NAMESPACE}} UI AddOn|UI AddOn]]</small></div></div>{{#ifeq:{{{tocright|1}}}|0||{{tocright}}}}<!--


-->{{#ifeq:{{PAGENAME}}|AddOn||{{crumb|[[{{#var:sub}}:AddOn]]|{{#if:{{{1|}}}|[[{{{1}}}]]|}}}}}}<!--
-->{{#ifeq:{{PAGENAME}}|AddOn||{{crumb|[[AddOn]]|{{#if:{{{1|}}}|[[{{{1}}}]]|}}}}}}<!--


-->{{#ifeq:{{NAMESPACE}}|Template||[[Category:{{#var:sub}} UI AddOn]]}}<!--
-->{{#ifeq:{{NAMESPACE}}|Template||[[Category:{{#var:NAMESPACE}} UI AddOn]]}}<!--


--></includeonly></onlyinclude>
--></includeonly></onlyinclude>

Latest revision as of 21:33, 11 August 2023

← [[AddOn]]

Use this at the top of all UI Customization AddOn information pages. Any pages with this template will be added to Category:WoW UI AddOn.

Usage
  • 1 -
  • tocright [1,0] - disables or enables toc going right side. Default is '1'.
Template