跳转到内容

Module:Special wikitext/Custom Module/tools:修订历史

2024年1月6日 (星期六)

  • 当前先前 09:342024年1月6日 (六) 09:34 A2569875 留言 贡献 4,064字节 +93 无编辑摘要 撤销
  • 当前先前 09:242024年1月6日 (六) 09:24 A2569875 留言 贡献 3,971字节 +3,971 建立内容为“local p = {} local empty_string = "" function p.removeIndicator(input_text) local wikitext = input_text if type(input_text) == type(0) then wikitext = tostring(input_text) elseif type(input_text.args) == type({"table"}) then wikitext = input_text.args[1] or input_text.args['1'] or '' elseif type(input_text) == type({"table"}) then wikitext = input_text[1] or input_text['1'] or '' end local re_indicator_head = "<%s*[Ii][Nn][Dd][Ii][C…”的新页面