Template:WildStar/uiapi

From AddOn Studio
Revision as of 17:27, 31 March 2014 by Bear (talk | contribs) (Created page with "''Use this at the top of all UI '''API''' pages. NOT for pages of a particular AddOn.'' Any pages with this template will be added to Category:UI API. [[Category:WS deve...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Use this at the top of all global UI Lua API pages. See UI API. Any pages with this template will be added to Category:UI API.

Usage
t= [member,method,type] (Optional) - Default is 'member'.
  • member - page is an API member, like 'table member' as 'table.member'.
  • method - page is an API method, like 'table member' as 'table:member'.
name= [text] (Optional) - Override the generated identifier name, useful for names with underscores.
Examples

'API AuctionFrameAuction duration' displays link as 'AuctionFrameAuction:duration'

{{uiapi|t=method}}

'API AuctionFrameAuction duration' displays link as 'AuctionFrameAuction.duration'

{{uiapi|t=member}}

Template

UI API