Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in or
create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision |
Your text |
| Line 1: |
Line 1: |
| === Forms Testing ===
| | {{Test}} |
| {{Form:Anomaly | |
| |Name=
| |
| |Locations=
| |
| |HP=
| |
| }}
| |
| | |
| === Template testing ===
| |
| {{Parser:Locations|name=Shegolskoe|template=LocationBox}}
| |
| | |
| {{Test_Template|locationName=Shegolskoe}}
| |
| | |
| === Random queries ===
| |
| {{#cargo_query:
| |
| tables=Items
| |
| |where=Name='KVR Helmet'
| |
| |fields=Name,Category,SubCategory,Volume,maxIncfromActiveMatter,minIncfromActiveMatter
| |
| |format=template
| |
| |template=Template:ItemRow
| |
| |named args=yes
| |
| }}
| |
| | |
| {{#cargo_query:
| |
| tables=Items
| |
| |where=Name='.416 ammo box'
| |
| |fields=Name,Category,SubCategory,Volume,maxIncfromActiveMatter
| |
| |format=template
| |
| |template=Template:ItemRow
| |
| |named args=yes
| |
| }}
| |
| | |
| #All ammo:
| |
| {{#cargo_query:
| |
| tables=Items
| |
| |fields=Name,Category,SubCategory,Volume,maxIncfromActiveMatter
| |
| |where=Category='Ammunition'
| |
| |format=table
| |
| |headers=plain
| |
| }} | |