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...")
m (1 revision imported)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#ifexpr: {{str find|{{PAGENAME}}|(}} != -1
+
{{PAGENAME}}
  | {{str ≤ len | {{PAGENAME}} | 49
 
                                <!-- 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 "(" -->
 
  | {{PAGENAME}} <!-- Too long for {{str find}} -->
 
  }} <!-- PAGENAME contains a "(" -->
 
  | {{PAGENAME}} <!-- No "(" found in PAGENAME -->
 
}}<noinclude>
 
{{documentation}}
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
</noinclude>
 

Latest revision as of 12:21, 25 March 2021

PAGENAMEBASE