Difference between revisions of "Template:PAGENAMEBASE"

From annadreambrush.com/wiki
Jump to navigation Jump to search
imported>Smith609
(A trimmed-down version of Template:Italic title)
 
imported>Smith609
(A trimmed-down version of Template:Italic title)
Line 1: Line 1:
{{
+
{{#ifexpr: {{str find|{{PAGENAME}}|(}} != -1
#switch:
+
   | 1 <!-- PAGENAME contains a "(" -->
  {{#ifexpr: {{str find|{{PAGENAME}}|(}} != -1
+
   | {{PAGENAME}} <!-- No "(" found in PAGENAME -->
   | 1
+
}}{{str ≤ len | {{PAGENAME}} | 49  
   | 0
 
  }}{{str ≤ len | {{PAGENAME}} | 49  
 
 
                                 <!-- The max {{str find}} can handle is 50 -->
 
                                 <!-- The max {{str find}} can handle is 50 -->
   | 1
+
   | {{str left| {{PAGENAME}} | {{#expr:{{str find|{{PAGENAME}}|(}}-2}} }} <!-- Short enough for {{str find}} to work, and contains a "(" -->
  | 0 }}<!--
+
  | {{PAGENAME}} <!-- Too long for {{str find}} -->
 
+
  }}<noinclude>
-->| 10 = {{PAGENAME}}<!--
 
 
 
-->| 11 = {{
 
  ''{{str left| {{PAGENAME}} | {{#expr:{{str find|{{PAGENAME}}|(}}-2}} }}'' {{str sub| {{PAGENAME}} | {{#expr: {{str find|{{PAGENAME}}|(}} - 1}} | {{#expr: {{str len|{{PAGENAME}}}} - {{str find|{{PAGENAME}}|(}} }} + 1 }}<!--
 
 
 
-->| 01 = ''{{PAGENAME}}''<!--
 
 
 
-->| 00 = {{FULLPAGENAME}}<!--
 
 
 
-->}}<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 04:27, 28 November 2010

Expression error: Unrecognized punctuation character "[".Template:Str ≤ len

Template documentation[create]