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
(Just a shell.)
 
m
Line 7: Line 7:
  
 
<!-- Hot-seat -->
 
<!-- Hot-seat -->
{{#if: |
+
{{#if: {{{hot-seat|}}} |
! [[]]
+
! [[Hot-seat]]
{{!}} {{Tickcross||}}
+
{{!}} {{Tickcross|{{{hot-seat|}}}|Hot-seat}}
{{!}} style="text-align: center; padding: 3px" {{!}}  
+
{{!}} style="text-align: center; padding: 3px" {{!}} {{{hot-seat notes|}}}
 
{{!-}}
 
{{!-}}
 
}}
 
}}
  
 
<!-- Local co-op -->
 
<!-- Local co-op -->
{{#if: |
+
{{#if: {{{local co-op|}}} |
! [[]]
+
! [[Local co-op]]
{{!}} {{Tickcross||}}
+
{{!}} {{Tickcross|{{{local co-op|}}}|Local co-op}}
{{!}} style="text-align: center; padding: 3px" {{!}}  
+
{{!}} style="text-align: center; padding: 3px" {{!}} {{{local co-op notes|}}}
 +
{{!-}}
 +
}}
 +
 
 +
<!-- LAN play -->
 +
{{#if: {{{lan play|}}} |
 +
! [[LAN play]]
 +
{{!}} {{Tickcross|{{{lan play|}}}|LAN play}}
 +
{{!}} style="text-align: center; padding: 3px" {{!}} {{{lan play notes|}}}
 
{{!-}}
 
{{!-}}
 
}}
 
}}
  
 
<!-- Online co-op -->
 
<!-- Online co-op -->
{{#if: |
+
{{#if: {{{online co-op|}}} |
! [[]]
+
! [[Online co-op]]
{{!}} {{Tickcross||}}
+
{{!}} {{Tickcross|{{{online co-op|}}}|Online co-op}}
{{!}} style="text-align: center; padding: 3px" {{!}}  
+
{{!}} style="text-align: center; padding: 3px" {{!}} {{{online co-op notes|}}}
 
{{!-}}
 
{{!-}}
 
}}
 
}}
  
 
<!-- Online play -->
 
<!-- Online play -->
{{#if: |
+
{{#if: {{{online play|}}} |
! [[]]
+
! [[Online play]]
{{!}} {{Tickcross||}}
+
{{!}} {{Tickcross|{{{online play|}}}|Online play}}
{{!}} style="text-align: center; padding: 3px" {{!}}  
+
{{!}} style="text-align: center; padding: 3px" {{!}} {{{online play notes|}}}
 
{{!-}}
 
{{!-}}
 
}}
 
}}
  
<!-- LAN play -->
+
<!-- Asynchronous multiplayer -->
{{#if: |
+
{{#if: {{{asynchronous|}}} |
! [[]]
+
! [[Asynchronous multiplayer]]
{{!}} {{Tickcross||}}
+
{{!}} {{Tickcross|{{{asynchronous|}}}|Asynchronous multiplayer}}
{{!}} style="text-align: center; padding: 3px" {{!}}  
+
{{!}} style="text-align: center; padding: 3px" {{!}} {{{asynchronous notes|}}}
 
{{!-}}
 
{{!-}}
 
}}
 
}}
  
 
<!-- Matchmaking  -->
 
<!-- Matchmaking  -->
{{#if: |
+
{{#if: {{{matchmaking|}}} |
! [[]]
+
! [[Matchmaking]]
{{!}} {{Tickcross||}}
+
{{!}} {{Tickcross|{{{matchmaking|}}}|Matchmaking}}
{{!}} style="text-align: center; padding: 3px" {{!}}  
+
{{!}} style="text-align: center; padding: 3px" {{!}} {{{matchmaking notes|}}}
 
{{!-}}
 
{{!-}}
 
}}
 
}}
  
 
<!-- Peer-to-peer -->
 
<!-- Peer-to-peer -->
{{#if: |
+
{{#if: {{{p2p|}}} |
! [[]]
+
! [[Peer-to-peer]]
{{!}} {{Tickcross||}}
+
{{!}} {{Tickcross|{{{p2p|}}}|Peer-to-peer}}
{{!}} style="text-align: center; padding: 3px" {{!}}  
+
{{!}} style="text-align: center; padding: 3px" {{!}} {{{p2p notes|}}}
 
{{!-}}
 
{{!-}}
 
}}
 
}}
  
 
<!-- Dedicated -->
 
<!-- Dedicated -->
{{#if: |
+
{{#if: {{{dedicated|}}} |
! [[]]
+
! [[Dedicated]]
{{!}} {{Tickcross||}}
+
{{!}} {{Tickcross|{{{dedicated|}}}|Dedicated}}
{{!}} style="text-align: center; padding: 3px" {{!}}  
+
{{!}} style="text-align: center; padding: 3px" {{!}} {{{dedicated notes|}}}
 
{{!-}}
 
{{!-}}
 
}}
 
}}
  
 
<!-- Self-hosting -->
 
<!-- Self-hosting -->
{{#if: |
+
{{#if: {{{self-hosting|}}} |
! [[]]
+
! [[Self-hosting]]
{{!}} {{Tickcross||}}
+
{{!}} {{Tickcross|{{{self-hosting|}}}|Self-hosting}}
{{!}} style="text-align: center; padding: 3px" {{!}}  
+
{{!}} style="text-align: center; padding: 3px" {{!}} {{{self-hosting notes|}}}
 
{{!-}}
 
{{!-}}
 
}}
 
}}

Revision as of 17:00, 28 December 2013

Type Native Notes
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   = 
}}