I'm trying to query the cargo database. In PageSchemas, the table is called simply "Place". Here is the query:
{{#cargo_query: table=Place |fields=Place._pageName, Type |where=Place.Type="Planet" |format=dynamic table }}
The code above produces "Error: Table Place not found." as does prepending the table name with "cargo__" or "cargo_". What am I doing wrong?
-david