Difference between revisions of "User:AngelHerraez/Sandbox"
Jump to navigation
Jump to search
AngelHerraez (talk | contribs) |
AngelHerraez (talk | contribs) |
||
| 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>&#x00F3;</nowiki>): | |
| + | <jmol> | ||
<jmolLink> | <jmolLink> | ||
<script>color background red;</script> | <script>color background red;</script> | ||
<text>atención</text> | <text>atención</text> | ||
</jmolLink> | </jmolLink> | ||
| + | </jmol> | ||
| + | Dec Unicode entity (<nowiki>&#0243;</nowiki>): | ||
| + | <jmol> | ||
<jmolLink> | <jmolLink> | ||
<script>color background red;</script> | <script>color background red;</script> | ||
<text>atención</text> | <text>atenció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> | ||
| − | |||
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 (ó):
Dec Unicode entity (ó):
Hex Unicode percent (%F3):
In a button: