Ganaram inukshuk (talk | contribs)
No edit summary
Ganaram inukshuk (talk | contribs)
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, wherever possible; previous templates go through template name normalization to maintain backwards-compatibility
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; params are defined at the module 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