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
m (Changed Epic Games Store -> Epic Games Launcher (left property name alone for now))
(added preliminary support for Ubisoft Connect as well as backwards compat Cloud support Uplay property assignment that can be removed when the new property is fully populated -- and moved Cargo table over to using Ubisoft Connect instead)
Line 52: Line 52:
 
}}
 
}}
  
<!-- Uplay -->
+
<!-- Ubisoft Connect -->
{{#ifeq:{{#var:Uplay}}{{{uplay|}}}|||
+
{{#ifeq:{{#var:Uplay|}}{{{uplay|}}}{{#var:Ubisoft Connect|}}{{{ubisoft connect|}}}|||
{{#ifeq:{{#var:Uplay}}{{{uplay|}}}|unknown||
+
{{#ifeq:{{#var:Uplay}}{{{uplay|}}}{{#var:Ubisoft Connect}}{{{ubisoft connect|}}}|unknown||
 
<tr class="template-infotable-body table-cloudsync-body-row">
 
<tr class="template-infotable-body table-cloudsync-body-row">
 
<th scope="row" class="table-cloudsync-body-system">[[Store:Ubisoft Connect|Ubisoft Connect]]</th>
 
<th scope="row" class="table-cloudsync-body-system">[[Store:Ubisoft Connect|Ubisoft Connect]]</th>
<td class="table-cloudsync-body-rating">{{Tickcross-nohack|{{{uplay|}}}|Cloud support Uplay}}</td>
+
<td class="table-cloudsync-body-rating">{{Tickcross-nohack|{{{uplay|}}}{{{ubisoft connect|}}}|Cloud support Ubisoft Connect}}</td>[[Cloud support Uplay::{{{uplay|}}}| ]]
<td class="table-cloudsync-body-notes">{{{uplay notes|}}}</td>
+
<td class="table-cloudsync-body-notes">{{{uplay notes|}}}{{{ubisoft connect notes|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 80: Line 80:
 
|Origin=String
 
|Origin=String
 
|Steam=String
 
|Steam=String
|Uplay=String
+
|Ubisoft Connect=String
 
|Xbox=String
 
|Xbox=String
 
}}</noinclude><includeonly>{{#if:{{#var:Game}}|{{#cargo_store:
 
}}</noinclude><includeonly>{{#if:{{#var:Game}}|{{#cargo_store:
Line 89: Line 89:
 
|Origin={{{origin|}}}
 
|Origin={{{origin|}}}
 
|Steam={{{steam cloud|}}}
 
|Steam={{{steam cloud|}}}
|Uplay={{{uplay|}}}
+
|Ubisoft Connect={{{uplay|}}}{{{ubisoft connect|}}}
 
|Xbox={{{xbox cloud|}}}
 
|Xbox={{{xbox cloud|}}}
 
}}|}}</includeonly><noinclude>{{Documentation}}</noinclude>
 
}}|}}</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 11:05, 28 October 2020

Error: field name "Ubisoft Connect" contains whitespaces. Whitespaces of any kind are not allowed; consider using underscores ("_") instead.
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          = 
}}