Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Template:Save game cloud syncing"

From PCGamingWiki, the wiki about fixing PC games
(removed Square Enix support)
(replaced hackable check with new template; changed GOG.com and Steam to use infobox ID checks; removed check for GameSave Manager)
Line 6: Line 6:
 
</tr>
 
</tr>
 
<!-- GOG Galaxy -->
 
<!-- GOG Galaxy -->
{{#if: {{{gog galaxy|}}} |
+
{{#ifeq: {{#show: {{PAGENAME}} | ?GOGcom page}} | ||
{{#ifeq: {{{gog galaxy|}}} | hackable | |
 
 
<tr class="template-infotable-body">
 
<tr class="template-infotable-body">
 
<th scope="row">[[Store:GOG.com|GOG Galaxy]]</th>
 
<th scope="row">[[Store:GOG.com|GOG Galaxy]]</th>
<td>{{Tickcross|{{{gog galaxy|}}}|Cloud support GOG Galaxy}}</td>
+
<td>{{Tickcross-nohack|{{{gog galaxy|}}}|Cloud support GOG Galaxy}}</td>
 
<td>{{{gog galaxy notes|}}}</td>
 
<td>{{{gog galaxy notes|}}}</td>
 
</tr>
 
</tr>
}}
 
 
}}
 
}}
  
 
<!-- Origin -->
 
<!-- Origin -->
 
{{#if: {{{origin|}}} |
 
{{#if: {{{origin|}}} |
{{#ifeq: {{{origin|}}} | hackable |  |
 
 
<tr class="template-infotable-body">
 
<tr class="template-infotable-body">
 
<th scope="row">[[Store:Origin|Origin]]</th>
 
<th scope="row">[[Store:Origin|Origin]]</th>
<td>{{Tickcross|{{{origin|}}}|Cloud support Origin}}</td>
+
<td>{{Tickcross-nohack|{{{origin|}}}|Cloud support Origin}}</td>
 
<td>{{{origin notes|}}}</td>
 
<td>{{{origin notes|}}}</td>
 
</tr>
 
</tr>
}}
 
 
}}
 
}}
  
 
<!-- Steam Cloud -->
 
<!-- Steam Cloud -->
{{#if: {{{steam cloud|}}} |
+
{{#ifeq: {{#show: {{PAGENAME}} | ?Steam AppID}} | ||
{{#ifeq: {{{steam cloud|}}} | hackable | |
 
 
<tr class="template-infotable-body">
 
<tr class="template-infotable-body">
 
<th scope="row">[[Store:Steam#Steam Cloud|Steam Cloud]]</th>
 
<th scope="row">[[Store:Steam#Steam Cloud|Steam Cloud]]</th>
<td>{{Tickcross|{{{steam cloud|}}}|Cloud support Steam}}</td>
+
<td>{{Tickcross-nohack|{{{steam cloud|}}}|Cloud support Steam}}</td>
 
<td>{{{steam cloud notes|}}}</td>
 
<td>{{{steam cloud notes|}}}</td>
 
</tr>
 
</tr>
}}
 
 
}}
 
}}
  
 
<!-- Uplay -->
 
<!-- Uplay -->
 
{{#if: {{{uplay|}}} |
 
{{#if: {{{uplay|}}} |
{{#ifeq: {{{uplay|}}} | hackable |  |
 
 
<tr class="template-infotable-body">
 
<tr class="template-infotable-body">
 
<th scope="row">[[Store:Uplay|Uplay]]</th>
 
<th scope="row">[[Store:Uplay|Uplay]]</th>
<td>{{Tickcross|{{{uplay|}}}|Cloud support Uplay}}</td>
+
<td>{{Tickcross-nohack|{{{uplay|}}}|Cloud support Uplay}}</td>
 
<td>{{{uplay notes|}}}</td>
 
<td>{{{uplay notes|}}}</td>
 
</tr>
 
</tr>
}}
 
 
}}
 
}}
  
 
<!-- Xbox Cloud -->
 
<!-- Xbox Cloud -->
 
{{#if: {{{xbox cloud|}}} |
 
{{#if: {{{xbox cloud|}}} |
{{#ifeq: {{{xbox cloud|}}} | hackable |  |
 
 
<tr class="template-infotable-body">
 
<tr class="template-infotable-body">
 
<th scope="row">[[Store:Windows Store|Xbox Cloud]]</th>
 
<th scope="row">[[Store:Windows Store|Xbox Cloud]]</th>
<td>{{Tickcross|{{{xbox cloud|}}}|Cloud support Xbox}}</td>
+
<td>{{Tickcross-nohack|{{{xbox cloud|}}}|Cloud support Xbox}}</td>
 
<td>{{{xbox cloud notes|}}}</td>
 
<td>{{{xbox cloud notes|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
}}
 
{{#if: {{{gamesave manager|}}} | [[Category:Invalid template usage (game data)]] }}
 
 
</table></div><noinclude>{{Documentation}}</noinclude>
 
</table></div><noinclude>{{Documentation}}</noinclude>

Revision as of 03:47, 12 November 2017

System Native Notes
GOG Galaxy
Steam Cloud
Documentation for the above template (sometimes hidden from view).
Description

The purpose of the template is to quickly and easily present in table form whether online save game syncing is available and on which service. The value should only ever be true, false or unknown. All parameters can be appended with  notes to provide further clarification as to what is synced.

If the value for any of the rows below is hackable, it will be ignored.

Arguments
  • discord
  • epic games launcher
    • epic games store can also be used, but this parameter is only retained for back compat.
  • gog galaxy
  • ea desktop
    • origin can also be used, but this parameter is only retained for back compat.
  • steam cloud
  • ubisoft connect
    • uplay can also be used, but this parameter is only retained for back compat.
  • xbox cloud
Syntax
{{Save game cloud syncing
|discord                   = 
|discord notes             = 
|epic games launcher       = 
|epic games launcher notes = 
|gog galaxy                = 
|gog galaxy notes          = 
|origin                    = 
|origin notes              = 
|steam cloud               = 
|steam cloud notes         = 
|ubisoft connect           = 
|ubisoft connect notes     = 
|xbox cloud                = 
|xbox cloud notes          = 
}}