Template:T: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
*split=(char(s) to split on) | *split=(char(s) to split on) | ||
*plain=(set to false to use [https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#Patterns ustring patterns]) | *plain=(set to false to use [https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#Patterns ustring patterns]) | ||
*replace=(char(s) to replace what you split on instead of just using split itself) | *replace=(char(s) to replace what you split on instead of just using split itself, necessary if using a ustring pattern) | ||
[[Category: Help templates|{{PAGENAME}}]]</noinclude> | [[Category: Help templates|{{PAGENAME}}]]</noinclude> |
Revision as of 23:31, 22 May 2021
Script error: The function "all_words_first_letter_uppercase" does not exist.
Script error: The function "all_words_first_letter_uppercase" does not exist.
Variables
- 1=link
- split=(char(s) to split on)
- plain=(set to false to use ustring patterns)
- replace=(char(s) to replace what you split on instead of just using split itself, necessary if using a ustring pattern)