LarryChou的使用者貢獻
外觀
2026年1月13日 (星期二)
- 17:352026年1月13日 (二) 17:35 差異 歷史 +47 模板:Bulletin 無編輯摘要
- 15:472026年1月13日 (二) 15:47 差異 歷史 +2 微國家百科:頁面存廢討論/記錄/2024/08/01 →大卡爾帝國立法院歷史決議 目前
- 15:452026年1月13日 (二) 15:45 差異 歷史 +396 微國家百科:頁面存廢討論/記錄/2024/08/01 →大卡爾帝國立法院歷史決議
- 15:422026年1月13日 (二) 15:42 差異 歷史 +211 使用者討論:Hui-Shing-Bon →2026年1月
- 15:402026年1月13日 (二) 15:40 差異 歷史 +451 新 模板:Uw-agf2 建立內容為「{{{icon|25px }}}請在與其他編者交流時保持假定善意{{<includeonly>safesubst:</includeonly>#if:{{{1|}}}|,而不是如您在[[:{{{1}}}]]的編輯}}。{{<includeonly>safesubst:</includeonly>#if:{{{2|}}}|{{{2}}}|謝謝您的合作!}}<!-- Template:uw-agf2 --><noinclude> {{Templatesnotice|series = uw-agf|max = 3|escalate = yes|escalate_to = npa}} 善</noinclude>」的新頁面 目前
- 15:252026年1月13日 (二) 15:25 差異 歷史 +52 周鼎睿 無編輯摘要 目前
- 15:182026年1月13日 (二) 15:18 差異 歷史 −6 貓羅聯邦共和國 無編輯摘要
- 15:152026年1月13日 (二) 15:15 差異 歷史 +225 新 執政委員會 建立內容為「'''執政委員會'''可以指: * 貓羅聯邦共和國執政委員會:貓羅聯邦共和國曾經的立法與行政機關。 * 執政委員會(阿利菲亞):阿利菲亞共和國的最高行政機構。」的新頁面 目前
- 15:132026年1月13日 (二) 15:13 差異 歷史 +647 微國家百科:頁面存廢討論/記錄/2024/07/15 →批量提刪 目前
- 15:082026年1月13日 (二) 15:08 差異 歷史 +340 微國家百科:頁面存廢討論/記錄/2024/07/15 →Oi oi oi
- 15:072026年1月13日 (二) 15:07 差異 歷史 +340 微國家百科:頁面存廢討論/記錄/2024/07/16 →赫爾曼國 目前
- 15:052026年1月13日 (二) 15:05 差異 歷史 +39 微國家百科:頁面存廢討論/記錄/2024/07/10 →托提市拉米瑞茲郵局保衛戰 目前
- 15:042026年1月13日 (二) 15:04 差異 歷史 +21 微國家百科:頁面存廢討論/記錄/2024/07/10 →托提市拉米瑞茲郵局保衛戰
- 15:032026年1月13日 (二) 15:03 差異 歷史 0 小 執政委員會(阿利菲亞) LarryChou已移動頁面執政委員會至執政委員會(阿利菲亞),不留重新導向:消歧異
- 00:252026年1月13日 (二) 00:25 差異 歷史 0 模板:Unblock 無編輯摘要 目前
- 00:252026年1月13日 (二) 00:25 差異 歷史 +345 使用者討論:磚頭 →封禁申訴: 回覆 標籤:回覆
2026年1月12日 (星期一)
- 21:202026年1月12日 (一) 21:20 差異 歷史 +31 微國家百科:公告/存檔 無編輯摘要
- 21:192026年1月12日 (一) 21:19 差異 歷史 +2 微國家百科:公告/存檔/2026年 無編輯摘要
- 21:172026年1月12日 (一) 21:17 差異 歷史 −164 模板:Bulletin 無編輯摘要
- 21:162026年1月12日 (一) 21:16 差異 歷史 +329 新 微國家百科:公告/存檔/2026年 建立內容為「== 1月 == {{bulletin/item|請求|請協助處理快速刪除請求積壓!}}~~~~~ {{bulletin/item|討論|頁面存廢討論中有數筆長久無共識之討論,'''請踴躍參與討論'''。}}~~~~~」的新頁面
- 21:152026年1月12日 (一) 21:15 差異 歷史 +43,493 新 模組:Protection banner/config 建立內容為「-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the tex…」的新頁面 目前
- 21:152026年1月12日 (一) 21:15 差異 歷史 +1,494 新 模組:Effective protection expiry 建立內容為「local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if ac…」的新頁面 目前
- 21:142026年1月12日 (一) 21:14 差異 歷史 +2,544 新 模組:File link 建立內容為「-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "t…」的新頁面 目前
- 21:132026年1月12日 (一) 21:13 差異 歷史 +25,496 新 模組:Protection banner 建立內容為「-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise…」的新頁面 目前
- 20:492026年1月12日 (一) 20:49 差異 歷史 +296 新 使用者討論:Duck6099 →歡迎加入微國家百科!: 新章節 目前 標籤:新話題
- 19:402026年1月12日 (一) 19:40 差異 歷史 −54 首頁 無編輯摘要
- 18:242026年1月12日 (一) 18:24 差異 歷史 +60 微國家百科:新手使用指南 無編輯摘要 目前
- 18:212026年1月12日 (一) 18:21 差異 歷史 +296 新 使用者討論:Willy wan →歡迎加入微國家百科!: 新章節 目前 標籤:新話題
- 18:202026年1月12日 (一) 18:20 差異 歷史 +296 新 使用者討論:阿喵chenmeow →歡迎加入微國家百科!: 新章節 目前 標籤:新話題
- 18:192026年1月12日 (一) 18:19 差異 歷史 −12 模板:公告 無編輯摘要 目前
- 18:192026年1月12日 (一) 18:19 差異 歷史 0 小 模板:Bulletin 受保護 "模板:Bulletin":高流量頁面([編輯=僅允許管理員](無限期)[移動=僅允許管理員](無限期))
- 18:142026年1月12日 (一) 18:14 差異 歷史 +42 使用者討論:磚頭 無編輯摘要
- 18:052026年1月12日 (一) 18:05 差異 歷史 −1,283 模板:Bulletin 無編輯摘要
- 18:012026年1月12日 (一) 18:01 差異 歷史 +2,909 新 微國家百科:公告/存檔 建立內容為「== 第6號 == {{bulletin/item|公告|'''第6號'''<br/>委員會早前撥款新臺幣貳仟柒佰元租置位於日本東京的新伺服器,新伺服器已於本日稍早時間成功租置,使用期為六個月,至明年一月,並在此後以月供方式延續租置,每月租金歐元拾貳元陸毫,相信可有效改善延遲問題;此外,伺服器已開展設定,完全設定後將需暫時關閉百科,以搬遷資料;再者,原伺…」的新頁面
- 17:532026年1月12日 (一) 17:53 差異 歷史 +228 首頁 無編輯摘要
- 17:472026年1月12日 (一) 17:47 差異 歷史 +488 新 模板:公告 建立內容為「<div style="clear: both; {{#if:|height:{{{height}}};}} overflow: auto; border: 1px solid var(--border-color-base,gray); padding: 4px; text-align: left; background:var(--background-color-base,white);color: inherit;"> <div id="news" class="hslice"> <div style="text-align: center;" class="entry-title"> ;<big>百科通告</big> ['''查詢''']/'''{{edit|模板:Bulletin}}'''(僅限自動確認使用者) </div> *{{Bulletin}} </div> <noin…」的新頁面
- 17:452026年1月12日 (一) 17:45 差異 歷史 0 模板:Edit 無編輯摘要 目前
- 17:432026年1月12日 (一) 17:43 差異 歷史 +3,162 新 模板:Bulletin 建立內容為「<!-- *** 移除公告時請將內容存檔至微國家百科:公告欄/存檔/2025年 *** *** 麻煩不要在這裡留下「請盡速處理xxx積壓」的公告,除非您確定目標像字詞轉換請求一樣比較沒有人關注,並且大多情況一般人都能處理,感謝 *** *** 請務必將新公告置於最前,並確保公告文字的字詞轉換顯示結果無誤,感謝 *** 请在此行下方编辑 --> {{bulletin/item|公告|'''第6…」的新頁面
- 17:312026年1月12日 (一) 17:31 差異 歷史 +1,884 新 模組:Bulletin 建立內容為「local p = {} function p._getcolor( color ) local colorlist = { ["公告"] = "Pink", ["人事"] = "LightGreen", ["投票"] = "LightGreen", ["編輯"] = "LightGreen", ["討論"] = "LightBlue", ["請求"] = "Orange", ["通知"] = "Skyblue", ["調查"] = "Yellow", ["聚會"] = "PaleGoldenrod", ["獎勵"] = "PaleGoldenrod", ["解任"] = "#99FF4D", ["離任"] = "#99FF4D", ["廣告"] = "#EEFFDD"; ["評選"] = "#F9FFAD", ["分享"] =…」的新頁面 目前
- 17:302026年1月12日 (一) 17:30 差異 歷史 +59 新 模板:Bulletin/item 建立內容為「* {{#invoke:Bulletin|item}}<noinclude> {{doc}} </noinclude>」的新頁面 目前
- 17:212026年1月12日 (一) 17:21 差異 歷史 +661 使用者討論:磚頭 →封禁申訴: 回覆 標籤:回覆
- 16:532026年1月12日 (一) 16:53 差異 歷史 −670 使用者討論:磚頭 無編輯摘要
- 16:492026年1月12日 (一) 16:49 差異 歷史 +669 使用者討論:磚頭 無編輯摘要
- 16:442026年1月12日 (一) 16:44 差異 歷史 +141 新 檔案:Pictogram voting delete.svg 由 Arne Nordmann (norro) & GeMet - 自己的作品, 2007, 公有領域, https://commons.wikimedia.org/w/index.php?curid=1550544 目前
- 16:432026年1月12日 (一) 16:43 差異 歷史 +157 新 檔案:Orologio rosso.svg 由 Xander89 - Image:Appointment-new.svg Image:Ambox outdated content.svg, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=4168406 目前
2026年1月11日 (星期日)
- 22:152026年1月11日 (日) 22:15 差異 歷史 +26 和曦民國民主特色三省六部制 無編輯摘要
- 22:132026年1月11日 (日) 22:13 差異 歷史 +14 和曦民國現代科舉選官制度 無編輯摘要 目前
- 21:012026年1月11日 (日) 21:01 差異 歷史 +140 貓羅社會民主黨 無編輯摘要 目前
- 20:562026年1月11日 (日) 20:56 差異 歷史 −3 貓羅聯邦共和國內閣列表 →第三共和國時期內閣 目前
- 20:542026年1月11日 (日) 20:54 差異 歷史 −18 立憲民政黨 無編輯摘要 目前