উইকিটেক্সট

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

উইকিটেক্সট হল এমন একটি ডকুমেন্ট যা উইকি মার্কআপ ভাষায় লেখা হয়েছে, যেমন বর্তমান প্রক্ষাপটে Help:Editing (আরো দেখুন Help:Formatting এবং Markup spec/DTD )-এ একটি ব্যাখ্যা করা হয়। ইহা কন্টেন্ট, মার্কআপ এবং মেটাডাটার একটি সংমিস্রন। বর্তমান ও পুরাতন সকল সংস্করণের উইকি পৃষ্ঠা ডাটাবেস text সারণী এর মধ্যে উইকিটেক্সটের ফর্মে সংরক্ষিত আছে।

User documentation

Developer documentation

  • Specs/wikitext/1.0.0as of August 2016, the URI used by Parsoid to identify the version of Wikitext it is assuming

Implementation

  • 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 "[[লিঙ্ক]]" 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)."

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.
  • 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

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

Discussions prior to 2015

See also