Template:Test: Difference between revisions

From Redemption Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{{#ifeq: {{{title1|}}}| | <span style="color:red;">Error: Title not specified</span> |
{| class="infobox"
{| class="infobox"
|-
|-
! Title
! Title
| {{PAGENAME}}
| {{PAGENAME}}
|-
{{#if: {{{image_equipped|}}} | |- |-
! Image (Equipped)
! Image (Equipped)
| {{{image_equipped|}}}
| {{{image_equipped}}}}}
|-
{{#if: {{{caption_equipped|}}} | |- |-
! Caption (Equipped)
! Caption (Equipped)
| {{{caption_equipped|}}}
| {{{caption_equipped}}}}}
|-
{{#if: {{{image_inv|}}} | |- |-
! Image (Inventory)
! Image (Inventory)
| {{{image_inv|}}}
| {{{image_inv}}}}}
|-
{{#if: {{{caption_inv|}}} | |- |-
! Caption (Inventory)
! Caption (Inventory)
| {{{caption_inv|}}}
| {{{caption_inv}}}}}
|-
{{#if: {{{category|}}} | |- |-
! Category
! Category
| {{{category|}}}
| {{{category}}}}}
|-
{{#if: {{{upgrade|}}} | |- |-
! Upgrade
! Upgrade
| {{{upgrade|}}}
| {{{upgrade}}}}}
|-
{{#if: {{{trade|}}} | |- |-
! Tradeability
! Tradeability
| {{{trade|}}}
| {{{trade}}}}}
|-
{{#if: {{{black_market|}}} | |- |-
! Black Market
! Black Market
| {{{black_market|}}}
| {{{black_market}}}}}
|-
{{#if: {{{karma_statue|}}} | |- |-
! Karma Statue
! Karma Statue
| {{{karma_statue|}}}
| {{{karma_statue}}}}}
|-
{{#if: {{{karma_exp|}}} | |- |-
! Karma Exp
! Karma Exp
| {{{karma_exp|}}}
| {{{karma_exp}}}}}
|-
{{#if: {{{item_grinder|}}} | |- |-
! Item Grinder
! Item Grinder
| {{{item_grinder|}}}
| {{{item_grinder}}}}}
|-
{{#if: {{{advanced_grinder|}}} | |- |-
! Advanced Grinder
! Advanced Grinder
| {{{advanced_grinder|}}}
| {{{advanced_grinder}}}}}
|-
{{#if: {{{salvage_table|}}} | |- |-
! Salvage Table
! Salvage Table
| {{{salvage_table|}}}
| {{{salvage_table}}}}}
|}
|}
}}
}}

Latest revision as of 22:11, 27 November 2023


Example usage:

{{Item
  | title1=
  | image_equipped=
  | caption_equipped=
  | image_inv=
  | caption_inv=
  | category=
  | upgrade=
  | trade= <span style="color:#FF2D00;">Not Tradeable</span> <span style="color:#70FF00;">Tradeable</span>
  | black_market=
  | karma_statue=
  | karma_exp=
  | item_grinder=
  | advanced_grinder=
  | salvage_table=
}}

No description.

Template parameters

ParameterDescriptionTypeStatus
title1title1

no description

Unknownsuggested
image_equippedimage_equipped

no description

Unknownsuggested
caption_equippedcaption_equipped

no description

Unknownsuggested
image_invimage_inv

no description

Unknownsuggested
caption_invcaption_inv

no description

Unknownsuggested
categorycategory

no description

Unknownsuggested
upgradeupgrade

no description

Unknownsuggested
tradetrade

no description

Unknownsuggested
black_marketblack_market

no description

Unknownsuggested
karma_statuekarma_statue

no description

Unknownsuggested
karma_expkarma_exp

no description

Unknownsuggested
item_grinderitem_grinder

no description

Unknownsuggested
advanced_grinderadvanced_grinder

no description

Unknownsuggested
salvage_tablesalvage_table

no description

Unknownsuggested