Template:T: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{#invoke:case|all_words_first_letter_uppercase|link={{{1|did you know?}}}|split={{{split|space}}}|plain={{{plain|true}}}|replace={{{replace|}}}}}<noinclude>
{{#invoke:case|title_case|link={{{1|did you know?}}}|split={{{split|space}}}|lower={{{lower|and}}}|plain={{{plain|true}}}|replace={{{replace|}}}}}<noinclude>


{{t|module:case|split=od|replace=од}}
{{t|module:case|split=od|replace=од}}
Line 5: Line 5:
==Variables==
==Variables==
*1=link
*1=link
*split=(char(s) to split on)
*lower=(words to remain lowercase) (defaults to 'and')
*split=(char(s) to split on) (defaults to the space character)
*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, necessary if using a ustring pattern)
*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 03:09, 23 May 2021

Did You Know?

MодUle:case

Variables

  • 1=link
  • lower=(words to remain lowercase) (defaults to 'and')
  • split=(char(s) to split on) (defaults to the space character)
  • 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)