Difference between revisions of "Template:PAGENAMEBASE"

From Wikidot - Australian Business Wiki
Jump to navigation Jump to search
(Created page with "{{#ifexpr: {{str find|{{PAGENAME}}|(}} != -1 | {{str ≤ len | {{PAGENAME}} | 49 <!-- The max {{str find}} can handle is 50 --> | {{str le...")
Line 1: Line 1:
 
{{#ifexpr: {{str find|{{PAGENAME}}|(}} != -1
 
{{#ifexpr: {{str find|{{PAGENAME}}|(}} != -1
   | {{str ≤ len | {{PAGENAME}} | 49  
+
   | 1 <!-- PAGENAME contains a "(" -->
 +
  | {{PAGENAME}} <!-- No "(" found in PAGENAME -->
 +
}}{{str ≤ len | {{PAGENAME}} | 49  
 
                                 <!-- The max {{str find}} can handle is 50 -->
 
                                 <!-- The max {{str find}} can handle is 50 -->
 
   | {{str left| {{PAGENAME}} | {{#expr:{{str find|{{PAGENAME}}|(}}-2}} }} <!-- Short enough for {{str find}} to work, and contains a "(" -->
 
   | {{str left| {{PAGENAME}} | {{#expr:{{str find|{{PAGENAME}}|(}}-2}} }} <!-- Short enough for {{str find}} to work, and contains a "(" -->
 
   | {{PAGENAME}} <!-- Too long for {{str find}} -->
 
   | {{PAGENAME}} <!-- Too long for {{str find}} -->
   }} <!-- PAGENAME contains a "(" -->
+
   }}<noinclude>
  | {{PAGENAME}} <!-- No "(" found in PAGENAME -->
 
}}<noinclude>
 
 
{{documentation}}
 
{{documentation}}
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
</noinclude>
 
</noinclude>

Revision as of 03:13, 17 December 2020

Expression error: Unrecognized punctuation character "[".Template:Str ≤ len Lua error: Internal error: The interpreter exited with status 127.