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
Line 1: Line 1:
{| id="save-sync-table" class="wikitable template-infotable"
+
<div class="container-pcgwikitable"><table class="pcgwikitable template-infotable template-gamedata" id="table-cloudsync">
|-
+
<tr class="template-infotable-head">
! width="230" | System
+
<th scope="col" style="width: 230px;">System</th>
! width="46" | Native
+
<th scope="col" style="width: 50px;">Native</th>
! width="444" | Notes
+
<th scope="col" style="width: 540px;">Notes</th>
|-
+
</tr>
 
 
 
<!-- Origin -->
 
<!-- Origin -->
 
{{#if: {{{origin|}}} |
 
{{#if: {{{origin|}}} |
 
{{#ifeq: {{{origin|}}} | hackable |  |
 
{{#ifeq: {{{origin|}}} | hackable |  |
! [[Origin]]
+
<tr class="template-infotable-body">
{{!}} {{Tickcross|{{{origin|}}}|Cloud support Origin}}
+
<th scope="row">[[Origin]]</th>
{{!}} style="text-align: center; padding: 0px 3px;" {{!}} {{{origin notes|}}}
+
<td>{{Tickcross|{{{origin|}}}|Cloud support Origin}}</td>
{{!-}}
+
<td>{{{origin notes|}}}</td>
 +
</tr>
 
}}
 
}}
 
}}
 
}}
Line 19: Line 19:
 
{{#if: {{{square enix|}}} |
 
{{#if: {{{square enix|}}} |
 
{{#ifeq: {{{square enix|}}} | hackable |  |
 
{{#ifeq: {{{square enix|}}} | hackable |  |
! [https://store.eu.square-enix.com Square Enix e-Store]
+
<tr class="template-infotable-body">
{{!}} {{Tickcross|{{{square enix|}}}|Cloud support Square Enix}}
+
<th scope="row">[https://store.eu.square-enix.com Square Enix e-Store]</th>
{{!}} style="text-align: center; padding: 0px 3px;" {{!}} {{{square enix notes|}}}
+
<td>{{Tickcross|{{{square enix|}}}|Cloud support Square Enix}}</td>
{{!-}}
+
<td>{{{square enix notes|}}}</td>
 +
</tr>
 
}}
 
}}
 
}}
 
}}
Line 29: Line 30:
 
{{#if: {{{steam cloud|}}} |
 
{{#if: {{{steam cloud|}}} |
 
{{#ifeq: {{{steam cloud|}}} | hackable |  |
 
{{#ifeq: {{{steam cloud|}}} | hackable |  |
! [[Steam Cloud]]
+
<tr class="template-infotable-body">
{{!}} {{Tickcross|{{{steam cloud|}}}|Cloud support Steam}}
+
<th scope="row">[[Steam Cloud]]</th>
{{!}} style="text-align: center; padding: 0px 3px;" {{!}} {{{steam cloud notes|}}}
+
<td>{{Tickcross|{{{steam cloud|}}}|Cloud support Steam}}</td>
{{!-}}
+
<td>{{{steam cloud notes|}}}</td>
 +
</tr>
 
}}
 
}}
 
}}
 
}}
Line 39: Line 41:
 
{{#if: {{{uplay|}}} |
 
{{#if: {{{uplay|}}} |
 
{{#ifeq: {{{uplay|}}} | hackable |  |
 
{{#ifeq: {{{uplay|}}} | hackable |  |
! [[Uplay]]
+
<tr class="template-infotable-body">
{{!}} {{Tickcross|{{{uplay|}}}|Cloud support Uplay}}
+
<th scope="row">[[Uplay]]</th>
{{!}} style="text-align: center; padding: 0px 3px;" {{!}}{{{uplay notes|}}}
+
<td>{{Tickcross|{{{uplay|}}}|Cloud support Uplay}}</td>
{{!-}}
+
<td>{{{uplay notes|}}}</td>
}}
+
</tr>
}}
 
 
 
<!-- GameSave Manager -->
 
{{#if: {{{gamesave manager|}}} |
 
{{#ifeq: {{{gamesave manager|}}} | true |
 
! [[GameSave Manager]]
 
{{!}} {{Tickcross|{{{gamesave manager|}}}|Cloud support GameSave Manager}}
 
{{!}} style="text-align: center; padding: 0px 3px;" {{!}}{{{gamesave manager notes|}}}
 
{{!-}}
 
 
}}
 
}}
 
}}
 
}}
|}<noinclude>{{Documentation}}</noinclude>
+
</table></div><noinclude>{{Documentation}}</noinclude>

Revision as of 20:41, 3 August 2015

System Native Notes
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          = 
}}