Anonymous
×
Create a new article
Write your page title here:
We currently have 55 articles on SR5 Foundry VTT System Wiki. Type your article name above or click on one of the titles below and start writing!



SR5 Foundry VTT System Wiki

Template:Description Tab: Difference between revisions

No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Documentation}}
{{Documentation}}
<includeonly><onlyinclude>
<includeonly><onlyinclude>
'''{{PAGENAME}}s''' includes fields to record additional information:
The '''{{PAGENAME}}''' sheet includes fields to record additional information:
{{#ifeq:{{{rating|}}}|false|<!--GNDN-->|* '''Rating''' is used to calculate the Item's Condition Monitor{{{rating|.}}}}}
{{{before|}}}
{{#ifeq:{{{qty|}}}|false|<!--GNDN-->|* '''Qty''' tracks the number of this Item the character has{{{qty|.}}}}}
{{#ifeq:{{{rating|}}}|false|<!--GNDN-->|* {{Anchor|Rating}} is used to calculate the Item's Condition Monitor{{{rating|.}}}{{source|sr5|ref=421}}}}
{{#ifeq:{{{conceal|}}}|false|<!--GNDN-->|* '''Conceal''' stores the Concealability Modifier for the item{{{conceal|.}}}{{source|sr5|ref=420}}}}
{{#ifeq:{{{qty|}}}|false|<!--GNDN-->|* {{Anchor|Qty}} tracks the number of this Item the character has{{{qty|.}}}}}
{{#ifeq:{{{rating|}}}|false|<!--GNDN-->|* '''Rating''' is used to calculate the Item's Condition Monitor{{{rating|.}}}}}
{{#ifeq:{{{conceal|}}}|false|<!--GNDN-->|* {{Anchor|Conceal}} stores the Concealability Modifier{{source|sr5|ref=420}} for the item{{{conceal|.}}}}}
{{#ifeq:{{{rating|}}}|false|<!--GNDN-->|* '''Rating''' is used to calculate the Item's Condition Monitor{{{rating|.}}}}}
{{#ifeq:{{{cost|}}}|false|<!--GNDN-->|* {{Anchor|Cost}} is the Item's value in nuyen{{{cost|.}}}}}
{{#ifeq:{{{rating|}}}|false|<!--GNDN-->|* '''Rating''' is used to calculate the Item's Condition Monitor{{{rating|.}}}}}
{{#ifeq:{{{avail|}}}|false|<!--GNDN-->|* {{Anchor|Avail}} is the Item's Availability code{{{avail|.}}}}}
{{#ifeq:{{{rating|}}}|false|<!--GNDN-->|* '''Rating''' is used to calculate the Item's Condition Monitor{{{rating|.}}}}}
{{#ifeq:{{{condition|}}}|false|<!--GNDN-->|* {{Anchor|Con. Mon}} is calculated from the Item's '''Rating'''{{{condition|.}}}}}
{{#ifeq:{{{rating|}}}|false|<!--GNDN-->|* '''Rating''' is used to calculate the Item's Condition Monitor{{{rating|.}}}}}
{{#ifeq:{{{equipped|}}}|false|<!--GNDN-->|* {{Anchor|Equipped}} items is linked to the {{Tab|Actor|Gear}}{{{equipped|.}}}}}
{{#ifeq:{{{rating|}}}|false|<!--GNDN-->|* '''Rating''' is used to calculate the Item's Condition Monitor{{{rating|.}}}}}
{{#ifeq:{{{wireless|}}}|false|<!--GNDN-->|* {{Anchor|Wireless}} determines wether or not the Item is wirelessly active{{{wireless|.}}}}}
{{#ifeq:{{{rating|}}}|false|<!--GNDN-->|* '''Rating''' is used to calculate the Item's Condition Monitor{{{rating|.}}}}}
{{#ifeq:{{{pan|}}}|false|<!--GNDN-->|* {{Anchor|PAN}} shows which {{Item|Device}} this item is connected to{{{pan|.}}}}}
</onlyinclude></includeonly>
</onlyinclude></includeonly>

Latest revision as of 21:32, 14 December 2023

Template:Description Tab

Template:Description is used in Item articles to create standardized text for properties appearing on an Item's Description Tab.

Usage

It accepts nine optional string parameters: rating, qty, conceal, cost, avail, condition, equipped, wireless, and pan.

  • If unset, it displays precanned text appropriate to the value.
  • If set to false, it hides the entire line.
  • If set to any other value, the text is appended to the base text. The sentence normally ends with a period, but if this option is used, you must include any trailing punctuation. This allows for choices.

It accepts one additional optional string parameter, before, which can be used to manually add list items between the leading text and the first standard item.

It should only be included on pages which also transclude Stub:Description Tab.

Returns

{{Description Tab}} returns:

The Description Tab sheet includes fields to record additional information:

  • Rating is used to calculate the Item's Condition Monitor.[sr 1]
  • Qty tracks the number of this Item the character has.
  • Conceal stores the Concealability Modifier[sr 2] for the item.
  • Cost is the Item's value in nuyen.
  • Avail is the Item's Availability code.
  • Con. Mon is calculated from the Item's Rating.
  • Equipped items is linked to the Actor's Gear Tab.
  • Wireless determines wether or not the Item is wirelessly active.
  • PAN shows which Device this item is connected to.
{{Description Tab|avail=false}} returns:

The Description Tab sheet includes fields to record additional information:

  • Rating is used to calculate the Item's Condition Monitor.[sr 1]
  • Qty tracks the number of this Item the character has.
  • Conceal stores the Concealability Modifier[sr 2] for the item.
  • Cost is the Item's value in nuyen.
  • Con. Mon is calculated from the Item's Rating.
  • Equipped items is linked to the Actor's Gear Tab.
  • Wireless determines wether or not the Item is wirelessly active.
  • PAN shows which Device this item is connected to.
{{Description Tab|qty=. Multiple pieces factor into the Actor's total Essence cost.}} returns:

The Description Tab sheet includes fields to record additional information:

  • Rating is used to calculate the Item's Condition Monitor.[sr 1]
  • Qty tracks the number of this Item the character has. Multiple pieces factor into the Actor's total Essence cost.
  • Conceal stores the Concealability Modifier[sr 2] for the item.
  • Cost is the Item's value in nuyen.
  • Avail is the Item's Availability code.
  • Con. Mon is calculated from the Item's Rating.
  • Equipped items is linked to the Actor's Gear Tab.
  • Wireless determines wether or not the Item is wirelessly active.
  • PAN shows which Device this item is connected to.
{{Description Tab|before=* {{Anchor|Alpha}} is the beginning.}} returns:

The Description Tab sheet includes fields to record additional information:

  • Alpha is the beginning.
  • Rating is used to calculate the Item's Condition Monitor.[sr 1]
  • Qty tracks the number of this Item the character has.
  • Conceal stores the Concealability Modifier[sr 2] for the item.
  • Cost is the Item's value in nuyen.
  • Avail is the Item's Availability code.
  • Con. Mon is calculated from the Item's Rating.
  • Equipped items is linked to the Actor's Gear Tab.
  • Wireless determines wether or not the Item is wirelessly active.
  • PAN shows which Device this item is connected to.

The documentation above was transcluded from Template:Description Tab/Documentation.