Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

UniWiki:Manual of Style: Difference between revisions

From EVE University Wiki
Djavin novienta (talk | contribs)
Djavin novienta (talk | contribs)
Line 602: Line 602:


=== Keep markup simple ===
=== Keep markup simple ===
{{shortcut|MOS:MARKUP}}


The simplest [[Wiki markup|markup]] is often the easiest to edit, the most comprehensible, and the most predictable. Markup may appear differently in different browsers. Use HTML and CSS markup sparingly; in particular, do not use the CSS <code>float</code> or <code>line-height</code> properties because they break rendering on some browsers when large fonts are used.
The simplest [[Wikipedia:Wiki markup|markup]] is often the easiest to edit, the most comprehensible, and the most predictable. Markup may appear differently in different browsers. Use HTML and CSS markup sparingly; in particular, do not use the CSS <code>float</code> or <code>line-height</code> properties because they break rendering on some browsers when large fonts are used.


An [[Character entity reference|HTML character entity]] is sometimes better than the equivalent Unicode character, which may be difficult to identify in edit mode; for example, <code>&amp;Alpha;</code> is understood where <code>Α</code> (the upper-case form of Greek <code>α</code>) may not be.
An [[Wikipedia:Character entity reference|HTML character entity]] is sometimes better than the equivalent Unicode character, which may be difficult to identify in edit mode; for example, <code>&amp;Alpha;</code> is understood where <code>Α</code> (the upper-case form of Greek <code>α</code>) may not be.


=== Formatting issues ===
=== Formatting issues ===