Template:WildStar/uiapi

Revision as of 02:01, 4 July 2020 by Bear (talk | contribs) (Created page with "Use this at the top of all global UI Lua API pages. See [[{{BASEPAGENAME}}/UI API|UI API]]. Any pages with this template will be added to Category:WildStar UI API. ;Usag...")

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:WildStar 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