Difference between revisions of "Template:PAGENAMEBASE"

From Wikidot - Australian Business Wiki
Jump to navigation Jump to search
(Replaced content with "{{PAGENAME}}")
Tag: Replaced
Line 1: Line 1:
{{#ifexpr: {{str find|{{PAGENAME}}|(}} != -1
+
{{PAGENAME}}
  | 1 <!-- PAGENAME contains a "(" -->
 
  | {{PAGENAME}} <!-- No "(" found in 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}} -->
 
  }}<noinclude>
 
{{documentation}}
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
</noinclude>
 

Revision as of 03:22, 17 December 2020

PAGENAMEBASE