(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{fl| | {{fl|Heihachi}} main. lume_tk on Discord. | ||
== | == TODO == | ||
* Tekken 8: | |||
* | ** Think of a better way to show Heat info for punishers | ||
* | |||
* | |||
* After integration into wiki: | * After integration into wiki: | ||
** PunishmentChart7 - medians are hardcoded, cuz no data yet | |||
** PunishmentChart7 - align charts | |||
** MoveInherit7 where base has notes but no crush | ** MoveInherit7 where base has notes but no crush | ||
** {{tl|fl}} in the notes causes strip markers | ** {{tl|fl}} in the notes causes strip markers | ||
** PunisherTable7 if any of the moves were not found will not show table, just error. Find a way to show error only on row with that move. | ** PunisherTable7 if any of the moves were not found will not show table, just error. Find a way to show error only on row with that move. | ||
** PunisherTable7 - compute damage on grounded or if hit airborne? | |||
** Compute speed for whiff punishers with motion inputs | ** Compute speed for whiff punishers with motion inputs | ||
** Figure a better way to show different damage types and hard punishers in PunisherTable | ** Figure a better way to show different damage types and hard punishers in PunisherTable | ||
** PunisherTable7 unstable sort - same frame punishers can be swapped around, but only if punisher list is not sorted initially | |||
Notes | == Notes == | ||
* 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?)- [https://www.mediawiki.org/wiki/Extension:Cargo/Storing_data#Storing_data_in_a_table] | * 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?)- [https://www.mediawiki.org/wiki/Extension:Cargo/Storing_data#Storing_data_in_a_table] | ||
* Need to compare performance between String and Wikitext, as the latter one is unindexed. Most of the fields are Strings now. | * Need to compare performance between String and Wikitext, as the latter one is unindexed. Most of the fields are Strings now. | ||
Line 28: | Line 24: | ||
== Other subpages == | == Other subpages == | ||
* [[User:Lume/common.css]] | * [[User:Lume/common.css]] | ||
* [[User:Lume/HeatSmashes]] | |||
* [[User:Lume/ComboNotation]] | |||
* [[User:Lume/TestDeletePage]] |
Latest revision as of 07:38, 21 October 2024
Heihachi main. lume_tk on Discord.
TODO
- Tekken 8:
- Think of a better way to show Heat info for punishers
- After integration into wiki:
- PunishmentChart7 - medians are hardcoded, cuz no data yet
- PunishmentChart7 - align charts
- MoveInherit7 where base has notes but no crush
- {{fl}} in the notes causes strip markers
- PunisherTable7 if any of the moves were not found will not show table, just error. Find a way to show error only on row with that move.
- PunisherTable7 - compute damage on grounded or if hit airborne?
- Compute speed for whiff punishers with motion inputs
- Figure a better way to show different damage types and hard punishers in PunisherTable
- PunisherTable7 unstable sort - same frame punishers can be swapped around, but only if punisher list is not sorted initially
Notes
- 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?