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:Network/Multiplayer"

From PCGamingWiki, the wiki about fixing PC games
(added Cargo support)
(improved Cargo naming; Cargo store for games only)
Line 49: Line 49:
 
}}</table></div>}}<noinclude>{{#cargo_declare:
 
}}</table></div>}}<noinclude>{{#cargo_declare:
 
_table=Multiplayer
 
_table=Multiplayer
|Local_play=String
+
|Local=String
|Local_play_players=String
+
|Local_players=String
|Local_play_modes=List (,) of String
+
|Local_modes=List (,) of String
|LAN_play=String
+
|LAN=String
|LAN_play_players=String
+
|LAN_players=String
|LAN_play_modes=List (,) of String
+
|LAN_modes=List (,) of String
|Online_play=String
+
|Online=String
|Online_play_players=String
+
|Online_players=String
|Online_play_modes=List (,) of String
+
|Online_modes=List (,) of String
|Asynchronous_multiplayer=String
+
|Asynchronous=String
}}</noinclude><includeonly>{{#cargo_store:
+
}}</noinclude><includeonly>{{#if:{{#var:Game}}|{{#cargo_store:
 
_table=Multiplayer
 
_table=Multiplayer
|Local_play={{{local play|}}}
+
|Local={{{local play|}}}
|Local_play_players={{{local play players|}}}
+
|Local_players={{{local play players|}}}
|Local_play_modes={{#var:Local play modes}}
+
|Local_modes={{#var:Local play modes}}
|LAN_play={{{lan play|}}}
+
|LAN={{{lan play|}}}
|LAN_play_players={{{lan play players|}}}
+
|LAN_players={{{lan play players|}}}
|LAN_play_modes={{#var:LAN play modes}}
+
|LAN_modes={{#var:LAN play modes}}
|Online_play={{{online play|}}}
+
|Online={{{online play|}}}
|Online_play_players={{{online play players|}}}
+
|Online_players={{{online play players|}}}
|Online_play_modes={{#var:Online play modes}}
+
|Online_modes={{#var:Online play modes}}
|Asynchronous_multiplayer={{{asynchronous|}}}
+
|Asynchronous={{{asynchronous|}}}
}}</includeonly><noinclude>{{Documentation}}</noinclude>
+
}}|}}</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 07:32, 31 March 2019

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

Documentation for the above template (sometimes hidden from view).
Description

This template contains all information relating to multiplayer modes; see also {{Network/Connections}} and {{Network/Ports}}.

Arguments
Syntax
{{Network/Multiplayer
|local play           = 
|local play players   = 
|local play modes     = 
|local play notes     = 
|lan play             = 
|lan play players     = 
|lan play modes       = 
|lan play notes       = 
|online play          = 
|online play players  = 
|online play modes    = 
|online play notes    = 
|asynchronous         = 
|asynchronous notes   = 
}}