mediawiki_parse
Convert MediaWiki wikitext to HTML for previewing rendered content and testing markup syntax. Provides accurate link resolution with optional page title context.
Instructions
Parse wikitext and return rendered HTML.
USE WHEN: User wants to preview wikitext rendering, test markup syntax.
PARAMETERS:
wikitext: Wikitext content to parse (required)
title: Context page title for link resolution (optional)
RETURNS: Rendered HTML output.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wikitext | Yes | Wikitext content to parse | |
| title | No | Page title for context (affects template expansion) |