跳至內容
主選單
主選單
移至側邊欄
隱藏
導覽
首頁
近期變更
隨機頁面
MediaWiki說明
Taiwan Tongues 台語維基
搜尋
搜尋
外觀
建立帳號
登入
個人工具
建立帳號
登入
檢視 模組:修訂追蹤 的原始碼
模組
討論
English
閱讀
檢視原始碼
檢視歷史
工具
工具
移至側邊欄
隱藏
操作
閱讀
檢視原始碼
檢視歷史
一般
連結至此的頁面
相關變更
特殊頁面
頁面資訊
外觀
移至側邊欄
隱藏
←
模組:修訂追蹤
由於以下原因,您無權編輯此頁面:
您請求的操作只有這些群組的使用者能使用:
使用者
、taigi-reviewer、apibot
您可以檢視並複製此頁面的原始碼。
local p = {} function p.display() local frame = mw.getCurrentFrame() local dataPage = '維基百科:修訂追蹤資料庫' local content = mw.title.new(dataPage):getContent() or '' local rows = {} for line in mw.text.gsplit(content, '\n') do local title, user, date = string.match(line, '{{(.-)|([^|]+)|([^}]+)}}') if title and user and date then table.insert(rows, string.format('|-\n| [[%s]] || [[User:%s]] || %s', title, user, date)) end end local header = '{| class="wikitable sortable"\n! 條目 !! 參與者 !! 起始日期\n' local footer = '\n|}' return header .. table.concat(rows, '\n') .. footer end
此頁面使用了以下模板:
模組:修訂追蹤/doc
(
檢視原始碼
)
返回到「
模組:修訂追蹤
」。