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

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

From PCGamingWiki, the wiki about fixing PC games
m (added OneDrive section)
m ({{#ifeq:{{NAMESPACE}}||Category:Invalid section order}})
 
(5 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
|Game data/config
 
|Game data/config
 
|Game data/done={{#vardefine:section|Save game cloud syncing}}
 
|Game data/done={{#vardefine:section|Save game cloud syncing}}
|#Default = [[Category:Invalid section order]]
+
|#Default = {{#ifeq:{{NAMESPACE}}||[[Category:Invalid section order]]}}
 
}}{{#if:{{#var:Epic Games Launcher}}{{{epic games store|}}}{{{epic games launcher|}}}{{{discord|}}}{{#var:gogcom id}}{{#var:Origin}}{{{origin|}}}{{#var:steam appid}}{{#var:Ubisoft Connect}}{{{uplay|}}}{{{ubisoft connect|}}}{{{xbox cloud|}}}{{#var:ScummVM}}|{{#if:{{#var:Epic Games Launcher}}{{{epic games store|}}}{{{epic games launcher|}}}{{{discord|}}}{{#var:gogcom id}}{{#var:Origin}}{{{origin|}}}{{#var:steam appid}}{{#var:Ubisoft Connect}}{{{uplay|}}}{{{ubisoft connect|}}}{{{xbox cloud|}}}|{{#vardefine:cloud|present}}<div class="container-pcgwikitable"><table class="pcgwikitable template-infotable template-gamedata" id="table-cloudsync">
 
}}{{#if:{{#var:Epic Games Launcher}}{{{epic games store|}}}{{{epic games launcher|}}}{{{discord|}}}{{#var:gogcom id}}{{#var:Origin}}{{{origin|}}}{{#var:steam appid}}{{#var:Ubisoft Connect}}{{{uplay|}}}{{{ubisoft connect|}}}{{{xbox cloud|}}}{{#var:ScummVM}}|{{#if:{{#var:Epic Games Launcher}}{{{epic games store|}}}{{{epic games launcher|}}}{{{discord|}}}{{#var:gogcom id}}{{#var:Origin}}{{{origin|}}}{{#var:steam appid}}{{#var:Ubisoft Connect}}{{{uplay|}}}{{{ubisoft connect|}}}{{{xbox cloud|}}}|{{#vardefine:cloud|present}}<div class="container-pcgwikitable"><table class="pcgwikitable template-infotable template-gamedata" id="table-cloudsync">
 
<tr class="template-infotable-head table-cloudsync-head-row">
 
<tr class="template-infotable-head table-cloudsync-head-row">
Line 52: Line 52:
  
 
<!-- OneDrive -->
 
<!-- OneDrive -->
{{#ifeq:{{#var:SavesInDocuments|none}}|true|
+
{{#if: {{#var:SavesInOneDrive}} |
 
<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">[[List of games that support OneDrive save game cloud syncing|OneDrive]]</th>
 
<th scope="row" class="table-cloudsync-body-system">[[List of games that support OneDrive save game cloud syncing|OneDrive]]</th>
<td class="table-cloudsync-body-rating">{{Tickcross-l-nohack|{{#var:SavesInDocuments|}}||none}}</td>
+
<td class="table-cloudsync-body-rating">{{Tickcross|{{#var:SavesInOneDrive|}}||none}}</td>
<td class="table-cloudsync-body-notes">''Saves can be synced between computers by enabling backup of the '''Documents''' folder in OneDrive.''</td>
+
<td class="table-cloudsync-body-notes">''Requires enabling backup of the '''Documents''' folder in OneDrive on all computers.''</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 106: Line 106:
 
|GOG_Galaxy={{{gog galaxy|}}}
 
|GOG_Galaxy={{{gog galaxy|}}}
 
|EA_Desktop={{{origin|}}}{{{ea desktop|}}}
 
|EA_Desktop={{{origin|}}}{{{ea desktop|}}}
|OneDrive={{#var:SavesInDocuments|false}}
+
|OneDrive={{#var:SavesInOneDrive|}}
 
|Steam={{{steam cloud|}}}
 
|Steam={{{steam cloud|}}}
 
|Ubisoft_Connect={{{uplay|}}}{{{ubisoft connect|}}}
 
|Ubisoft_Connect={{{uplay|}}}{{{ubisoft connect|}}}
 
|Xbox={{{xbox cloud|}}}
 
|Xbox={{{xbox cloud|}}}
 
}}|}}</includeonly><noinclude>{{Documentation}}</noinclude>
 
}}|}}</includeonly><noinclude>{{Documentation}}</noinclude>

Latest revision as of 16:48, 20 June 2022

This template defines the table "Cloud". View table.

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          = 
}}