All public logs

Jump to navigation Jump to search

Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:39, 13 March 2025 Mwroot talk contribs created page An elisp function to convert legal headers to wikitext format (Created page with "<syntaxhighlight lang="elisp" line> (defun convert-legal-headers-to-wikitext () "将当前 buffer 中的法律文书标题转换为 mediawiki wikitext 层级格式。 对以“第…编”、“第…章”、“第…节”开头的行进行转换: - ‘编’ -> 二级标题 (== 标题 ==) - ‘章’ -> 三级标题 (=== 标题 ===) - ‘节’ -> 四级标题 (==== 标题 ====) 处理过程中先统一替换各种混乱空格为单个空格,并在最后将标...")