{{#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