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/Ports/Documentation"

From PCGamingWiki, the wiki about fixing PC games
m (added upnp notes and updated syntax)
(removed property mention (never used))
 
Line 6: Line 6:
 
* {{Code|udp}}  - UDP ports used;
 
* {{Code|udp}}  - UDP ports used;
 
* {{Code|ref}} - Reference for ports.
 
* {{Code|ref}} - Reference for ports.
* {{Code|upnp}} - UPnP support status. Defines [[Property:UPnP support]];
+
* {{Code|upnp}} - UPnP support status.
 
* {{Code|upnp ref}} - Reference for UPnP support status;
 
* {{Code|upnp ref}} - Reference for UPnP support status;
 
* {{Code|upnp notes}} - Note for {{Code|hackable}} (only) state of UPnP support status;
 
* {{Code|upnp notes}} - Note for {{Code|hackable}} (only) state of UPnP support status;

Latest revision as of 08:33, 27 September 2021

Description

This template contains all information relating to ports and UPnP support; see also {{Network/Multiplayer}} and {{Network/Connections}}.

Arguments

  • tcp - TCP ports used;
  • udp - UDP ports used;
  • ref - Reference for ports.
  • upnp - UPnP support status.
  • upnp ref - Reference for UPnP support status;
  • upnp notes - Note for hackable (only) state of UPnP support status;

Syntax

{{Network/Ports
|tcp        = 
|udp        = 
|ref        = 
|upnp       = 
|upnp ref   = 
|upnp notes = 
}}