Template:PAGENAMEBASE: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(A trimmed-down version of Template:Italic title)
m (10 revisions imported from wikipedia:Template:PAGENAMEBASE)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude>
{{#ifexpr: {{str find|{{PAGENAME}}|(}} != -1
| 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}}
{{documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Latest revision as of 22:20, February 11, 2022

PAGENAMEBASE