Fandom Developers Wiki

Shared library for (ab)using wds-buttons.

Installation[]

Documentation[]

Package items[]

wDS_Button._badge(text, colorSchemeName) (function)
Creates a "badge"-like wds-button.
Parameters:
  • text The text to appear inside of the badge. (string)
  • colorSchemeName The name of the color scheme to use. (string)
Returns: The badge. (string)
wDS_Button.badge(frame) (function)
Invocable version of p. _badge.
Parameter: frame Scribunto frame object. (table)
Returns: The badge. (string)
wDS_Button._bubble(text, colorSchemeName) (function)
Creates a "bubble"-like wds-button.
Parameters:
  • text The text to appear inside of the bubble. (string)
  • colorSchemeName The name of the color scheme to use. (string)
Returns: The bubble. (string)
wDS_Button.bubble(frame) (function)
Invocable version of p. _bubble.
Parameter: frame Scribunto frame object. (table)
Returns: The bubble. (string)