Line 3: | Line 3: | ||
== Cargo testing == | == Cargo testing == | ||
{| class="wikitable" | |||
! Template !! T7, T8 name !! Description | |||
|- | |||
| [[Template:MoveDataCargoTest]] | |||
| Move7 | |||
Move | |||
| store + query + display | |||
|- | |||
| [[Template:MoveDataCargoTest/Query]] | |||
| MoveQuery7 | |||
MoveQuery | |||
| query + display | |||
|- | |||
| [[Template:MoveDataCargoTest/Inherit]] | |||
| MoveInherit7 | |||
MoveInherit | |||
| inherit + store + query + display | |||
|- | |||
| [[Template:MoveDataCargoTest/Display]] | |||
| MoveImpl7 | |||
MoveImpl | |||
| implementation detail | |||
|- | |||
| [[Template:MoveDataCargoTest/Display/Impl]] | |||
| MoveDisplay7 | |||
MoveDisplay | |||
| display only. Implementation detail | |||
|- | |||
| [[Template:MoveDataCargoTest/PunisherTable]] | |||
| PunisherTable7 | |||
PunisherTable | |||
| store + query + display | |||
|- | |||
| [[Template:MoveDataCargoTest/PunisherTable/Display]] | |||
| PunisherTableDisplay7 | |||
PunisherTableDisplay | |||
| only display. Implementation detail | |||
|- | |||
| [[Template:MoveDataCargoTest/Punishment]] | |||
| PunishmentChart7 | |||
PunishmentChart | |||
| query + display | |||
|- | |||
| [[Template:MoveDataCargoTest/WhiffPunisherTable]] | |||
| WhiffPunisherTable7 | |||
WhiffPunisherTable | |||
| query + display | |||
|- | |||
| [[Template:MoveDataCargoTest/WhiffPunisherTable/Display]] | |||
| WhiffPunisherTableDisplay7 | |||
WhiffPunisherTableDisplay | |||
| only display. Implementation detail | |||
|} | |||
A module used by the templates: [[Module:MoveDataCargoTest]]. | |||
Pages that use the templates: | |||
* [[User:Lume/Cargo testing/Generic movelist]] | * [[User:Lume/Cargo testing/Generic movelist]] | ||
* [[User:Lume/Cargo testing/Bryan movelist]] | * [[User:Lume/Cargo testing/Bryan movelist]] |
Revision as of 10:21, 17 September 2023
Bryan main. lume_tk on Discord.
Cargo testing
Template | T7, T8 name | Description |
---|---|---|
Template:MoveDataCargoTest | Move7
Move |
store + query + display |
Template:MoveDataCargoTest/Query | MoveQuery7
MoveQuery |
query + display |
Template:MoveDataCargoTest/Inherit | MoveInherit7
MoveInherit |
inherit + store + query + display |
Template:MoveDataCargoTest/Display | MoveImpl7
MoveImpl |
implementation detail |
Template:MoveDataCargoTest/Display/Impl | MoveDisplay7
MoveDisplay |
display only. Implementation detail |
Template:MoveDataCargoTest/PunisherTable | PunisherTable7
PunisherTable |
store + query + display |
Template:MoveDataCargoTest/PunisherTable/Display | PunisherTableDisplay7
PunisherTableDisplay |
only display. Implementation detail |
Template:MoveDataCargoTest/Punishment | PunishmentChart7
PunishmentChart |
query + display |
Template:MoveDataCargoTest/WhiffPunisherTable | WhiffPunisherTable7
WhiffPunisherTable |
query + display |
Template:MoveDataCargoTest/WhiffPunisherTable/Display | WhiffPunisherTableDisplay7
WhiffPunisherTableDisplay |
only display. Implementation detail |
A module used by the templates: Module:MoveDataCargoTest.
Pages that use the templates:
- User:Lume/Cargo testing/Generic movelist
- User:Lume/Cargo testing/Bryan movelist
- User:Lume/Cargo testing/Bryan punishers
- User:Lume/Cargo testing/Bryan
TODO:
- Transition to Tekken 8 plan
- After integration into wiki:
- Figure a better way to show different damage types and hard punishers in PunisherTable
- Compute speed for whiff punishers with motion inputs
Notes:
- Cargo data table Special:CargoTables/MoveDataCargoTest in Dark mode is fully white, text is unreadable. In Light mode it's fine.
- Similar problem with Syntax Highlighting in wiki editor.
- Omitting Cargo fields in #cargo_store call if their names are the same as the names of template parameters doesn't work for some reason (different version?)- [1]
- Need to compare performance between String and Wikitext, as the latter one is unindexed. Most of the fields are Strings now.
- Pages with queries will not update automatically because of cache - Extension:Cargo/FAQ#Why_doesn't_data_I_have_just_added_show_up_in_queries?