The '''WorldsDataFeed''' acts as a [[Data Feed|data feed]] that provides a stream of information that can be mapped to templates. For more info see [[Data Feeds]].
The '''WorldsDataFeed''' is a [[Data Feed|data feed]] that provides a list of worlds or sessions, depending on the settings.
== Fields ==
== Fields ==
Line 11:
Line 11:
|MergeByWorldId|Bool| Whether to merge by world IDs. Used to make [[Component:MergedWorldDataItemInterface]].
|MergeByWorldId|Bool| Whether to merge by world IDs. Used to make [[Component:MergedWorldDataItemInterface]].
|MergeBySessionId|Bool| Whether to merge by session IDs. Used to make [[Component:MergedWorldDataItemInterface]]
|MergeBySessionId|Bool| Whether to merge by session IDs. Used to make [[Component:MergedWorldDataItemInterface]]
|IncompatibleSessions|Bool| Whether to show incompatible sessions due to game version number/plugins.
|HeadlessHosts|Bool| Whether to list headless hosts.
|HeadlessHosts|Bool| Whether to list headless hosts.
|UserHosts|Bool| Whether to list normal user hosts.
|UserHosts|Bool| Whether to list normal user hosts.
Line 18:
Line 19:
|MaxSessionAccessLevel|SessionAccessLevel| List sessions that have a session access less than or equal to this.
|MaxSessionAccessLevel|SessionAccessLevel| List sessions that have a session access less than or equal to this.
|MinUptime|Double| A session has to be open for at least this long to be listed.
|MinUptime|Double| A session has to be open for at least this long to be listed.
|MaxUptime|Double| A session has to be open for less than this long to be listed.
|MaxUptime|Double| A session has to be open for less than this long to be listed.