Difference between revisions of "Module:Currency/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>Trappist the monk
m (ce;)
m (6 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Lua sidebar}}
 
{{Lua sidebar}}
 
This code is invoked from {{tlx|Currency}}.  All of the template parameters are passed in the module's frame.
 
This code is invoked from {{tlx|Currency}}.  All of the template parameters are passed in the module's frame.
:<code><nowiki>{{</nowiki>#invoke:Currency|Currency|<''amount''>|<''code''>|<''first''>|<''linked''>}}</code>
+
:<code><nowiki>{{</nowiki>#invoke:Currency|Currency|<''amount''>|<''code''>|<''first''>|<''linked''>|<''passthrough''>}}</code>
 
See the template code for a description of the parameters.
 
See the template code for a description of the parameters.
  

Latest revision as of 15:59, 26 September 2020

This code is invoked from {{Currency}}. All of the template parameters are passed in the module's frame.

{{#invoke:Currency|Currency|<amount>|<code>|<first>|<linked>|<passthrough>}}

See the template code for a description of the parameters.

Other modules may use this code. The entry point for other modules is _render_currency (amount, code, long_form, linked). See the function render_currency() for detail.

The data file Module:Currency/Presentation holds required currency presentation characteristics.