(Created page with "{{Navbox |title = Technology |group1 = Basic |list1 = {{NavboxIconLink|Basic Structures}}{{NavboxIconLink|Basic Signals}}{{NavboxIconLink|Basic Power}}{{NavboxIconLink|Basic robotics}}{{NavboxIconLink|Behaviors}}{{NavboxIconLink|Basic Robotics}}{{NavboxIconLink|Power Transference}}{{NavboxIconLink|robotics Production}}{{NavboxIconLink| Nanobots}}{{NavboxIconLink|Expanded Power}}{{NavboxIconLink|Gateway Technology}} |group2 = Technology#Blig...") |
No edit summary |
||
(19 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|title = [[Technology]] | |title = [[Technology]] | ||
|group1 = [[Technology# | |group1 = [[Technology#Starter|Starter]] | ||
|list1 = {{ | |list1 = | ||
{{#cargo_query: | |||
tables=tech | |||
|fields=tech.name, tech.category, tech.texture | |||
|where=category="0" or category IS NULL | |||
|format=template | |||
|template=NavboxIconLinkTechnology | |||
|named args=yes | |||
}} | |||
|group2 = [[Technology#Blight | |group2 = [[Technology#Basic|Basic]] | ||
| | |list2 = | ||
{{#cargo_query: | |||
tables=tech | |||
|fields=tech.name, tech.category, tech.texture | |||
|where=tech.category = 'Basic' | |||
|format=template | |||
|template=NavboxIconLinkTechnology | |||
|named args=yes | |||
}} | |||
|group3 = [[Technology#Advanced|Advanced]] | |||
|list3 = | |||
{{#cargo_query: | |||
tables=tech | |||
|fields=tech.name, tech.category, tech.texture | |||
|where=tech.category = 'Advanced' | |||
|format=template | |||
|template=NavboxIconLinkTechnology | |||
|named args=yes | |||
}} | |||
|group4 = [[Technology#Robots|Robots]] | |||
|list4 = | |||
{{#cargo_query: | |||
tables=tech | |||
|fields=tech.name, tech.category, tech.texture | |||
|where=tech.category = 'Robots' | |||
|format=template | |||
|template=NavboxIconLinkTechnology | |||
|named args=yes | |||
}} | |||
|group5 = [[Technology#Blight|Blight]] | |||
|list5 = | |||
{{#cargo_query: | |||
tables=tech | |||
|fields=tech.name, tech.category, tech.texture | |||
|where=tech.category = 'Blight' OR name LIKE '%Blight%' | |||
|format=template | |||
|template=NavboxIconLinkTechnology | |||
|named args=yes | |||
}} | |||
|group6 = [[Technology#Human|Human]] | |||
|list6 = | |||
{{#cargo_query: | |||
tables=tech | |||
|fields=tech.name, tech.category, tech.texture | |||
|where=tech.category = 'Human' OR name LIKE '%Human%' | |||
|format=template | |||
|template=NavboxIconLinkTechnology | |||
|named args=yes | |||
}} | |||
|group7 = [[Technology#Virus|Virus]] | |||
|list7 = | |||
{{#cargo_query: | |||
tables=tech | |||
|fields=tech.name, tech.category, tech.texture | |||
|where=tech.category = 'Virus' OR name LIKE '%Virus%' | |||
|format=template | |||
|template=NavboxIconLinkTechnology | |||
|named args=yes | |||
}} | |||
|group8 = [[Technology#Alien|Alien]] | |||
|list8 = | |||
{{#cargo_query: | |||
tables=tech | |||
|fields=tech.name, tech.category, tech.texture | |||
|where=tech.category = 'Alien' OR name LIKE '%Alien%' | |||
|format=template | |||
|template=NavboxIconLinkTechnology | |||
|named args=yes | |||
}} | |||
}} |