Template:TechUnlock: Difference between revisions

Template page
No edit summary
Tag: Manual revert
No edit summary
Line 3: Line 3:
tables=techUnlock
tables=techUnlock
|fields=techName,unlocks
|fields=techName,unlocks
|where=unlocks='{{{1}}}'
|where=unlocks='{{{1}}}'ORtechName='{{{1}}}'
|format=template
|format=template
|template=TechUnlock_Layout
|template=TechUnlock_Layout

Revision as of 01:53, 24 August 2023

Documentation

Use {{TechUnlock|{{PAGENAME}}}}

or {{TechUnlock|Large Wind Turbine}}

for


Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORtechName='Large Wind Turbine' ORDER BY `cargo__techUnlock`.`_pageID`,`techNam' at line 1

Function: CargoSQLQuery::run Query: SELECT `cargo__techUnlock`.`_pageID` AS `cargo_backlink_page_id_techUnlock`,`techName` AS `techName`,`unlocks` AS `unlocks` FROM `cargo__techUnlock` WHERE unlocks='Large Wind Turbine'ORtechName='Large Wind Turbine' ORDER BY `cargo__techUnlock`.`_pageID`,`techName`,`unlocks` LIMIT 100


And

Use {{TechUnlock|{{PAGENAME}}|Tech}}

Or {{TechUnlock|Basic Structures|Tech}}

For


Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORtechName='Basic Structures' ORDER BY `cargo__techUnlock`.`_pageID`,`techName`' at line 1

Function: CargoSQLQuery::run Query: SELECT `cargo__techUnlock`.`_pageID` AS `cargo_backlink_page_id_techUnlock`,`techName` AS `techName`,`unlocks` AS `unlocks` FROM `cargo__techUnlock` WHERE unlocks='Basic Structures'ORtechName='Basic Structures' ORDER BY `cargo__techUnlock`.`_pageID`,`techName`,`unlocks` LIMIT 100

The above Template documentation is transcluded from Template:TechUnlock/doc. (edit | history)