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/Documentation: Difference between revisions

(Created page with "<includeonly><!--Template Subcategories--></includeonly> {{Template|Description Tab}} is used in {{Category|Item}} articles to create standardized text for properties appearing on an Item's Description Tab. ==Usage== It accepts nine {{Parameter|optional|string}}: {{Code|rating}}, {{Code|qty}}, {{Code|conceal}}, {{Code|cost}}, {{Code|avail}}, {{Code|condition}}, {{Code|equipped}}, {{Code|wireless}}, and {{Code|pan}}. * If unset, it displays precanned text appropriate to t...")
 
Line 2: Line 2:
{{Template|Description Tab}} is used in {{Category|Item}} articles to create standardized text for properties appearing on an Item's Description Tab.
{{Template|Description Tab}} is used in {{Category|Item}} articles to create standardized text for properties appearing on an Item's Description Tab.
==Usage==
==Usage==
It accepts nine {{Parameter|optional|string}}: {{Code|rating}}, {{Code|qty}}, {{Code|conceal}}, {{Code|cost}}, {{Code|avail}}, {{Code|condition}}, {{Code|equipped}}, {{Code|wireless}}, and {{Code|pan}}.
It accepts nine {{Parameter|optional|string}}s: {{Code|rating}}, {{Code|qty}}, {{Code|conceal}}, {{Code|cost}}, {{Code|avail}}, {{Code|condition}}, {{Code|equipped}}, {{Code|wireless}}, and {{Code|pan}}.
* If unset, it displays precanned text appropriate to the value.
* If unset, it displays precanned text appropriate to the value.
* If set to {{Code|false}}, it hides the entire line.
* If set to {{Code|false}}, it hides the entire line.
Line 8: Line 8:


It should only be included on pages which also link to [[Stub:Description Tab]].
It should only be included on pages which also link to [[Stub:Description Tab]].
==Returns==
==Returns==
{{Code|<nowiki>{{Description Tab}}</nowiki>}} returns: {{Return|{{Description Tab}}}}
{{Code|<nowiki>{{Description Tab}}</nowiki>}} returns: {{Return|{{Description Tab}}}}
{{Code|<nowiki>{{Description Tab|avail=false}}</nowiki>}} returns: {{Return|{{Description Tab|avail=false}}}}
{{Code|<nowiki>{{Description Tab|avail=false}}</nowiki>}} returns: {{Return|{{Description Tab|avail=false}}}}
{{Code|<nowiki>{{Description Tab|qty=. Multiple pieces factor into the Actor's total Essence cost.}}</nowiki>}} returns: {{Return|{{Description Tab|qty=. Multiple pieces factor into the Actor's total Essence cost.}}}}
{{Code|<nowiki>{{Description Tab|qty=. Multiple pieces factor into the Actor's total Essence cost.}}</nowiki>}} returns: {{Return|{{Description Tab|qty=. Multiple pieces factor into the Actor's total Essence cost.}}}}

Revision as of 02:53, 2 December 2023

Template:Description Tab 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 should only be included on pages which also link to Stub:Description Tab.

Returns

{{Description Tab}} returns:

The Description Tab/Documentation 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/Documentation 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/Documentation 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.


Cite error: <ref> tags exist for a group named "sr", but no corresponding <references group="sr"/> tag was found