Actions

Template

Difference between revisions of "Lcwords"

From P6 Spheres

(Created page with "<noinclude>Example: <nowiki>{{lcwords|best wedding ever!}}</nowiki> = {{lcwords|best wedding ever!}} Example: <nowiki>{{lcwords|s=here: it is!}}</nowiki> = {{lcwords|s=here:...")
 
Line 2: Line 2:
  
 
Example: <nowiki>{{lcwords|s=here: it is!}}</nowiki> = {{lcwords|s=here: it is!}}</noinclude><!--
 
Example: <nowiki>{{lcwords|s=here: it is!}}</nowiki> = {{lcwords|s=here: it is!}}</noinclude><!--
--><includeonly>{{#if:{{{s|}}}|{{#phptag: echo lcwords($argv['s']);}}|{{#phptag: echo lcwords($argv[1]);}}}}</includeonly>
+
--><includeonly>{{#if:{{{s|}}}|{{#phptag: echo strtolower($argv['s']);}}|{{#phptag: echo strtolower($argv[1]);}}}}</includeonly>

Revision as of 16:53, 8 May 2021

Example: {{lcwords|best wedding ever!}} = best wedding ever!

Example: {{lcwords|s=here: it is!}} = here: it is!