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 (merge from https://www.pcgamingwiki.com/wiki/User:Baronsmoki/Template:Save_game_cloud_syncing)
(added previous section validity check (ensures templates are being used in the correct order on game pages); overhauled section visibility checks (added missing vars, removed unused/duplicate vars))
Line 1: Line 1:
<includeonly>{{#vardefine:section|Save_game_cloud_syncing}}{{#if:{{{epic games store|}}}{{{epic games launcher|}}}{{{discord|}}}{{{gog galaxy|}}}{{{origin|}}}{{{steam cloud|}}}{{{uplay|}}}{{{ubisoft connect|}}}{{{xbox cloud|}}}{{#var:ScummVM}}|{{#if:{{{epic games store|}}}{{{epic games launcher|}}}{{{discord|}}}{{{gog galaxy|}}}{{{origin|}}}{{{steam cloud|}}}{{{uplay|}}}{{{ubisoft connect|}}}{{{xbox cloud|}}}|<div class="container-pcgwikitable"><table class="pcgwikitable template-infotable template-gamedata" id="table-cloudsync">
+
<includeonly>{{#switch:{{#var:section}}
 +
|Availability/done
 +
|Monetization
 +
|DLC/done
 +
|Microtransactions
 +
|Game data/done={{#vardefine:section|Save game cloud syncing}}
 +
|#Default = [[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">
 
<tr class="template-infotable-head table-cloudsync-head-row">
 
<tr class="template-infotable-head table-cloudsync-head-row">
 
<th scope="col" style="width: 230px;" class="table-cloudsync-head-system">System</th>
 
<th scope="col" style="width: 230px;" class="table-cloudsync-head-system">System</th>
Line 15: Line 22:
  
 
<!-- Epic Games Launcher -->
 
<!-- Epic Games Launcher -->
{{#if: {{#var:Epic Games Store}}{{#var:Epic Games Launcher}} |
+
{{#if: {{#var:Epic Games Launcher}} |
 
<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:Epic Games Store|Epic Games Launcher]]</th>
 
<th scope="row" class="table-cloudsync-body-system">[[Store:Epic Games Store|Epic Games Launcher]]</th>
Line 33: Line 40:
  
 
<!-- Origin/EA Desktop -->
 
<!-- Origin/EA Desktop -->
{{#ifeq:{{#var:Origin}}{{{origin|}}}{{#var:EA Desktop}}{{{ea desktop|}}}|||
+
{{#ifeq:{{#var:Origin}}{{{origin|}}}{{{ea desktop|}}}|||
{{#ifeq:{{#var:Origin}}{{{origin|}}}{{#var:EA Desktop}}{{{ea desktop|}}}|unknown||
+
{{#ifeq:{{#var:Origin}}{{{origin|}}}{{{ea desktop|}}}|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:Origin|Origin]]</th>
 
<th scope="row" class="table-cloudsync-body-system">[[Store:Origin|Origin]]</th>
Line 53: Line 60:
  
 
<!-- Ubisoft Connect -->
 
<!-- Ubisoft Connect -->
{{#ifeq:{{#var:Uplay|}}{{{uplay|}}}{{#var:Ubisoft Connect|}}{{{ubisoft connect|}}}|||
+
{{#ifeq:{{{uplay|}}}{{#var:Ubisoft Connect}}{{{ubisoft connect|}}}|||
{{#ifeq:{{#var:Uplay}}{{{uplay|}}}{{#var:Ubisoft Connect}}{{{ubisoft connect|}}}|unknown||
+
{{#ifeq:{{{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>

Revision as of 02:25, 27 August 2021

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