Jump to content

Wiki markup

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 63.239.86.1 (talk) at 02:26, 19 April 2013 (Undid revision 551030289 by Halgan143 (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Screenshot of the edit window in a Wikipedia article. Note the <nowiki> tag, used to escape wiki markup and HTML. HTML comments can be seen inside the <!-- --> tags.

Wikitext language, or wiki markup, is a lightweight markup language used to write pages in wiki websites, such as Wikipedia, and is a simplified alternative/intermediate to HTML. Its ultimate purpose is to be converted by wiki software into HTML, which in turn is served to web browsers.

There is no commonly accepted standard wikitext language. The grammar, structure, justification, keywords and so on depend on the particular wiki software used on the particular website. For example, all wikitext markup languages have a simple way of hyperlinking to other pages within the site, but there are several different syntax conventions for these links. Many wikis, especially the earlier ones, used CamelCase to mark words that should be automatically linked. In MediaWiki, this convention was replaced with the [[…]] notation, which Wikipedia calls "free links".[1]

Different Wiki programs may support use of different sets of HTML elements within wikitext. In some cases, permitted HTML elements may be configured by individual wiki sites. MediaWiki supports many common HTML tags.

Standardization

Creole is an effort for a "common wiki markup language to be used across different Wikis".[2] There are several wiki engines that have implemented Creole.[3] Version 1.0 of the specification was released in July 2007.[4] It is not supported by MediaWiki.

See also

References

  1. ^ "Wikipedia:Free links". Wikipedia, the Free Encyclopedia. Retrieved 2008-08-08.
  2. ^ "WikiCreole: Home". Wikicreole.org. Retrieved 2008-11-26.
  3. ^ "WikiCreole: Engines". Wikicreole.org. Retrieved 2008-11-26.
  4. ^ "WikiCreole: Creole 1.0". Wikicreole.org. Retrieved 2008-11-26.