Anonymous
×
Create a new article
Write your page title here:
We currently have 205 articles on Shadowrun Seattle Shutdown. Type your article name above or click on one of the titles below and start writing!



Shadowrun Seattle Shutdown

Template:Contact: Difference between revisions

No edit summary
No edit summary
Line 11: Line 11:
{{#if:{{{skills|}}}|<br />'''Skills''': {{{skills}}}}}
{{#if:{{{skills|}}}|<br />'''Skills''': {{{skills}}}}}
</div>
</div>
<div>{{TableTop
<div><table class="wikitable skinned" style="width: 350px">
|[[Contacts#Connection|Connection]]
<tr>
|[[Contacts#Expertise|Expertise]]
<th style="width: 25%">[[Contacts#Connection|Connection]]</th>
|[[Contacts#Loyalty|Loyalty]]
<th style="width: 25%">[[Contacts#Expertise|Expertise]]</th>
|[[Contacts#Size|Size]]
<th style="width: 25%">[[Contacts#Loyalty|Loyalty]]</th>
}}
<th style="width: 25%">[[Contacts#Size|Size]]</th>
{{TableMid
</tr>
|{{#vardefineecho:c|{{{c|{{#var:c}}}}}}}
<tr style="text-align: center">
|{{#vardefineecho:e|{{{e|{{#var:e}}}}}}}
<td>{{#vardefineecho:c|{{{c|{{#var:c}}}}}}}</td>
|{{{l|{{Required|l|Contact}}}}}
<td>{{#vardefineecho:e|{{{e|{{#var:e}}}}}}}</td>
|{{#if:{{{s|}}}|{{#vardefineecho:s|{{{s|{{#var:s}}}}}}}|0}}
<td>{{{l|{{Required|l|Contact}}}}}</td>
}}
<td>{{#if:{{{s|}}}|{{#vardefineecho:s|{{{s|{{#var:s}}}}}}}|0}}</td>
{{TableEnd}}</div></div></div></div></onlyinclude></includeonly>
</tr>
</table></div></div></div></div></onlyinclude></includeonly>

Revision as of 11:20, 28 April 2025

Icon-documentation.svg

Template:Contact is used on Contact Character pages to identify the type and ratings of a Player Character's Contacts.

Usage

When first invoked on a character page, it has three numbered mandatory string parameters and multiple named mandatory integer parameters.

It also has three optional parameters

  • s (default: 0) is the contact's Size.
  • skills only applies to Service and Legwork Contacts.
  • name (default: {{PAGENAME}}) overides the text label on the infobox.

The second time it is invoked on a page, only l is required — all other parameters flow from the first instance.

Returns

{{Contact|Rook|Transportation (Aerospace)|Seattle Metroplex|skills=Things, Stuff|c=3|e=3|l=4|s=0}} returns:
Icon-character.svg
Contact

Transportation (Aerospace) Contact for Rook
Location: Seattle Metroplex
Skills: Things, Stuff

In addition, it adds the page to Contact along with an appropriate subcategory for it's type.

The documentation above was transcluded from Template:Contact/Documentation.