Tip of the day
Want to find something particular about the game and don't mind spoilers? Check the Wiki!
Template:Services: Difference between revisions
From Walkscape Walkthrough
mNo edit summary |
mNo edit summary Tag: Manual revert |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude><syntaxhighlight lang="wikitext" | <noinclude><syntaxhighlight lang="wikitext"><!-- | ||
-->{{#vardefine:boxStyle|float:right; height:60px; border-radius:10px; border-style:solid; border-width:2px; border-color:#22333d;}}<!-- | -->{{#vardefine:boxStyle|float:right; height:60px; border-radius:10px; border-style:solid; border-width:2px; border-color:#22333d;}}<!-- | ||
-->{{#vardefine:basicNameEN|{{#invoke:Services_New|getName|{{ | -->{{#vardefine:basicNameEN|{{#invoke:Services_New|getName|{{{Service Name}}}|EN}}}}<!-- | ||
-->{{#vardefine:basicNameLoc|{{#invoke:Services_New|getName|{ | -->{{#vardefine:basicNameLoc|{{#invoke:Services_New|getName|{{{Service Name}}}|{{{Language}}}}}}}<!-- | ||
-->{|style="{{#var:boxStyle}}" | |||
--> | |||
{|style="{{#var:boxStyle}}" | |||
| style="width:42px; text-align:center;" | [[File:{{#var:basicNameEN}}.svg|32px]] | | style="width:42px; text-align:center;" | [[File:{{#var:basicNameEN}}.svg|32px]] | ||
| style="width:135px;" | {{#var:basicNameLoc}} | | style="width:135px;" | {{#var:basicNameLoc}} | ||
|} | |} | ||
<blockquote>{{#invoke:Services_New|getDesc|{{ | <blockquote>{{#invoke:Services_New|getDesc|{{{Service Name}}}}}</blockquote> | ||
{{#invoke: | {{#invoke:Services_New|relatedServices|{{{Service Name}}}|EN}}</syntaxhighlight> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude><includeonly | </noinclude><includeonly><!-- | ||
-->{{#vardefine:boxStyle|float:right; height:60px; border-radius:10px; border-style:solid; border-width:2px; border-color:#22333d;}}<!-- | -->{{#vardefine:boxStyle|float:right; height:60px; border-radius:10px; border-style:solid; border-width:2px; border-color:#22333d;}}<!-- | ||
-->{{#vardefine:basicNameEN|{{#invoke:Services_New|getName|{{ | -->{{#vardefine:basicNameEN|{{#invoke:Services_New|getName|{{{Service Name}}}|EN}}}}<!-- | ||
-->{{#vardefine:basicNameLoc|{{#invoke:Services_New|getName|{ | -->{{#vardefine:basicNameLoc|{{#invoke:Services_New|getName|{{{Service Name}}}|{{{Language}}}}}}}<!-- | ||
-->{|style="{{#var:boxStyle}}" | |||
--> | |||
{|style="{{#var:boxStyle}}" | |||
| style="width:42px; text-align:center;" | [[File:{{#var:basicNameEN}}.svg|32px]] | | style="width:42px; text-align:center;" | [[File:{{#var:basicNameEN}}.svg|32px]] | ||
| style="width:135px;" | {{#var:basicNameLoc}} | | style="width:135px;" | {{#var:basicNameLoc}} | ||
|} | |} | ||
<blockquote>{{#invoke:Services_New|getDesc|{{ | <blockquote>{{#invoke:Services_New|getDesc|{{{Service Name}}}}}</blockquote> | ||
{{#invoke: | {{#invoke:Services_New|relatedServices|{{{Service Name}}}|EN}}</includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "Service Name": { | ||
"description": "The name of the | "description": "The name of the service (normalized).", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 85: | Line 43: | ||
} | } | ||
}, | }, | ||
"description": "Builds the lists of services for a given | "description": "Builds the lists of services for a given name" | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 07:51, 2 July 2026
<!--
-->{{#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}}}}}}}<!--
-->{|style="{{#var:boxStyle}}"
| style="width:42px; text-align:center;" | [[File:{{#var:basicNameEN}}.svg|32px]]
| style="width:135px;" | {{#var:basicNameLoc}}
|}
<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 |
