This page is a translated version of the page Wikitext and the translation is 32% complete.
Outdated translations are marked like this.

Wikitext, also known as wiki markup or wikicode, is the markup language that consists of the syntax and keywords used by the MediaWiki software to format a page. Wikitext ist ein in einer Wiki-Markup-Sprache geschriebenes Dokument. Das aktuelle Dokument wird in Hilfe:Bearbeiten erklärt (siehe auch Hilfe:Formatierung und $dtd). Es enthält eine Mischung aus Inhalt, Markup und Metadaten. Die aktuellen und älteren Versionen aller Seiten eines Wikis werden in der Datenbank in der text -Tabelle in Form von wikitext gespeichert.

Benutzerdokumentation

Entwicklerdokumentation

  • Specs/wikitext/1.0.0 – Ab August 2016 wird die URI von Parsoid zur Identifizierung der Version von Wikitext angenommen.

Implementierung

  • PHP Parser – Generated documentation from comments embedded in the source code.

A summary of what the PHP parser is as described on that page: "Processes wiki markup (which uses a more user-friendly syntax, such as "[[Link]]" for making links), and provides a one-way transformation of that wiki markup it into (X)HTML output / markup (which in turn the browser understands, and can display)."

Tests

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.
  • Parsoid test cases (parserTests.txt on Diffusion)a forked version of the MediaWiki core tests, used by Parsoid. Besides the wt2html mode that the PHP parser supports, Parsoid's parser tests runner also enables several other testing modes not supported by the PHP parser (wt2wt, html2wt, html2html, randomized edits for testing selective serialization, manual edits for controlled testing of serialization). These tests are manually synchronized using scripts in the Parsoid codebase.

Diskussionen seit 2015

  • Architecture focus 2015 – 2015 discussion at Lyon Hackathon about the future of MediaWiki, including content representation and transclusion

Diskussionen vor 2015

Siehe auch