Module:Template input utils: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
-- - Numbered <anything> to table extract args and places them into a table. | -- - Numbered <anything> to table extract args and places them into a table. | ||
-- Normalize params to snake case; anything close enough to snake case is | -- Normalize params to snake case (may change to a different form later); | ||
-- anything close enough to snake case is converted to snake case: | |||
-- TRAIN_CASE, KEBEB-CASE, no dashes (OK!) | -- TRAIN_CASE, KEBEB-CASE, no dashes (OK!) | ||
-- PascalCase, camelCase (will not convert properly) | -- PascalCase, camelCase (will not convert properly) | ||