Recycling Center: Difference between revisions
From Zed City Wiki
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
</noinclude>==== Crafting ==== | </noinclude>==== Crafting ==== | ||
{{#cargo_query: | {{#cargo_query: | ||
table=OutpostBlueprintsLink, | table=OutpostBlueprintsLink,MiscBlueprints | ||
| join on= | | join on=MiscBlueprints.Codename=OutpostBlueprintsLink.Codename | ||
| fields= | | fields=MiscBlueprints._pageName=Name | ||
| where OutpostBlueprintsLink.OutpostCodename="recycling_center" | | where OutpostBlueprintsLink.OutpostCodename="recycling_center" | ||
| format=table | | format=table | ||
Revision as of 20:49, 29 July 2025
Crafting
{{#cargo_query: table=OutpostBlueprintsLink,MiscBlueprints | join on=MiscBlueprints.Codename=OutpostBlueprintsLink.Codename | fields=MiscBlueprints._pageName=Name | where OutpostBlueprintsLink.OutpostCodename="recycling_center" | format=table | order by=OutpostBlueprintsLink.Codename }}
Actions
{{#cargo_query: table=OutpostActions, OutpostActionsLink | join on=OutpostActions.Codename=OutpostActionsLink.Codename |fields=OutpostActions._pageName=Name |where=OutpostActionsLink.OutpostCodename="recycling_center" |format=table }}