Template:ExcgTable: Difference between revisions
Jump to navigation
Jump to search
Jawarrior1 (talk | contribs) (Created page with "{{#ifeq:{{NAMESPACE}}|Template|{{documentation}}}} {| class="wikitable" ! Item ! Icon ! Price ! Date ! Last ! LastDate ! Value ! ItemId |- | {{{Item|}}} | [[File:{{{Icon|Coins 1000.png}}}|link={{{Item|}}}|{{{Item|}}}]] | {{#if: {{{Price|}}} | {{,|{{{Price|}}}}} | Unknown }} | {{{Date|}}} | {{#if: {{{Last|}}} | {{,|{{{Last|}}}}} | N/A }} | {{{LastDate|}}} | {{#if: {{{Value|}}} | {{{Value|}}} | N/A }} | {{{ItemId|}}} |- |}") |
Jawarrior1 (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
|- | |- | ||
| {{{Item|}}} | | {{{Item|}}} | ||
| [[File:{{{Icon| | | [[File:{{{Icon|}}}|link={{{Item|}}}|{{{Item|}}}]] | ||
| {{#if: {{{Price|}}} | {{,|{{{Price|}}}}} | Unknown }} | | {{#if: {{{Price|}}} | {{,|{{{Price|}}}}} | Unknown }} | ||
| {{{Date|}}} | | {{{Date|}}} | ||
Line 20: | Line 20: | ||
|- | |- | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Item": {}, | |||
"Icon": { | |||
"default": "Poison_ivy_seed_1.png" | |||
}, | |||
"Price": {}, | |||
"Date": {}, | |||
"Last": {}, | |||
"LastDate": {}, | |||
"Value": {}, | |||
"ItemId": {} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 18:51, 10 January 2024
This documentation is transcluded from Template:ExcgTable/doc.
Item | Icon | Price | Date | Last | LastDate | Value | ItemId |
---|---|---|---|---|---|---|---|
[[File:|link=|]] | Unknown | N/A | N/A |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Item | Item | no description | Unknown | optional |
Icon | Icon | no description
| Unknown | optional |
Price | Price | no description | Unknown | optional |
Date | Date | no description | Unknown | optional |
Last | Last | no description | Unknown | optional |
LastDate | LastDate | no description | Unknown | optional |
Value | Value | no description | Unknown | optional |
ItemId | ItemId | no description | Unknown | optional |