Template:Api

From AddOn Studio
Revision as of 21:46, 14 February 2015 by Authors on WoWWiki (talk | contribs) (This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.)
Jump to navigation Jump to search

Creates a link to a specific API function, method, object, event page, etc... See {{widget}}, {{wowapi}}, {{attrtype}}. See also {{apif}}.

Usage
{{api|Quit}} : Quit
{{api|Quit|t=f}} : Quit() - function
{{api|PLAYER_LOGIN|t=e}} : PLAYER_LOGIN - event
{{api|farclip|t=c}} : farclip - cvar
{{api|Texture|t=w}} : Texture - UIObject / Lua side widget
{{api|Texture:SetTexture|t=w}} : Texture:SetTexture - widget method
{{api|AuctionFrameAuctions.duration|t=w}} : AuctionFrameAuctions.duration - widget member
{{api|string|t=t}} : string - api type
{{api|wargame|t=m}} : wargame - macro

Template