Changes

Jump to: navigation, search

Help:Editing

1,551 bytes added, 21:09, 30 April 2012
copied the Using HTML section from the Microformats wiki http://microformats.org/wiki/Help:Editing to encourage more semantic HTML in our MediaWiki pages
The reason for not allowing a user who is not logged in to mark an edit as minor is that vandalism could then be marked as a minor edit, in which case it would stay unnoticed longer. This limitation is another reason to log in.
 
== Using HTML ==
MediaWiki supports a lot of simple HTML markup which you should use to enhance the semantics of your wiki pages (for [[SEO]] and other related good reasons).
 
Here is a short list of common HTML tags that you may find useful (consult a good [[semantic HTML]] reference if you need more info about when to use which element).
 
* <code>&lt;abbr&gt;</code>
* <code>&lt;cite&gt;</code>
* <code>&lt;code&gt;</code>, <code>&lt;kbd&gt;</code>, <code>&lt;samp&gt;</code>, <code>&lt;var&gt;</code>
* <code>&lt;dfn&gt;</code>
* <code>&lt;div&gt;</code> &amp; <code>&lt;span&gt;</code>
* <code>&lt;em&gt;</code> &amp; <code>&lt;strong&gt;</code>
* <code>&lt;li&gt;</code> / <code>&lt;ol&gt;</code> / <code>&lt;ul&gt;</code>
* <code>&lt;table&gt;</code>, <code>&lt;thead&gt;</code>, <code>&lt;tbody&gt;</code>, <code>&lt;tfoot&gt;</code>, <code>&lt;tr&gt;</code>, <code>&lt;th&gt;</code>, <code>&lt;td&gt;</code>
* <code>&lt;time&gt;</code>
 
If you find additional semantic HTML elements that seem to work just fine in MediaWiki pages, please add them.
 
In addition to using HTML elements directly in your MediaWiki pages, feel free to use common attributes like:
* <code>style</code>
* <code>class</code>
 
Use the <code>class</code> attribute in particular, e.g. with <code>&lt;div&gt;</code> &amp; <code>&lt;span&gt;</code>, to add microformats like [[hCard]] for people mentioned in wiki pages, [[hCalendar]] for events, etc. And instead of span/div, be sure to use <code>&lt;abbr&gt;</code> and <code>&lt;time&gt;</code> when appropriate!
 
== The wiki markup ==
Canmove, confirm
2,669
edits

Navigation menu