Template:Framexml: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.)
mNo edit summary
 
Line 1: Line 1:
<noinclude>
Use this at the top of all pages that document functions and other items implemented in the WoW FrameXML files in WoW client Lua and XML. Use only for facilities that are specific to FrameXML, not GlueXML, general WoW Lua API, general Lua Widgets, or general [[XML UI]].
''Use this at the top of all pages that document FrameXML objects, functions and methods. Use only for facilities that are specific to FrameXML, '''not''' GlueXML, general WoW Lua API, general Lua Widgets, or general XML UI.''


 
[[Category:Interface customization templates|{{PAGENAME}}]]
[[Category:Interface customization templates|{{PAGENAME}}]]
----
----


;Template
;Template
<onlyinclude>
<onlyinclude><includeonly><!--
<!-- USING {{t|wowapi}}. This really should be a major section in the reference docs, like 'WoW API' and 'Widget API' as it documents a set of UI functionality. However there are so many sections already. There should be one for GlueXML too. For now moth-balling this for some of the functions and members. Much of whats documented specifically for FrameXML and GlueXML is referenced in WoW API as just a few members.  Effort should be later to establish FrameXML and GlueXML as major UI Customization sections. -->
 
<!--</noinclude><div style="float: right; margin-left: 2em; margin-bottom: 1em;">{{apinav}}<div style="margin-left: 1em; margin-right: 1em;"><small>&rarr; [[:Category:FrameXML documentation|FrameXML Docs]]</small></div>
USING {{t|wowapi}}. This really should be a major section in the reference docs, like 'WoW API' and 'Widget API' as it documents a set of UI functionality. However there are so many sections already. There should be one for GlueXML too. For now mothballing this for some of the functions and members. Much of what's documented specifically for FrameXML and GlueXML is referenced in WoW API as just a few members.  Effort should be later to establish FrameXML and GlueXML as major UI Customization sections.
<includeonly>[[Category:FrameXML documentation|{{PAGENAME}}]]</includeonly>
 
</div>--><includeonly>{{wowapi|t={{{t|}}}}}[[Category:FrameXML documentation]]</includeonly></onlyinclude>
<div style="float: right; margin-left: 2em; margin-bottom: 1em;">{{apinav}}<div style="margin-left: 1em; margin-right: 1em;"><small>&rarr; [[:Category:FrameXML documentation|FrameXML Docs]]</small></div>
<includeonly>[[Category:FrameXML documentation|{{PAGENAME}}]]
</div>
 
-->{{wowapi|t={{{t|}}}|removed={{{removed|}}}|replace={{{replace|}}}|toc={{{toc|}}}}}[[Category:FrameXML documentation]]<!--
 
--></includeonly></onlyinclude>

Latest revision as of 03:59, 14 February 2021

Use this at the top of all pages that document functions and other items implemented in the WoW FrameXML files in WoW client Lua and XML. Use only for facilities that are specific to FrameXML, not GlueXML, general WoW Lua API, general Lua Widgets, or general XML UI.


Template