Module:Documentation: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 May 2026

  • curprev 21:5921:59, 15 May 2026 Sandbox talk contribs m 1,743 bytes −293 No edit summary
  • curprev 21:5621:56, 15 May 2026 Sandbox talk contribs m 2,036 bytes −34,043 Replaced content with "-- Module:Documentation local p = {} function p.main(frame) local currentTitle = mw.title.getCurrentTitle() local docTitle = mw.title.new(currentTitle.prefixedText .. '/doc') -- 创建主容器 local container = mw.html.create('div') :addClass('template-documentation') -- 创建头部区域 local header = container:tag('div') :addClass('template-documentation-header') -- 标题及图标 (使用 FontAwesome) head..." Tag: Replaced
  • curprev 21:3221:32, 15 May 2026 Sandbox talk contribs 36,079 bytes +36,079 Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -..."