49
edits
m (tlink --> t) |
mNo edit summary |
||
| (7 intermediate revisions by 7 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> | |||