Template:Framexmlfunc: Difference between revisions
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: | ||
Place this at the top of pages describing base functions defined in [[FrameXML]] folders, but not in C based Lua API. | |||
;Usage | ;Usage | ||
* 1 - name of file, like 'FrameXML/filename.lua' | |||
;Example | ;Example | ||
<code><nowiki>{{framexmlfunc|FrameXML/ActionButton.lua}}</nowiki></code> | |||
[[Category:Interface customization templates|{{PAGENAME}}]] | [[Category:Interface customization templates|{{PAGENAME}}]] | ||
---- | ---- | ||
;Template | ;Template | ||
<onlyinclude><includeonly>{{framexml|{{{1|}}}|t={{{t|method}}}}}< | <onlyinclude><includeonly><!-- | ||
{{#if:{{{1|}}}|:{{icon-information}}This function is implemented | |||
</onlyinclude> | -->{{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