正在編輯 模組:WeatherBox
於 2022年12月28日 (三) 12:59 由 imported>Ericchiueric 所做的修訂 (建立內容為「-- Implement Template:Weather box. local precision = require('Module:Math')._precision local function stripToNil(text) -- If text is a non-empty string, return its trimmed content. -- Otherwise, return nothing (text is an empty string or is not a string). if type(text) == 'string' then return text:match('(%S.-)%s*$') end end local function isAny(args, suffix) local months = { 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct',…」的新頁面)
警告:您目前正編輯頁面的舊修訂版本。若您發布,在此修訂之後變更的任何內容將會遺失。