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
(added ref details)
m (added upnp notes and updated syntax)
Line 5: Line 5:
 
* {{Code|tcp}}  - TCP ports used;
 
* {{Code|tcp}}  - TCP ports used;
 
* {{Code|udp}}  - UDP ports used;
 
* {{Code|udp}}  - UDP ports used;
 +
* {{Code|ref}} - Reference for ports.
 
* {{Code|upnp}} - UPnP support status. Defines [[Property:UPnP support]];
 
* {{Code|upnp}} - UPnP support status. Defines [[Property:UPnP support]];
 
* {{Code|upnp ref}} - Reference for UPnP support status;
 
* {{Code|upnp ref}} - Reference for UPnP support status;
* {{Code|ref}} - Reference for ports.
+
* {{Code|upnp notes}} - Note for {{Code|hackable}} (only) state of UPnP support status;
  
 
'''Syntax'''
 
'''Syntax'''
 
<pre>
 
<pre>
 
{{Network/Ports
 
{{Network/Ports
|tcp =  
+
|tcp       =  
|udp =  
+
|udp       =
|upnp =  
+
|ref        =
 +
|upnp      =
 +
|upnp ref  =  
 +
|upnp notes =  
 
}}
 
}}
 
</pre>
 
</pre>
 
<includeonly>[[Category:Table templates]]</includeonly>
 
<includeonly>[[Category:Table templates]]</includeonly>
 
<noinclude>[[Category:Documentation templates]]</noinclude>
 
<noinclude>[[Category:Documentation templates]]</noinclude>

Revision as of 14:29, 12 December 2020

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. Defines Property:UPnP support;
  • 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 = 
}}