Module:Plain text: Difference between revisions
horizontal rules created via ---- can have any number of dashes after the first four |
imported>Uzume strict |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
--converts text with wikilinks to plain text, e.g "[[foo|gah]] is [[bar]]" to "gah is bar" | --converts text with wikilinks to plain text, e.g "[[foo|gah]] is [[bar]]" to "gah is bar" | ||
--removes anything enclosed in tags that isn't nested, mediawiki strip markers (references etc), files, italic and bold markup | --removes anything enclosed in tags that isn't nested, mediawiki strip markers (references etc), files, italic and bold markup | ||
require[[strict]] | |||
local p = {} | local p = {} | ||