Teamtoto

Joined 25 July 2021
m
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{qud time}}
<div style="float:right;">
<div style="float:right;">
{{Color Table}}
{{Color Table}}
Line 4: Line 5:
{| style="padding:1em;"
{| style="padding:1em;"
|[[/Sandbox]]
|[[/Sandbox]]
|[[/Sandbox2]]
||[[Special:CargoTables]]
|-
|-
|[[Template:Sandbox/User:Teamtoto/newitem2]]
|[[Module:Sandbox/User:Teamtoto/LuaModule|lua sandlot]]
|[[Module:Sandbox/User:Teamtoto/LuaModule]]
|-
|-
|[[Module:GetCreatureStats]]
|[[/Bug Hall of Fame]]
|[[Form:Simulator_Sandbox]]
|[[Caves_of_Qud/Scrapped_UI]]
|-
|-
|[[Template:VSSim]]
| [[/Sandbox2]]
| [[Template:CharaSim]]
|[[/Sandbox3]]
|-
|-
| [[Template:Simulator Sandbox]]
|[[MediaWiki:Common.css]]
|}
|}
==Maintenence shortcuts==
==Maintenence shortcuts==
{| style="padding:1em;text-align:center;"
{| style="padding:1em;text-align:center;"
|[[Special:WantedPages]]
|[[Special:WantedPages]] - {{Special:WantedCategories}} - [[Special:RandomInCategory/Pages_with_no_description|Random page w no desc]]
|{{Special:WantedCategories}}
|}
|}
<categorytree mode="all" showcount="on">Wiki maintenance</categorytree>
<categorytree mode="all" showcount="on">Wiki maintenance</categorytree>


==TODO:==
==TODO:==
DUPE IDS
{{#Cargo_query:table=GeneralData
|fields= ObjectID, COUNT(*)=num
|where=ObjectID <> '' and (_pageNamespace = '0' OR _pageNamespace='10002')
|having=num>1
|group by=ObjectID}}


===Effects===
{{#cargo_query:tables=GeneralData
Finish filling it out
|fields=_pageName
 
|where=ObjectID='Barathrumite Tinker'}}
===Cybernetics===
* qbe grammar stuff
*add creation codes
*Move cybernetics storage to their item pages
*Delete [[List of Cybernetics]] when done
 
===Extra Info===
* add rows for things like hidden (y/n)? include difficulty?
* so many traits that are unique to themselves:
**explode into goop on death (and what kind)
**blinkondamage
* hero bonuses?????? > relegated to their own page and table, [[Legendary creatures]]
 
===Liquids===
* [[acid]]
* [[asphalt]]
* [[lava]]
* [[molten wax]]
* [[primordial soup]]
* [[salt]]
* [[sap]]


==Faction template==
==Faction template==
Line 54: Line 40:
* fix parent faction so if a faction reputation for it already exists, toss it
* fix parent faction so if a faction reputation for it already exists, toss it


===QBE TODO===
==Notes==
*what does DynamicObjectsTable:Saltdunes_Creatures:Weight Value=3 do?
'''MAKE SURE THE FIELD THAT YOU'RE GROUPING BY IN A ONE TO MANY QUERY IS ACTUALLY IN THE ONE TO MANY FIELD FIRST'''
*also DynamicObjectsTable:Snapjaws:Builder
===custom dataspaces===
Modding is 10000 (modding talk is 10001)
Data is 10002 (data talk is 10003)


==Notes==
from [https://pathofexile.gamepedia.com/index.php?title=Path_of_Exile_Wiki:Known_issues]
from [https://pathofexile.gamepedia.com/index.php?title=Path_of_Exile_Wiki:Known_issues]
====HOLDS doesn't work as expected====
====HOLDS doesn't work as expected====
Line 71: Line 58:
====Case sensitivity====
====Case sensitivity====
Cargo is case insensitive. Use BINARY instead. Read more [https://www.mediawiki.org/wiki/Extension:Cargo/Common_problems here].
Cargo is case insensitive. Use BINARY instead. Read more [https://www.mediawiki.org/wiki/Extension:Cargo/Common_problems here].
== Replacing _pageData ==
https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:Cargo/Storing_data#Storing_page_data
To recreate with replacement, add a --replacement flag:
<pre>php setCargoPageData.php --replacement</pre>
The replacement table can then be switched in normally using the Special:CargoTables interface.
If you want to get rid of this table, call the following instead:
<pre>php setCargoPageData.php --delete</pre>
You do not need to call the "--delete" option if you are planning to recreate the table; simply calling setCargoPageData.php will delete the previous version.