Difference between revisions of "Template:ReplaceNumericCharEncoding"

From ChatWars Wiki
Jump to: navigation, search
Line 3: Line 3:
 
               | {{#if: {{#pos: {{{string|}}} | ' }}
 
               | {{#if: {{#pos: {{{string|}}} | ' }}
 
                   | {{#sub: {{{string|}}} | 0 | {{#pos: {{{string|}}} | ' }} }}'{{#sub: {{{string|}}} | {{#expr: {{#pos: {{{string|}}} | ' }} + 8}} }}
 
                   | {{#sub: {{{string|}}} | 0 | {{#pos: {{{string|}}} | ' }} }}'{{#sub: {{{string|}}} | {{#expr: {{#pos: {{{string|}}} | ' }} + 8}} }}
                   | {{{string|}}}
+
                   | {{#if: {{#pos: {{{string|}}} | > }}
 +
                      | {{#sub: {{{string|}}} | 0 | {{#pos: {{{string|}}} | > }} }}>{{#sub: {{{string|}}} | {{#expr: {{#pos: {{{string|}}} | > }} + 4}} }}
 +
                      | {{{string|}}}
 +
                    }}
 
                 }}
 
                 }}
 
             }}
 
             }}
<!--{{#switch: {{{string|}}}
+
</includeonly><!--
  | &#39; = {{#sub: {{{string|}}} | 0 | {{#pos: {{{string|}}} | &#39; }} }}'{{#sub: {{{string|}}} | {{#expr: {{#pos: {{{string|}}} | &#39; }} + 5}} }}
 
  | &#x0027; = {{#sub: {{{string|}}} | 0 | {{#pos: {{{string|}}} | &#x0027; }} }}'{{#sub: {{{string|}}} | {{#expr: {{#pos: {{{string|}}} | &#x0027; }} + 8}} }}
 
  | &gt; = {{#sub: {{{string|}}} | 0 | {{#pos: {{{string|}}} | &gt; }} }}>{{#sub: {{{string|}}} | {{#expr: {{#pos: {{{string|}}} | &gt; }} + 4}} }}
 
  | #default = {{{string|}}}
 
 
 
}}--></includeonly><!--
 
 
--><noinclude>
 
--><noinclude>
 
This template has the sole purpose to replace numeric char encoding (<code><nowiki>&#39 ;</nowiki></code> (decimal encoding) AND <code><nowiki>&#x0027 ;</nowiki></code> (hexadecimal encoding) ) with the actual character ("<code>'</code>") to circumvent a bug in mediawiki which makes queries for pagename break
 
This template has the sole purpose to replace numeric char encoding (<code><nowiki>&#39 ;</nowiki></code> (decimal encoding) AND <code><nowiki>&#x0027 ;</nowiki></code> (hexadecimal encoding) ) with the actual character ("<code>'</code>") to circumvent a bug in mediawiki which makes queries for pagename break
 
[[Category:Template]]
 
[[Category:Template]]
 
</noinclude>
 
</noinclude>

Revision as of 21:00, 19 March 2019

This template has the sole purpose to replace numeric char encoding (&#39 ; (decimal encoding) AND &#x0027 ; (hexadecimal encoding) ) with the actual character ("'") to circumvent a bug in mediawiki which makes queries for pagename break