Module:ProcessArgs/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
1. Function norm(): | === 1. Function norm(): === | ||
Cleans template arguments by removing empty values and trimming whitespace. | Cleans template arguments by removing empty values and trimming whitespace. | ||
2. Function merge(): | === 2. Function merge(): === | ||
Combines current template parameters with parent template parameters. | Combines current template parameters with parent template parameters. | ||
=== Source === | === Source === | ||
Revision as of 17:46, 15 January 2026
Documentation
This module provides utilities for processing template arguments.
1. Function norm():
Cleans template arguments by removing empty values and trimming whitespace.
2. Function merge():
Combines current template parameters with parent template parameters.