Module:CoinsGE/doc

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:00, 17 October 2024 (Created page with "{{Documentation}} This is a wrapper around the Module:Coins module and inspired by the Template:GEP. It combines their functionality to both show the appopriate coins symbol and grab the GE price for the given item. {{Helper module |name = CoinsGE |fname1 = _main(item) |ftype1 = String |fuse1 = Returns a formatted string with a coins icon and the amount of coins the item is worth in GE. See Template:CoinsGE for examples. }}"). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:CoinsGE

This is a documentation subpage for Module:CoinsGE.
It contains usage information, categories, and other content that is not part of the original module page.
Module:CoinsGE's function main is invoked by Template:CoinsGE.
Module:CoinsGE requires Module:Coins.
Module:CoinsGE requires Module:Exchange.

This is a wrapper around the Module:Coins module and inspired by the Template:GEP. It combines their functionality to both show the appopriate coins symbol and grab the GE price for the given item.

This module is a helper module to be used by other modules; it may not designed to be invoked directly. See RuneScape:Lua/Helper modules for a full list and more information.

FunctionTypeUse
_main(item)StringReturns a formatted string with a coins icon and the amount of coins the item is worth in GE. See Template:CoinsGE for examples.