Difference between revisions of "Wiki"

From Conservapedia
Jump to: navigation, search
m (Reverted edits by CAPSL0CK (Talk); changed back to last version by Learn together)
m (link)
Line 5: Line 5:
 
*[[Creationwiki]]
 
*[[Creationwiki]]
  
"Wiki" is from the [[Hawaiian]] word ''wiki wiki'', meaning "quick." In part, the word refers to a simplified system of markup, which allows the most common kinds of [[HTML]] markup to be performed in a semi-intuitive way. For example, using the [[MediaWiki]] [[software]], a user can italicize a word by preceding and following it with two apostrophes:
+
"Wiki" is from the [[Hawaii | Hawaiian]] word ''wiki wiki'', meaning "quick." In part, the word refers to a simplified system of markup, which allows the most common kinds of [[HTML]] markup to be performed in a semi-intuitive way. For example, using the [[MediaWiki]] [[software]], a user can italicize a word by preceding and following it with two apostrophes:
 
:{{tt|<nowiki>''italicized''</nowiki>}}  becomes: ''italicized''
 
:{{tt|<nowiki>''italicized''</nowiki>}}  becomes: ''italicized''
 
instead of using the HTML syntax
 
instead of using the HTML syntax

Revision as of 04:42, January 6, 2008

A wiki is a webpage that allows visitors to add, edit or remove content in an easy manner. This facilitates collaborative efforts by many people, often simultaneously.

Conservapedia is a "wiki". Other notable examples are:

"Wiki" is from the Hawaiian word wiki wiki, meaning "quick." In part, the word refers to a simplified system of markup, which allows the most common kinds of HTML markup to be performed in a semi-intuitive way. For example, using the MediaWiki software, a user can italicize a word by preceding and following it with two apostrophes:

''italicized'' becomes: italicized

instead of using the HTML syntax

<i>italicized</i>

The technology was originally developed by Ward Cunningham, and saw early application among open source developers for maintaining code documentation. Wikimedia (the organization behind Wikipedia) developed the technology further, and made it available as open source software, under the name MediaWiki. MediaWiki is the software that hosts Wikipedia, Conservapedia, and many other wiki sites.