mediawiki_parse
Convert wikitext to rendered HTML for previewing markup syntax or testing template expansion.
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
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Page title for context (affects template expansion) | |
| wikitext | Yes | Wikitext content to parse | |
| rationale | No | Optional one-sentence explanation of why you are calling this tool. Used for audit trails when present. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | ||
| links | No | ||
| message | No | ||
| truncated | No | ||
| categories | No |