Template:Framexmlfunc

From Warcraft Wiki
Jump to navigation Jump to search

Place this at the top of pages describing functions defined in FrameXML: {{framexmlfunc|<FrameXML/filename.lua>}}

Usage

Single function
The first parameter is the page where the function is found.
{{framexmlfunc|Blizzard_BindingUI.lua}}
Multiple functions defined by a single FrameXML page
Add a second parameter, but leave it blank, so that a plural form is used.)
{{framexmlfunc|Pools.lua|}}
Multiple functions defined by two separate FrameXML pages
The second parameter is the page where other functions are found.
{{framexmlfunc|Vector2D.lua|Vector3D.lua}}

Example

This function is implemented in FrameXML/Blizzard_BindingUI.lua.

See also