Template:Requirements: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| cellpadding="4" style="border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #FFF"
{| cellpadding="4" style="border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #FFF"
|-
|-
!style="border-top-left-radius: 10px; background-color: #FFAA44; border-style: solid; border-width: 1px; border-color: #FFF; color:#7A4A20"| Minimum server version
!style="border-top-left-radius: 10px; font-weight: 400; background-color: #FFAA44; border-style: solid; border-width: 1px; border-color: #FFF; color:#7A4A20"| Minimum server version
!width=60 style="white-space: nowrap; border-top-right-radius: 10px; background-color: #FFCC66; border-style: solid; border-width: 1px; border-color: #fff"| {{{1}}}
!width=60 style="white-space: nowrap; border-top-right-radius: 10px; background-color: #FFCC66; border-style: solid; border-width: 1px; border-color: #fff"| {{{1}}}
|-
|-
!style="border-bottom-left-radius: 10px; background-color: #FF6666; border-style: solid; border-width: 1px; border-color: #FFF; color:#AA0028"| Minimum client version
!style="border-bottom-left-radius: 10px; font-weight: 400; background-color: #FF6666; border-style: solid; border-width: 1px; border-color: #FFF; color:#AA0028"| Minimum client version
!style="white-space: nowrap; border-bottom-right-radius: 10px; background-color: #FFBBBB; border-style: solid; border-width: 1px; border-color: #FFF"| {{{2}}}
!style="white-space: nowrap; border-bottom-right-radius: 10px; background-color: #FFBBBB; border-style: solid; border-width: 1px; border-color: #FFF"| {{{2}}}
|}'''Note''': Using this function/event requires the resource to have the above minimum version declared in the [[Meta.xml|meta.xml]] '''<min_mta_version>''' section. ''e.g. <min_mta_version {{#ifeq: {{{1}}} |n/a||server="{{{1}}}"}} {{#ifeq: {{{2}}} |n/a||client="{{{2}}}"}} />''
|}'''Note''': Using this feature requires the resource to have the above minimum version declared in the [[Meta.xml|meta.xml]] '''<min_mta_version>''' section. ''e.g. <min_mta_version {{#ifeq: {{{1}}} |n/a||server="{{{1}}}"}} {{#ifeq: {{{2}}} |n/a||client="{{{2}}}"}} />''

Latest revision as of 16:44, 23 September 2021

Minimum server version {{{1}}}
Minimum client version {{{2}}}

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version server="{{{1}}}" client="{{{2}}}" />