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
m
m
Line 1: Line 1:
{{#if: {{{matchmaking|}}} {{{p2p|}}} {{{dedicated|}}} {{{self-hosting|}}} {{{direct ip|}}} |  
+
{{#if: {{{matchmaking|}}}{{{p2p|}}}{{{dedicated|}}}{{{self-hosting|}}}{{{direct ip|}}} | <h3>Connection types</h3>
<h3>Connection types</h3>
+
<div class="container-pcgwikitable"><table class="pcgwikitable template-infotable" id="table-network-connection">
{{{!}} id="video-settings-table" class="wikitable template-infotable"
+
<tr class="template-infotable-head">
{{!-}}
+
<th scope="col" style="width: 230px;">Type</th>
! width="224" {{!}} Type
+
<th scope="col" style="width: 50px;">Native</th>
! width="46" {{!}} Native
+
<th scope="col" style="width: 540px;">Notes</th>
! width="430" {{!}} Notes
+
</tr>
{{!-}}
 
  
 
<!-- Matchmaking  -->
 
<!-- Matchmaking  -->
 
{{#if: {{{matchmaking|}}} |
 
{{#if: {{{matchmaking|}}} |
! [[Glossary:Matchmaking|{{Abbr|Matchmaking|Automatic server and/or game lobby search functionality. Searches are sometimes based on player skill level and other factors.}}]]
+
<tr class="template-infotable-body">
{{!}} {{Tickcross|{{{matchmaking|}}}|Matchmaking}}
+
<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>
{{!}} style="text-align: center; padding: 3px" colspan="2" {{!}} {{{matchmaking notes|}}}
+
<td>{{Tickcross|{{{matchmaking|}}}|Matchmaking}}</td>
{{!-}}
+
<td>{{{matchmaking notes|}}}</td>
 +
</tr>
 
}}
 
}}
  
 
<!-- Peer-to-peer -->
 
<!-- Peer-to-peer -->
 
{{#if: {{{p2p|}}} |
 
{{#if: {{{p2p|}}} |
! [[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.}}]]
+
<tr class="template-infotable-body">
{{!}} {{Tickcross|{{{p2p|}}}|Peer-to-peer}}
+
<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>
{{!}} style="text-align: center; padding: 3px" colspan="2" {{!}} {{{p2p notes|}}}
+
<td>{{Tickcross|{{{p2p|}}}|Peer-to-peer}}</td>
{{!-}}
+
<td>{{{p2p notes|}}}</td>
 +
</tr>
 
}}
 
}}
  
 
<!-- Dedicated -->
 
<!-- Dedicated -->
 
{{#if: {{{dedicated|}}} |
 
{{#if: {{{dedicated|}}} |
! [[Glossary:Dedicated|{{Abbr|Dedicated|Official game server software and/or developer-hosted servers for multiplayer are provided.}}]]
+
<tr class="template-infotable-body">
{{!}} {{Tickcross|{{{dedicated|}}}|Dedicated}}
+
<th scope="row">[[Glossary:Dedicated|{{Abbr|Dedicated|Official game server software and/or developer-hosted servers for multiplayer are provided.}}]]</th>
{{!}} style="text-align: center; padding: 3px" colspan="2" {{!}} {{{dedicated notes|}}}
+
<td>{{Tickcross|{{{dedicated|}}}|Dedicated}}</td>
{{!-}}
+
<td>{{{dedicated notes|}}}</td>
 +
</tr>
 
}}
 
}}
  
 
<!-- Self-hosting -->
 
<!-- Self-hosting -->
 
{{#if: {{{self-hosting|}}} |
 
{{#if: {{{self-hosting|}}} |
! [[Glossary:Self-hosting|{{Abbr|Self-hosting|Servers can be created and hosted by any player who wishes to do so.}}]]
+
<tr class="template-infotable-body">
{{!}} {{Tickcross|{{{self-hosting|}}}|Self-hosting}}
+
<th scope="row">[[Glossary:Self-hosting|{{Abbr|Self-hosting|Servers can be created and hosted by any player who wishes to do so.}}]]</th>
{{!}} style="text-align: center; padding: 3px" colspan="2" {{!}} {{{self-hosting notes|}}}
+
<td>{{Tickcross|{{{self-hosting|}}}|Self-hosting}}</td>
{{!-}}
+
<td>{{{self-hosting notes|}}}</td>
 +
</tr>
 
}}
 
}}
  
 
<!-- Direct IP -->
 
<!-- Direct IP -->
 
{{#if: {{{direct ip|}}} |
 
{{#if: {{{direct ip|}}} |
! [[Glossary:Direct IP|{{Abbr|Direct IP|Players can connect directly to a server or computer by entering its IP address.}}]]
+
<tr class="template-infotable-body">
{{!}} {{Tickcross|{{{direct ip|}}}|Direct IP}}
+
<th scope="row">[[Glossary:Direct IP|{{Abbr|Direct IP|Players can connect directly to a server or computer by entering its IP address.}}]]</th>
{{!}} style="text-align: center; padding: 3px" colspan="2" {{!}} {{{direct ip notes|}}}
+
<td>{{Tickcross|{{{direct ip|}}}|Direct IP}}</td>
{{!-}}
+
<td>{{{direct ip notes|}}}</td>
 +
</tr>
 
}}
 
}}
 
+
</table></div>}}<noinclude>{{Documentation}}</noinclude>
{{!}}} }}<noinclude>{{Documentation}}</noinclude>
 

Revision as of 20:40, 3 August 2015

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