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
(removed old PCGWR method)
m ({{#ifeq:{{NAMESPACE}}||Category:Invalid section order}})
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#if: {{{matchmaking|}}}{{{p2p|}}}{{{dedicated|}}}{{{self-hosting|}}}{{{direct ip|}}} | <h3>Connection types</h3>{{#vardefine:section|Network}}
+
<includeonly>{{#switch:{{#var:section}}
 +
|Audio
 +
|Localizations/done
 +
|Network/Multiplayer={{#vardefine:section|Network}}
 +
|#Default = {{#ifeq:{{NAMESPACE}}||[[Category:Invalid section order]]}}
 +
}}{{#if: {{{matchmaking|}}}{{{p2p|}}}{{{dedicated|}}}{{{self-hosting|}}}{{{direct ip|}}} | <h3>Connection types</h3>{{#vardefine:Network|true}}
 
<div class="container-pcgwikitable"><table class="pcgwikitable template-infotable" id="table-network-connection">
 
<div class="container-pcgwikitable"><table class="pcgwikitable template-infotable" id="table-network-connection">
<tr class="template-infotable-head">
+
<tr class="template-infotable-head table-network-connection-head-row">
<th scope="col" style="width: 230px;">Type</th>
+
<th scope="col" style="width: 230px;" class="table-network-connection-head-parameter">Type</th>
<th scope="col" style="width: 50px;">Native</th>
+
<th scope="col" style="width: 50px;" class="table-network-connection-head-rating">Native</th>
<th scope="col" style="width: 540px;">Notes</th>
+
<th scope="col" style="width: 540px;" class="table-network-connection-head-notes">Notes</th>
 
</tr>
 
</tr>
  
 
<!-- Matchmaking  -->
 
<!-- Matchmaking  -->
 
{{#if: {{{matchmaking|}}} |
 
{{#if: {{{matchmaking|}}} |
<tr class="template-infotable-body">
+
<tr class="template-infotable-body table-network-connection-body-row">
<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" class="table-network-connection-body-parameter">[[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}}</td>
+
<td class="table-network-connection-body-rating">{{Tickcross-nohack|{{{matchmaking|}}}|}}</td>
<td>{{{matchmaking notes|}}}</td>
+
<td class="table-network-connection-body-notes">{{{matchmaking notes|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 18: Line 23:
 
<!-- Peer-to-peer -->
 
<!-- Peer-to-peer -->
 
{{#if: {{{p2p|}}} |
 
{{#if: {{{p2p|}}} |
<tr class="template-infotable-body">
+
<tr class="template-infotable-body table-network-connection-body-row">
<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" class="table-network-connection-body-parameter">[[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}}</td>
+
<td class="table-network-connection-body-rating">{{Tickcross|{{{p2p|}}}||{{{p2p notes|}}}}}</td>
<td>{{{p2p notes|}}}</td>
+
<td class="table-network-connection-body-notes">{{{p2p notes|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 27: Line 32:
 
<!-- Dedicated -->
 
<!-- Dedicated -->
 
{{#if: {{{dedicated|}}} |
 
{{#if: {{{dedicated|}}} |
<tr class="template-infotable-body">
+
<tr class="template-infotable-body table-network-connection-body-row">
<th scope="row">[[Glossary:Dedicated|{{Abbr|Dedicated|Official game server software and/or developer-hosted servers for multiplayer are provided.}}]]</th>
+
<th scope="row" class="table-network-connection-body-parameter">[[Glossary:Dedicated|{{Abbr|Dedicated|Official game server software and/or developer-hosted servers for multiplayer are provided.}}]]</th>
<td>{{Tickcross|{{{dedicated|}}}|Dedicated}}</td>
+
<td class="table-network-connection-body-rating">{{Tickcross|{{{dedicated|}}}||{{{dedicated notes|}}}}}</td>
<td>{{{dedicated notes|}}}</td>
+
<td class="table-network-connection-body-notes">{{{dedicated notes|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 36: Line 41:
 
<!-- Self-hosting -->
 
<!-- Self-hosting -->
 
{{#if: {{{self-hosting|}}} |
 
{{#if: {{{self-hosting|}}} |
<tr class="template-infotable-body">
+
<tr class="template-infotable-body table-network-connection-body-row">
<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" class="table-network-connection-body-parameter">[[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}}</td>
+
<td class="table-network-connection-body-rating">{{Tickcross|{{{self-hosting|}}}||{{{self-hosting notes|}}}}}</td>
<td>{{{self-hosting notes|}}}</td>
+
<td class="table-network-connection-body-notes">{{{self-hosting notes|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 45: Line 50:
 
<!-- Direct IP -->
 
<!-- Direct IP -->
 
{{#if: {{{direct ip|}}} |
 
{{#if: {{{direct ip|}}} |
<tr class="template-infotable-body">
+
<tr class="template-infotable-body table-network-connection-body-row">
<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" class="table-network-connection-body-parameter">[[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}}</td>
+
<td class="table-network-connection-body-rating">{{Tickcross|{{{direct ip|}}}||{{{direct ip notes|}}}}}</td>
<td>{{{direct ip notes|}}}</td>
+
<td class="table-network-connection-body-notes">{{{direct ip notes|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
</table></div>}}<noinclude>{{Documentation}}</noinclude>
+
</table></div>}}{{#vardefine:section|Network/Connections}}{{#if:{{#var:screenshots}}|{{#vardefine:Network screenshots|true}}{{#vardefine:screenshots|}}}}</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 16:50, 20 June 2022

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