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/Connections"

From PCGamingWiki, the wiki about fixing PC games
(added section vardefine)
(removed old PCGWR method)
Line 11: Line 11:
 
<tr class="template-infotable-body">
 
<tr class="template-infotable-body">
 
<th scope="row">[[Glossary:Matchmaking|{{Abbr|Matchmaking|Automatic server and/or game lobby search functionality. Searches are sometimes based on player skill level and other factors.}}]]</th>
 
<th scope="row">[[Glossary:Matchmaking|{{Abbr|Matchmaking|Automatic server and/or game lobby search functionality. Searches are sometimes based on player skill level and other factors.}}]]</th>
<td>{{Tickcross-nohack|{{{matchmaking|}}}|Matchmaking|section=Network}}</td>
+
<td>{{Tickcross-nohack|{{{matchmaking|}}}|Matchmaking}}</td>
 
<td>{{{matchmaking notes|}}}</td>
 
<td>{{{matchmaking notes|}}}</td>
 
</tr>
 
</tr>
Line 20: Line 20:
 
<tr class="template-infotable-body">
 
<tr class="template-infotable-body">
 
<th scope="row">[[Glossary:Peer-to-peer|{{Abbr|Peer-to-peer|Multiplayer games are created by connecting players together and using their devices to send and receive data between each other.}}]]</th>
 
<th scope="row">[[Glossary:Peer-to-peer|{{Abbr|Peer-to-peer|Multiplayer games are created by connecting players together and using their devices to send and receive data between each other.}}]]</th>
<td>{{Tickcross|{{{p2p|}}}|Peer-to-peer|section=Network}}</td>
+
<td>{{Tickcross|{{{p2p|}}}|Peer-to-peer}}</td>
 
<td>{{{p2p notes|}}}</td>
 
<td>{{{p2p notes|}}}</td>
 
</tr>
 
</tr>
Line 29: Line 29:
 
<tr class="template-infotable-body">
 
<tr class="template-infotable-body">
 
<th scope="row">[[Glossary:Dedicated|{{Abbr|Dedicated|Official game server software and/or developer-hosted servers for multiplayer are provided.}}]]</th>
 
<th scope="row">[[Glossary:Dedicated|{{Abbr|Dedicated|Official game server software and/or developer-hosted servers for multiplayer are provided.}}]]</th>
<td>{{Tickcross|{{{dedicated|}}}|Dedicated|section=Network}}</td>
+
<td>{{Tickcross|{{{dedicated|}}}|Dedicated}}</td>
 
<td>{{{dedicated notes|}}}</td>
 
<td>{{{dedicated notes|}}}</td>
 
</tr>
 
</tr>
Line 38: Line 38:
 
<tr class="template-infotable-body">
 
<tr class="template-infotable-body">
 
<th scope="row">[[Glossary:Self-hosting|{{Abbr|Self-hosting|Servers can be created and hosted by any player who wishes to do so.}}]]</th>
 
<th scope="row">[[Glossary:Self-hosting|{{Abbr|Self-hosting|Servers can be created and hosted by any player who wishes to do so.}}]]</th>
<td>{{Tickcross|{{{self-hosting|}}}|Self-hosting|section=Network}}</td>
+
<td>{{Tickcross|{{{self-hosting|}}}|Self-hosting}}</td>
 
<td>{{{self-hosting notes|}}}</td>
 
<td>{{{self-hosting notes|}}}</td>
 
</tr>
 
</tr>
Line 47: Line 47:
 
<tr class="template-infotable-body">
 
<tr class="template-infotable-body">
 
<th scope="row">[[Glossary:Direct IP|{{Abbr|Direct IP|Players can connect directly to a server or computer by entering its IP address.}}]]</th>
 
<th scope="row">[[Glossary:Direct IP|{{Abbr|Direct IP|Players can connect directly to a server or computer by entering its IP address.}}]]</th>
<td>{{Tickcross|{{{direct ip|}}}|Direct IP|section=Network}}</td>
+
<td>{{Tickcross|{{{direct ip|}}}|Direct IP}}</td>
 
<td>{{{direct ip notes|}}}</td>
 
<td>{{{direct ip notes|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
</table></div>}}<noinclude>{{Documentation}}</noinclude>
 
</table></div>}}<noinclude>{{Documentation}}</noinclude>

Revision as of 04:04, 17 October 2018

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

This template contains all information relating to connection types; see also {{Network/Multiplayer}} and {{Network/Ports}}.

Arguments
Syntax
{{Network/Connections
|matchmaking        = 
|matchmaking notes  = 
|p2p                = 
|p2p notes          = 
|dedicated          = 
|dedicated notes    = 
|self-hosting       = 
|self-hosting notes = 
|direct ip          = 
|direct ip notes    = 
}}