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
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
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)