模块:ExampleTable:修订间差异
无编辑摘要 |
无编辑摘要 |
||
| 第11行: | 第11行: | ||
-- 如果 output 未提供,则移除左侧的 <nowiki> 标签并渲染内容 | -- 如果 output 未提供,则移除左侧的 <nowiki> 标签并渲染内容 | ||
if not output then | if not output then | ||
-- | -- 移除 <nowiki> 标签 | ||
local nowiki_content = input:gsub("</?nowiki>", "") | |||
-- 渲染内容 | |||
output = frame:preprocess(nowiki_content) | |||
end | end | ||