Ganaram inukshuk
Joined 12 November 2021
No edit summary |
No edit summary |
||
| Line 279: | Line 279: | ||
| | | | ||
|- | |- | ||
! colspan="4" | New templates after this line follow new (personal) coding conventions. | ! colspan="4" | New templates after this line follow new (personal) coding conventions, outlined in v1 of my style guide. | ||
|- | |- | ||
! Modules and templates | ! Modules and templates | ||
| Line 403: | Line 403: | ||
|Integrate category handler so templates/modules with todos don't get categorized twice (once for the template/module and once more for its /doc page) | |Integrate category handler so templates/modules with todos don't get categorized twice (once for the template/module and once more for its /doc page) | ||
| | | | ||
|- | |||
! colspan="4" |New templates after this line follow new (personal) coding conventions, outlined in v2 of my style guide. Features: | |||
Use of snake_case for ALL param names, wherever possible; previous templates go through template name normalization to maintain backwards-compatibility | |||
For lua-based templates, no params will ever be defined at the template level; params are defined at the module level | |||
|- | |||
!Modules and templates | |||
!New? | |||
!Description of template or contribution | |||
!Status or todo | |||
|- | |- | ||
|[[Module:Module introspection]] | |[[Module:Module introspection]] | ||
| Line 430: | Line 439: | ||
* Autodetect templates with corresponding modules, with options for overrides | * Autodetect templates with corresponding modules, with options for overrides | ||
* Display which functions are invoked and from which modules. | * Display which functions are invoked and from which modules. | ||
| | | | ||
|- | |- | ||