Difference between revisions of "Category:Monthly clean-up category/monthname"

From blackwiki
Jump to navigation Jump to search
test>Jo-Jo Eumerus
m (Changed protection level for "Template:Monthly clean-up category/monthname": Highly visible template: Allowing template editors ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (in...)
test>Train2104
(Update to work in case where "from" is in the name portion)
Line 1: Line 1:
{{#Switch:{{lc:{{Str left|{{Str right|{{{1|<noinclude>Cleanup from July 2012</noinclude>}}}|{{#expr:{{Strfind short|{{{1|<noinclude>Cleanup from July 2012</noinclude>}}}| from|5|lenstr=80}}+5}} }} |3}}}}
+
{{#Switch:{{lc:{{Str left|{{Str right|{{{1}}}|{{#expr: {{#invoke:String|find|{{{1}}}| from|{{#expr: {{Str len|{{{1}}}}} - 21}}}} + 4 }}}}|3}}}}
 
|jan=January
 
|jan=January
 
|feb=February
 
|feb=February
Line 23: Line 23:
  
 
If there is no recognized month prefix (after the word " from"), then the string "00" is returned.
 
If there is no recognized month prefix (after the word " from"), then the string "00" is returned.
 
; Performance considerations
 
This template searches the text in parameter 1 for the word " from" by using efficient [[Template:Strfind_short]], which runs in 9 levels of expansion depth, plus using {Str_right} for a total of 22 levels, compared to Template:Str_find_long, which runs with 23 levels of depth plus {Str_right} for a total of 35 levels, as used prior to 29 August 2012.
 
  
 
[[Category:Wikipedia formatting and function templates]]
 
[[Category:Wikipedia formatting and function templates]]
 
</noinclude>
 
</noinclude>

Revision as of 16:38, 28 February 2017

00


The Template:Monthly_clean-up_category/monthname returns the capitalized month name for the 3-letter month prefix (such as "Jan"), as found after the spaced-word " from" in the category title.

Example:

Result:   Template:Monthly clean up category/monthname

If there is no recognized month prefix (after the word " from"), then the string "00" is returned.

This category currently contains no pages or media.