User:Technion
|
|
||
|
| “ | There is no more consistently reliable an indicator of a country’s commitment to personal freedoms and civil liberties than the extent to which it protects gay rights and the way it treats its sexual minorities. | ” |
Contents |
[edit] MediaWiki notes
[edit] Literal {{ and }}
Literal {{ and }} can be achieved by enclosing them within <nowiki>…</nowiki>.
Note that this also applies within <code>…</code>.
[edit] Embedding XHTML IETF entities
{{entity}}
- Example:
{{mdash}}→ — - Another example:
{{hellip}}→ Template:Hellip
As you can see, this doesn’t work for certain characters such as &, <, >, …, ‘, ’, “, ”, ←, →, ↑, ↓, etc. In such cases, fall back on standard XHTML IETF syntax: &entity;
- Example:
…→ …
[edit] Embedding right-to-left text
{{rtl|lc|טקסט מימין לשמאל}}
- …where lc is the two- or three-character ISO 639 language code.
[edit] Calculating the saved file size
The saved file size is the size of the Unicode UTF-8-encoded text file in bytes, after stripping trailing whitespace from the end of the file including the terminal newline.
For example, when this edit is saved, it will result in a file size of 2200 bytes, whereas saving the copied text in vi would result in a saved file size of 2201 bytes due to the terminal newline.