Template:Netplay: Difference between revisions

Template page
(Improve category description)
m (Added white-space for consistency)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{#cargo_declare:
<noinclude>{{#cargo_declare:
_table   = Netplay
_table         = Netplay
|gamever  = String
|gamever       = String
|connect = String (allowed values=Yes,No,Partial,Untested,N/A)
|rpcs3_version = String
|lobbies = String (allowed values=Yes,No,Partial,Untested,N/A)
|connect       = String (allowed values=Yes,No,Partial,Untested,N/A)
|matching = String (allowed values=Yes,No,Partial,Untested,N/A)
|lobbies       = String (allowed values=Yes,No,Partial,Untested,N/A)
|features = String (allowed values=Yes,No,Partial,Untested,N/A)
|matching       = String (allowed values=Yes,No,Partial,Untested,N/A)
|notes   = Wikitext
|features       = String (allowed values=Yes,No,Partial,Untested,N/A)
|custom_servers = String (allowed values=Available,Not available,Not required,Untested)
|notes         = Wikitext
}}[[Category:Templates]]</noinclude><includeonly>{{#cargo_store:
}}[[Category:Templates]]</noinclude><includeonly>{{#cargo_store:
_table   = Netplay
_table         = Netplay
|gamever  = {{{gamever|}}}
|gamever       = {{{gamever|}}}
|connect = {{{connect|}}}
|rpcs3_version = {{{rpcs3 version|}}}
|lobbies = {{{lobbies|}}}
|connect       = {{{connect|}}}
|matching = {{{match|}}}
|lobbies       = {{{lobbies|}}}
|features = {{{features|}}}
|matching       = {{{match|}}}
|notes   = {{{notes|}}}
|features       = {{{features|}}}
}}<h3>Netplay</h3>
|custom_servers = {{{custom servers|}}}
|notes         = {{{notes|}}}
}}<h3>Netplay testing</h3>
For the complete list of games tested with RPCN, please check the [[RPCN Compatibility List]].  
For the complete list of games tested with RPCN, please check the [[RPCN Compatibility List]].  
{| class="wikitable"
{| class="wikitable"
!Game Version
!Game Version
!RPCS3 Version
!Connects?
!Connects?
!Create/Join lobbies?
!Create/Join lobbies?
!Match with others?
!Match with others?
!Online features working?
!Online features working?
!Requires custom servers?
!Notes
!Notes
|-
|-
| {{{gamever|}}} || {{#switch: {{{connect|}}} | Yes = style="background-color: #a0e6a0;" | No = style="background-color: #dc8787;"}} | {{{connect|}}} || {{#switch: {{{lobbies|}}} | Yes = style="background-color: #a0e6a0;" | No = style="background-color: #dc8787;"}} | {{{lobbies|}}} || {{#switch: {{{match|}}} | Yes = style="background-color: #a0e6a0;" | No = style="background-color: #dc8787;"}} | {{{match|}}} || {{#switch: {{{features|}}} | Yes = style="background-color: #a0e6a0;" | No = style="background-color: #dc8787;"}} | {{{features|}}} || {{{notes|}}}
| {{{gamever|}}} || {{{rpcs3 version|}}} || {{#switch: {{{connect|}}} | Yes = style="background-color: #76B900; color: white;" | No = style="background-color: #DD0031; color: white;"}} | {{{connect|}}} || {{#switch: {{{lobbies|}}} | Yes = style="background-color: #76B900; color: white;" | No = style="background-color: #DD0031; color: white;"}} | {{{lobbies|}}} || {{#switch: {{{match|}}} | Yes = style="background-color: #76B900; color: white;" | No = style="background-color: #DD0031; color: white;"}} | {{{match|}}} || {{#switch: {{{features|}}} | Yes = style="background-color: #76B900; color: white;" | No = style="background-color: #DD0031; color: white;"}} | {{{features|}}} || {{#switch: {{{custom servers|}}} | Not required = style="background-color: #76B900; color: white;" | Available = style="background-color: #CD7F32; color: white;" | Not available = style="background-color: #DD0031; color: white;"}} | {{{custom servers|}}} || {{{notes|}}}
|}[[Category:Netplay tested (Netplay)]]</includeonly><noinclude>
|}[[Category:Netplay tested (Netplay)]]</includeonly><noinclude>


Line 33: Line 39:
<pre>
<pre>
{{netplay
{{netplay
|gamever  =  
|gamever       =
|connect = <!-- Yes, No, Partial, Untested, N/A -->
|rpcs3 version =  
|lobbies = <!-- Yes, No, Partial, Untested, N/A -->
|connect       = <!-- Yes, No, Partial, Untested, N/A -->
|match   = <!-- Yes, No, Partial, Untested, N/A -->
|lobbies       = <!-- Yes, No, Partial, Untested, N/A -->
|features = <!-- Yes, No, Partial, Untested, N/A -->
|match         = <!-- Yes, No, Partial, Untested, N/A -->
|notes   =  
|features       = <!-- Yes, No, Partial, Untested, N/A -->
|custom servers = <!-- Available, Not available, Not required, Untested -->
|notes         =  
}}
}}
</pre></noinclude>
</pre></noinclude>

Latest revision as of 11:49, 10 March 2024

This template defines the table "Netplay". View table.

This template is used to the Netplay compatibility with RPCS3. All compatibility tests must be recorded in the respective game's wiki page.

Syntax

{{netplay
|gamever        = 
|rpcs3 version  = 
|connect        = <!-- Yes, No, Partial, Untested, N/A -->
|lobbies        = <!-- Yes, No, Partial, Untested, N/A -->
|match          = <!-- Yes, No, Partial, Untested, N/A -->
|features       = <!-- Yes, No, Partial, Untested, N/A -->
|custom servers = <!-- Available, Not available, Not required, Untested -->
|notes          = 
}}