Вікітекст
Outdated translations are marked like this.
Wikitext may refers to:
- a wiki markup language for creating documents
- the encoding of document content in such a language. Це суміш вмісту, розмітки та метаданих.
This page documents MediaWiki's wikitext language.
Поточна та старі версії всіх сторінок вікі зберігаються в базі даних в text таблиці у вигляді вікітексту.
User documentation
Wikitext is documented in Довідка:Форматування . (Help:Wikitext examples is highly redundant, but may contain some more information and examples.)
Developers
- Specs/wikitext/1.0.0 – as of August 2016, the URI used by Parsoid to identify the version of Wikitext it is assuming
Implementations
- Developer documentation of MediaWiki's parser, autogenerated from comments embedded in the source code.
This parser implemented in PHP "provides a one-way transformation of that wiki markup it into (X)HTML output / markup (which in turn the browser understands, and can display)."
- Parsoid – translation tool for MediaWiki which translates between HTML5 DOM with RDFa and MediaWiki Wikitext.
Testing
We have provided important compatibility information, which helps describe expected behavior for converting wikitext to HTML.
- Parser tests - Our tests in MediaWiki core contain the authoritative source for Wikitext markup compatibility testing.
Discussions
- Requests for comment/A Spec For Wikitext – RFC which defines a framework for writing a Wikitext spec, should we choose to write one (discussed in Phab:E259 in August 2016)
Obsolete
- Architecture focus 2015 – 2015 discussion at Lyon Hackathon about the future of MediaWiki, including content representation and transclusion
- Markup spec – early attempt to use a standard metasyntax (such as Backus–Naur Form) to define MediaWiki Wikitext.
- Parser 2011 – early Parsoid documentation, including a 2011 plan for rolling out a new version.
- Wikitext standard – Page that was active in 2003-2005
See also
- Wikitext besides wiki
- Extension:StandardWikitext - Extension that standardizes wikitext on every page save
- Help:Downloading pages