Template:CurrencyReportTableRow/doc

From Tears of Themis Wiki
< Template:CurrencyReportTableRow
Revision as of 22:33, 25 February 2022 by imported>Harmonea (Created page with "{{doc/start}} ==Description== Used in conjunction with Template:CRTC to create a Currency Income Report table. Creates a table cell and initializes a variable name that must then be used by CRTC's ''type'' argument to track total currency. ==Usage== <pre>{{CRTR|}}</pre> ==Example== <pre>{| class="wikitable" {{CRTR|Events}} {{CRTC|type=Events|amount=100}} {{CRTC|type=Events|currency=Gem|amount=10}} {{CRTC|type=Events|currency=Tears of Themis - Limited|amount=10...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template-info.png Documentation

Description[edit source]

Used in conjunction with Template:CRTC to create a Currency Income Report table.

Creates a table cell and initializes a variable name that must then be used by CRTC's type argument to track total currency.

Usage[edit source]

{{CRTR|}}

Example[edit source]

{| class="wikitable"
{{CRTR|Events}}
{{CRTC|type=Events|amount=100}}
{{CRTC|type=Events|currency=Gem|amount=10}}
{{CRTC|type=Events|currency=Tears of Themis - Limited|amount=10}}
|'''Total:''' {{#var:Events}}
|}
Events Btn money s.png
100
Btn money2 s.png
10
Tears of Themis - Limited small icon.png
10
Total: 2000

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.