Template:Framexmlfunc: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Place this at the top of pages describing base functions defined in [[FrameXML]] folders, but not in C based Lua API.


;Usage
* 1 - name of file, like 'FrameXML/filename.lua'
;Example
<code><nowiki>{{framexmlfunc|FrameXML/ActionButton.lua}}</nowiki></code>
[[Category:Interface customization templates|{{PAGENAME}}]]
----
;Template
<onlyinclude><includeonly><!--
-->{{framexml|{{{1|}}}|t={{{t|method}}}|removed={{{removed|}}}|replace={{{replace|}}}|toc={{{toc|0}}}}}<!-- this should not be method
-->{{#if:{{{1|}}}|:{{icon-information}}This function is implemented in [[FrameXML|Lua]] here [{{wowtoolsfilelink|{{{1|}}}}} {{{1|}}}].|}}<!--
--></includeonly></onlyinclude>

Latest revision as of 03:52, 14 February 2021

Place this at the top of pages describing base functions defined in FrameXML folders, but not in C based Lua API.

Usage
  • 1 - name of file, like 'FrameXML/filename.lua'
Example
{{framexmlfunc|FrameXML/ActionButton.lua}}

Template