Difference between revisions of "User:AngelHerraez/Sandbox"

From Jmol
Jump to navigation Jump to search
Line 2: Line 2:
 
<!--applet load='1ea5' size='300' frame='true' align='right' caption='Insert caption here' /-->
 
<!--applet load='1ea5' size='300' frame='true' align='right' caption='Insert caption here' /-->
  
 +
All these links should read [[#dummy|atención]]
 +
 +
Directly entered (ó):
 
<jmol>
 
<jmol>
 
<jmolLink>
 
<jmolLink>
Line 7: Line 10:
 
<text>atención</text>
 
<text>atención</text>
 
</jmolLink>
 
</jmolLink>
 +
</jmol>
  
 
+
Hex Unicode entity (<nowiki>&amp;#x00F3;</nowiki>):
 +
<jmol>
 
<jmolLink>
 
<jmolLink>
 
<script>color background red;</script>
 
<script>color background red;</script>
 
<text>atenci&#x00F3;n</text>
 
<text>atenci&#x00F3;n</text>
 
</jmolLink>
 
</jmolLink>
 +
</jmol>
  
 +
Dec Unicode entity (<nowiki>&amp;#0243;</nowiki>):
 +
<jmol>
 
<jmolLink>
 
<jmolLink>
 
<script>color background red;</script>
 
<script>color background red;</script>
 
<text>atenci&#0243;n</text>
 
<text>atenci&#0243;n</text>
 
</jmolLink>
 
</jmolLink>
 +
</jmol>
  
 +
Hex Unicode percent (<nowiki>%F3</nowiki>):
 +
<jmol>
 
<jmolLink>
 
<jmolLink>
 
<script>color background red;</script>
 
<script>color background red;</script>
 
<text>atenci%F3n</text>
 
<text>atenci%F3n</text>
 
</jmolLink>
 
</jmolLink>
 +
</jmol>
  
 +
In a button:
 +
<jmol>
 
<jmolButton>
 
<jmolButton>
 
<script>color background red;</script>
 
<script>color background red;</script>
Line 37: Line 51:
 
</jmolLink>
 
</jmolLink>
 
</jmol>
 
</jmol>
[[Media:Ejemplo.ogg]]
 

Revision as of 13:34, 7 March 2010

Testing accented characters in links set by Jmol MediaWiki Extension

All these links should read atención

Directly entered (ó):

Hex Unicode entity (&#x00F3;):

Dec Unicode entity (&#0243;):

Hex Unicode percent (%F3):

In a button:

Contributors

AngelHerraez