Revision as of 19:33, 12 May 2024 editGrufo (talk | contribs)Extended confirmed users4,609 edits →Complete list of the links generated: New modifier: `mirroring`← Previous edit | Revision as of 03:11, 18 May 2024 edit undoGrufo (talk | contribs)Extended confirmed users4,609 edits UpdateNext edit → | ||
Line 19: | Line 19: | ||
* <code>{{module:params/doc/link to the code|reversing}}</code> | * <code>{{module:params/doc/link to the code|reversing}}</code> | ||
* <code>{{module:params/doc/link to the code|mirroring}}</code> | * <code>{{module:params/doc/link to the code|mirroring}}</code> | ||
* <code>{{module:params/doc/link to the code|sorting_sequential_values}}</code> | |||
* <code>{{module:params/doc/link to the code|with_name_matching}}</code> | * <code>{{module:params/doc/link to the code|with_name_matching}}</code> | ||
* <code>{{module:params/doc/link to the code|with_name_not_matching}}</code> | * <code>{{module:params/doc/link to the code|with_name_not_matching}}</code> |
Revision as of 03:11, 18 May 2024
This is a helper template for the documentation of Module:Params that creates a link to the line in the Lua code where a function or a modifier is declared.
Usage
{{module:params/doc/link to the code|squeezing}}
{{module:params/doc/link to the code|cutting|Lorem ipsum}}
Complete list of the links generated
sequential
non-sequential
all_sorted
setting
squeezing
cutting
cropping
purging
backpurging
reversing
mirroring
sorting_sequential_values
with_name_matching
with_name_not_matching
with_value_matching
with_value_not_matching
trimming_values
mapping_by_calling
mapping_by_invoking
mapping_blindly_by_calling
mapping_blindly_by_invoking
renaming_blindly_by_calling
renaming_blindly_by_invoking
count
concat_and_call
concat_and_invoke
concat_and_magic
value_of
list
list_values
for_each
call_for_each
invoke_for_each
magic_for_each
call_for_each_value
invoke_for_each_value
magic_for_each_value
self