Topic on Talk:Reading/Web/Projects/Mobile Page Issues
Jump to navigation
Jump to search
This page shows the changes between two versions of a post by Jdlrobson in the topic "Please add a tag for translation" on Talk:Reading/Web/Projects/Mobile Page Issues.
You can see other versions of this post at its history page.
| Line 5: | Line 5: | ||
For instance |
For instance |
||
| − | < |
+ | <pre> |
<div class="m-elephant"></div> |
<div class="m-elephant"></div> |
||
| − | </ |
+ | </pre> |
In Chinese/Japanese might be |
In Chinese/Japanese might be |
||
| − | < |
+ | <pre> |
<div class="m-大象"></div> |
<div class="m-大象"></div> |
||
| − | </ |
+ | </pre> |
To avoid having to localise class names, we're attempting to standardise on a single class across all the wikis. |
To avoid having to localise class names, we're attempting to standardise on a single class across all the wikis. |
||
So in the above case if m-elephant is the "standard", the markup for Japanese/Chinese might become: |
So in the above case if m-elephant is the "standard", the markup for Japanese/Chinese might become: |
||
| − | < |
+ | <pre> |
<div class="m-elephant m-大象"></div> |
<div class="m-elephant m-大象"></div> |
||
| − | </ |
+ | </pre> |