Module:WikitextProcessor: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 1: | Line 1: | ||
-- Module:WikitextProcessor | -- Module:WikitextProcessor | ||
-- Generalized | -- Generalized content processor for wikitext formatting and frontend display, regardless of source (JSON, XML, database, user input, etc.) | ||
-- Features: | -- Features: Error handling; Three wiki link patterns: [[Page]], [[Page|text]], [[#anchor|text]]; Placeholder replacement with $VARIABLE$ syntax; Content normalization and whitespace cleanup | ||
local p = {} | local p = {} | ||