Template:Test: Difference between revisions

From Redemption Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(12 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"
<infobox>
|-
  |title = {{PAGENAME}}
! Title
  {{#if: {{{image_equipped|}}} | | |image_equipped = {{{image_equipped}}}}}
| {{PAGENAME}}
  {{#if: {{{caption_equipped|}}} | | |caption_equipped = {{{caption_equipped}}}}}
{{#if: {{{image_equipped|}}} | |- |-
  {{#if: {{{image_inv|}}} | | |image_inv = {{{image_inv}}}}}
! Image (Equipped)
  {{#if: {{{caption_inv|}}} | | |caption_inv = {{{caption_inv}}}}}
| {{{image_equipped}}}}}
  {{#if: {{{category|}}} | | |category = {{{category}}}}}
{{#if: {{{caption_equipped|}}} | |- |-
  {{#if: {{{upgrade|}}} | | |upgrade = {{{upgrade}}}}}
! Caption (Equipped)
  {{#if: {{{trade|}}} | | |trade = {{{trade}}}}}
| {{{caption_equipped}}}}}
  {{#if: {{{black_market|}}} | | |black_market = {{{black_market}}}}}
{{#if: {{{image_inv|}}} | |- |-
  {{#if: {{{karma_statue|}}} | | |karma_statue = {{{karma_statue}}}}}
! Image (Inventory)
  {{#if: {{{karma_exp|}}} | | |karma_exp = {{{karma_exp}}}}}
| {{{image_inv}}}}}
  {{#if: {{{item_grinder|}}} | | |item_grinder = {{{item_grinder}}}}}
{{#if: {{{caption_inv|}}} | |- |-
  {{#if: {{{advanced_grinder|}}} | | |advanced_grinder = {{{advanced_grinder}}}}}
! Caption (Inventory)
  {{#if: {{{salvage_table|}}} | | |salvage_table = {{{salvage_table}}}}}
| {{{caption_inv}}}}}
</infobox>
{{#if: {{{category|}}} | |- |-
! Category
| {{{category}}}}}
{{#if: {{{upgrade|}}} | |- |-
! Upgrade
| {{{upgrade}}}}}
{{#if: {{{trade|}}} | |- |-
! Tradeability
| {{{trade}}}}}
{{#if: {{{black_market|}}} | |- |-
! Black Market
| {{{black_market}}}}}
{{#if: {{{karma_statue|}}} | |- |-
! Karma Statue
| {{{karma_statue}}}}}
{{#if: {{{karma_exp|}}} | |- |-
! Karma Exp
| {{{karma_exp}}}}}
{{#if: {{{item_grinder|}}} | |- |-
! Item Grinder
| {{{item_grinder}}}}}
{{#if: {{{advanced_grinder|}}} | |- |-
! Advanced Grinder
| {{{advanced_grinder}}}}}
{{#if: {{{salvage_table|}}} | |- |-
! Salvage Table
| {{{salvage_table}}}}}
|}
}}
}}
</includeonly>
</includeonly>
Line 22: Line 49:
Example usage:
Example usage:
<pre>
<pre>
{{Test
{{Item
   | title1=
   | title1=
   | image_equipped=
   | image_equipped=

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