Jump to content

ウィキテキスト

From mediawiki.org
This page is a translated version of the page Wikitext and the translation is 77% complete.

ウィキテキスト(Wikitext)は、文書を作成するためのウィキ マークアップ言語です。現在のバージョンについては Help:編集 で解説されています。(Help:書式整形 および Markup spec/DTD も参照してください。) ウィキテキストは、本文、マークアップ、マクロ、メタデータが混在しているのが特徴です。 ウィキページの現在および以前の版の内容は、一般的にウィキテキスト形式で text テーブルにデータベース内に格納されています。ただし、Wikidata オブジェクトなどの一部のページ タイプは他のコンテンツ形式で格納されています。

利用者向けの説明文書

開発者向け説明書

  • Specs/wikitext/1.0.0 – Parsoid がウィキテキストのバージョンの判断に用いるURI(2016年8月現在)

実装

  • MediaWiki パーサーの開発者向け説明文書 - ソースコードに埋め込まれたコメントから自動生成された説明文書です。 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 "[[リンク]]" 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)."
  • Parsoid - MediaWikiの翻訳ツールで、HTML5 DOM with RDFaとMediaWikiウィキテキストを翻訳する。

テスト

ウィキテキストをHTMLへ変換するために期待される挙動を記述する役に立つ、重要な互換性情報を提供しました。

  • Parser tests - MediaWiki コアのテストには、ウィキテキスト マークアップ互換性テストの権威あるソースが含まれています。
  • 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.

Discussions from 2015 and later

2015年以前の議論

関連項目