Module:Str find word/doc: Difference between revisions

Content deleted Content added
No edit summary
Line 9:
A '''word''' is defined to be consisting of: alphanumerics (a-z, A-Z, 0-9), the hyphen (-) and the underscore (_). For example: {{mono|1=foobar, foo-bar, foo_bar, foo123, Foo, FOO, _foo, 12, -x}}. All other characters are non-word characters ({{nowrap|1='{{mono|1=, ; ( ) <space>}}'}}).
 
The module is designed for template code usage. '''For example''', your template uses this ''format options'' foras {{para|format}}single asparameter input:
:{{para|1=format|2=bg-green, ucfirst, wikilink}}
Then you can handle formatting: