warframe

This is the documentation page for Module:TextIcons


TextIcons formats text icons closely to how they would look ingame.

Documentation

Package items

TextIcons._getIcon(text, frame) (function)
Gets text with symbols replaced.
Parameters:
text text to convert (string)
frame table contains optional parameters (table; optional)
frame.class css class to be included (string; optional)
frame.platform specific platform (e.g. 'PC','IOS') (string; optional)
frame.size height of the image (number; optional)
Returns:
converted text (string)
number of converted tokens (number)

Created with Docbunto

See Also


Code