Template:XMBML Operators: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(moved from "XMBML Functions" page)
 
m (better grouped)
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
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

Revision as of 06:46, 22 October 2014

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+Person:Person.stat.presence 2 6
Aa And exists Aa+Game:Common.title
Ai And indexed ? Ai+xCB:MusicList
Ap And 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 ? Oi+xCB:MusicList
Op Or path ? Op+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata