Tip of the day
Long pressing an item opens multi-selection options in the inventory.
Template:Services
From Walkscape Walkthrough
<!--
-->{{#vardefine:boxStyle|float:right; height:60px; border-radius:10px; border-style:solid; border-width:2px; border-color:#22333d;}}<!--
-->{{#vardefine:basicNameEN|{{#invoke:Services_New|getName|{{{Service Name}}}|EN}}}}<!--
-->{{#vardefine:basicNameLoc|{{#invoke:Services_New|getName|{{{Service Name}}}|{{{Language}}}}}}}<!--
-->{{#if:{{{NoImage|}}}
|
|<table style="{{#var:boxStyle}}">
<tr>
<td style="width:42px; text-align:center;">[[File:{{#var:basicNameEN}}.svg|32px]]</td>
<td style="width:135px;">{{#var:basicNameLoc}}</td>
</tr>
</table>
}}
<blockquote>{{#invoke:Services_New|getDesc|{{{Service Name}}}}}</blockquote>
{{#invoke:Services_New|relatedServices|{{{Service Name}}}|EN}}
Builds the lists of services for a given name
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Service Name | Service Name | The name of the service (normalized). | String | required |
| Language Code | Language Language Code | Language to localize into.
| String | required |
