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 (nestled if statements to hide the header if only ScummVM is applicable)
(Let's hope I didn't botch anything up.)
Line 1: Line 1:
<includeonly>{{#vardefine:section|Save_game_cloud_syncing}}{{#if:{{{epic games store|}}}{{{discord|}}}{{{gog galaxy|}}}{{{origin|}}}{{{steam cloud|}}}{{{uplay|}}}{{{xbox cloud|}}}{{#var:ScummVM}}|{{#if:{{{epic games store|}}}{{{discord|}}}{{{gog galaxy|}}}{{{origin|}}}{{{steam cloud|}}}{{{uplay|}}}{{{xbox cloud|}}}|<div class="container-pcgwikitable"><table class="pcgwikitable template-infotable template-gamedata" id="table-cloudsync">
+
<includeonly>{{#vardefine:section|Save_game_cloud_syncing}}{{#if:{{{epic games store|}}}{{{discord|}}}{{{gog galaxy|}}}{{{origin|}}}{{{rockstar_games_launcher|}}}{{{steam cloud|}}}{{{uplay|}}}{{{xbox cloud|}}}{{#var:ScummVM}}|{{#if:{{{epic games store|}}}{{{discord|}}}{{{gog galaxy|}}}{{{origin|}}}{{{rockstar_games_launcher|}}}{{{steam cloud|}}}{{{uplay|}}}{{{xbox cloud|}}}|<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 41: Line 41:
 
</tr>
 
</tr>
 
}}
 
}}
 +
}}
 +
 +
<!-- Rockstar Games Launcher -->
 +
{{#if: {{#var:Rockstar Games Launcher}} |
 +
<tr class="template-infotable-body table-cloudsync-body-row">
 +
<th scope="row" class="table-cloudsync-body-system">[[Store:Rockstar Games Launcher|Rockstar Games Launcher]]</th>
 +
<td class="table-cloudsync-body-rating">{{Tickcross-nohack|{{{rockstar games launcher|}}}|Cloud support Rockstar Games Launcher}}</td>
 +
<td class="table-cloudsync-body-notes">{{{rockstar games launcher notes|}}}</td>
 +
</tr>
 
}}
 
}}
  
Line 79: Line 88:
 
|GOG_Galaxy=String
 
|GOG_Galaxy=String
 
|Origin=String
 
|Origin=String
 +
|Rockstar_Games_Launcher=String
 
|Steam=String
 
|Steam=String
 
|Uplay=String
 
|Uplay=String
Line 88: Line 98:
 
|GOG_Galaxy={{{gog galaxy|}}}
 
|GOG_Galaxy={{{gog galaxy|}}}
 
|Origin={{{origin|}}}
 
|Origin={{{origin|}}}
 +
|Rockstar_Games_Launcher={{{rockstar_games_launcher|}}}
 
|Steam={{{steam cloud|}}}
 
|Steam={{{steam cloud|}}}
 
|Uplay={{{uplay|}}}
 
|Uplay={{{uplay|}}}
 
|Xbox={{{xbox cloud|}}}
 
|Xbox={{{xbox cloud|}}}
 
}}|}}</includeonly><noinclude>{{Documentation}}</noinclude>
 
}}|}}</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 19:17, 29 March 2020

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