Template:XMBML Operators: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (better grouped)
m (this matches better because... exists, indexed , and present are synonyms)
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 39: Line 39:
|-
|-
! Ai
! Ai
| And || colspan="2" | indexed ? || Ai+xCB:MusicList
| And || colspan="2" | indexed ? (in a database) || Ai+xCB:MusicList
|-
|-
! Ap
! Ap
| And || colspan="2" | path ? || Ap+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata
| And || colspan="2" | present ? (in path) || Ap+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata
|-
|-
| colspan="5" {{cellcolors|lightgrey}}
| colspan="5" {{cellcolors|lightgrey}}
Line 82: Line 82:
|-
|-
! Oi
! Oi
| Or || colspan="2" | indexed ? || Oi+xCB:MusicList
| Or || colspan="2" | indexed ? (in a database) || Oi+xCB:MusicList
|-
|-
! Op
! Op
| Or || colspan="2" | path ? || Op+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata
| Or || colspan="2" | present ? (in path) || Op+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata
|-
|-
| colspan="5" {{cellcolors|lightgrey}}
| colspan="5" {{cellcolors|lightgrey}}

Revision as of 07:15, 1 June 2015

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 ? (in a database) Ai+xCB:MusicList
Ap And present ? (in 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 a database) Oi+xCB:MusicList
Op Or present ? (in path) Op+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata