Template:Netplay: Difference between revisions

Template page
(Added options for RPCS3 version and Custom server requirement (hope this works))
m (Added white-space for consistency)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
_table          = Netplay
_table          = Netplay
|gamever        = String
|gamever        = String
|rpcs3 version = String
|rpcs3_version = String
|connect        = String (allowed values=Yes,No,Partial,Untested,N/A)
|connect        = String (allowed values=Yes,No,Partial,Untested,N/A)
|lobbies        = String (allowed values=Yes,No,Partial,Untested,N/A)
|lobbies        = String (allowed values=Yes,No,Partial,Untested,N/A)
|matching      = String (allowed values=Yes,No,Partial,Untested,N/A)
|matching      = String (allowed values=Yes,No,Partial,Untested,N/A)
|features      = String (allowed values=Yes,No,Partial,Untested,N/A)
|features      = String (allowed values=Yes,No,Partial,Untested,N/A)
|custom servers = String (allowed values=Available,Not available,Not required,Untested)
|custom_servers = String (allowed values=Available,Not available,Not required,Untested)
|notes          = Wikitext
|notes          = Wikitext
}}[[Category:Templates]]</noinclude><includeonly>{{#cargo_store:
}}[[Category:Templates]]</noinclude><includeonly>{{#cargo_store:
_table          = Netplay
_table          = Netplay
|gamever        = {{{gamever|}}}
|gamever        = {{{gamever|}}}
|rpcs3 version = {{{rpcs3 version|}}}
|rpcs3_version = {{{rpcs3 version|}}}
|connect        = {{{connect|}}}
|connect        = {{{connect|}}}
|lobbies        = {{{lobbies|}}}
|lobbies        = {{{lobbies|}}}
|matching      = {{{match|}}}
|matching      = {{{match|}}}
|features      = {{{features|}}}
|features      = {{{features|}}}
|custom servers = {{{custom servers|}}}
|custom_servers = {{{custom servers|}}}
|notes          = {{{notes|}}}
|notes          = {{{notes|}}}
}}<h3>Netplay testing</h3>
}}<h3>Netplay testing</h3>
Line 31: Line 31:
!Notes
!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|}}}
| {{{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 40: Line 40:
{{netplay
{{netplay
|gamever        =  
|gamever        =  
|rpcs3 version  =
|rpcs3 version  =  
|connect        = <!-- Yes, No, Partial, Untested, N/A -->
|connect        = <!-- Yes, No, Partial, Untested, N/A -->
|lobbies        = <!-- Yes, No, Partial, Untested, N/A -->
|lobbies        = <!-- Yes, No, Partial, Untested, N/A -->

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