Ganaram inukshuk
Joined 12 November 2021
No edit summary |
|||
| Line 405: | Line 405: | ||
|- | |- | ||
! colspan="4" |New templates after this line follow new (personal) coding conventions, outlined in v2 of my style guide. Features: | ! 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 | Use of snake_case for ALL param names; previous templates go through template name normalization to maintain backwards-compatibility (automated for lua-based templates) | ||
For lua-based templates, no params will ever be defined at the template level | |||
For lua-based templates, no params will ever be defined at the template level, instead defined at the module level | |||
|- | |- | ||
!Modules and templates | !Modules and templates | ||