Template:XMBML Operators: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(moved from "XMBML Functions" page)
 
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable sortable"
{| class="wikitable sortable"
|+XMBML Operators
|+XMBML Operators {{ed right|XMBML Operators}}
! Operator !! colspan="3" | Field !! Example
! Operator !! colspan="3" | Field !! Example
|-
|-
Line 17: Line 17:
! Ag
! Ag
| And || colspan="2" | greater than || Ag+Game:Common.stat.rating 299
| And || colspan="2" | greater than || Ag+Game:Common.stat.rating 299
|-
! Agl
| And || greater than || and less than || Agl+Person:Person.stat.presence 2 6
|-
! AgL
| And || greater than || and less or equal than || AgL+Person:Person.stat.presence 2 6
|-
|-
! AG
! AG
| And || colspan="2" | greater or equal than || AG+Game:Common.stat.rating 299
| And || colspan="2" | greater or equal than || AG+Game:Common.stat.rating 299
|-
! Agl
| And || greater than || and less than || Agl+Person:Person.stat.presence 2 6
|-
|-
! AGl
! AGl
| And || greater or equal than || and less than || AGl+Person:Person.stat.presence 2 6
| And || greater or equal than || and less than || AGl+Person:Person.stat.presence 2 6
|-
! AgL
| And || greater than || and less or equal than || AgL+Person:Person.stat.presence 2 6
|-
|-
! AGL
! AGL
| And || greater or equal than || and less or equal than || AGL+Person:Person.stat.presence 2 6
| And || greater or equal than || and less or equal than || AGL+StorageMedia:StorageMedia.type 1 5
|-
|-
| colspan="5" {{cellcolors|lightgrey}}
| colspan="5" {{cellcolors|lightgrey}}
Line 39: Line 39:
|-
|-
! Ai
! Ai
| And || colspan="2" | indexed ? || Ai+xCB:MusicList
| And || colspan="2" | indexed ? (in [[XMB_database#xCB | XMB database]]) || Ai+xCB:VideoList
|-
|-
! Ap
! Ap
| And || colspan="2" | path ? || Ap+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata
| And || colspan="2" | present ? (in a path) || Ap+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata
|-
|-
| colspan="5" {{cellcolors|lightgrey}}
| colspan="5" {{cellcolors|lightgrey}}
Line 60: Line 60:
! Og
! Og
| Or || colspan="2" | greater than || Og+Game:Common.stat.rating 299
| Or || colspan="2" | greater than || Og+Game:Common.stat.rating 299
|-
! Ogl
| Or || greater than || and less than || Ogl+Person:Person.stat.presence 2 6
|-
! OgL
| Or || greater than || and less or equal than || OgL+Person:Person.stat.presence 2 6
|-
|-
! OG
! OG
| Or || colspan="2" | greater or equal than || OG+Game:Common.stat.rating 299
| Or || colspan="2" | greater or equal than || OG+Game:Common.stat.rating 299
|-
! Ogl
| Or || greater than || and less than || Ogl+Person:Person.stat.presence 2 6
|-
|-
! OGl
! OGl
| Or || greater or equal than || and less than || OGl+Person:Person.stat.presence 2 6
| Or || greater or equal than || and less than || OGl+Person:Person.stat.presence 2 6
|-
! OgL
| Or || greater than || and less or equal than || OgL+Person:Person.stat.presence 2 6
|-
|-
! OGL
! OGL
Line 82: Line 82:
|-
|-
! Oi
! Oi
| Or || colspan="2" | indexed ? || Oi+xCB:MusicList
| Or || colspan="2" | indexed ? (in [[XMB_database#xCB | XMB database]]) || Oi+xCB:VideoList
|-
|-
! Op
! Op
| Or || colspan="2" | path ? || Op+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata
| Or || colspan="2" | present ? (in a path) || Op+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata
|-
|-
| colspan="5" {{cellcolors|lightgrey}}
| colspan="5" {{cellcolors|lightgrey}}

Latest revision as of 09:14, 12 May 2018

XMBML Operators
Operator Field Example
Ae And equal Ae+Game:Game.category GD
An And not equal An+Game:Game.category GD
Al And less than Al+Game:Common.stat.rating 299
AL And less or equal than AL+Game:Common.stat.rating 299
Ag And greater than Ag+Game:Common.stat.rating 299
Agl And greater than and less than Agl+Person:Person.stat.presence 2 6
AgL And greater than and less or equal than AgL+Person:Person.stat.presence 2 6
AG And greater or equal than AG+Game:Common.stat.rating 299
AGl And greater or equal than and less than AGl+Person:Person.stat.presence 2 6
AGL And greater or equal than and less or equal than AGL+StorageMedia:StorageMedia.type 1 5
Aa And exists Aa+Game:Common.title
Ai And indexed ? (in XMB database) Ai+xCB:VideoList
Ap And present ? (in a path) Ap+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata
Oe Or equal Oe+Game:Game.category GD
On Or not equal On+Game:Game.category GD
Ol Or less than Ol+Game:Common.stat.rating 299
OL Or less or equal than OL+Game:Common.stat.rating 299
Og Or greater than Og+Game:Common.stat.rating 299
Ogl Or greater than and less than Ogl+Person:Person.stat.presence 2 6
OgL Or greater than and less or equal than OgL+Person:Person.stat.presence 2 6
OG Or greater or equal than OG+Game:Common.stat.rating 299
OGl Or greater or equal than and less than OGl+Person:Person.stat.presence 2 6
OGL Or greater or equal than and less or equal than OGL+Person:Person.stat.presence 2 6
Oa Or exists Oa+Game:Common.title
Oi Or indexed ? (in XMB database) Oi+xCB:VideoList
Op Or present ? (in a path) Op+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata