KK的用户贡献
更多操作
2025年10月31日 (星期五)
- 18:502025年10月31日 (五) 18:50 差异 历史 −48 新迪克 无编辑摘要
- 18:482025年10月31日 (五) 18:48 差异 历史 +7,672 新 模块:Weather box/colors 创建页面,内容为“local w = {} local math_mod = require('Module:Math') local function hex( value ) return string.format("%02X", value) end local function format_line( background, text_color ) return "background: #" .. background .. "; color:#" .. text_color .. ";" end local function range_pos( value, start, stop ) if start < stop then if value < start then return 0 elseif value > stop then return 1 else return (value - start) / (stop - start) end else i…” 当前
- 18:472025年10月31日 (五) 18:47 差异 历史 −686 新迪克 无编辑摘要 标签:可视化编辑:已切换
- 18:462025年10月31日 (五) 18:46 差异 历史 −3 新迪克 无编辑摘要 标签:可视化编辑
- 18:452025年10月31日 (五) 18:45 差异 历史 +10,566 新 模块:Weather box/row 创建页面,内容为“local math_mod = require('Module:Math') local traceText local Value Value = { lang = mw.getContentLanguage(), getDisplay = function (self, second) if not self:isValid() then return nil end local display = self.string if display == 'trace' then if second then -- If a cell displays "cm (inch)", show "trace" not "trace (trace)". return nil end return traceText or 'trace' end if math.abs(self.number) >= 1000 then display = self…” 当前
- 18:442025年10月31日 (五) 18:44 差异 历史 +14,646 新 模块:Math 创建页面,内容为“--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. loca…” 当前
- 18:422025年10月31日 (五) 18:42 差异 历史 +19,351 新 模块:Weather box 创建页面,内容为“-- Implement Template:Weather box. local _precision = require('Module:Math')._precision local function precision(text) -- Input like 'Jan precipitation inch = trace' calls this with text = 'trace' -- which would cause _precision to throw an error since it is not numeric. -- Workaround: Return 0 as the precision if an error occurs. local success, result = pcall(_precision, text) if success then return result end return 0 end local function stripTo…”
- 18:412025年10月31日 (五) 18:41 差异 历史 −8,305 模板:Weather box 页面内容被替换为“<includeonly>{{#invoke:Weather box|main}}</includeonly><noinclude> {{Documentation}} </noinclude>” 标签:替换
- 18:292025年10月31日 (五) 18:29 差异 历史 −2 新迪克 无编辑摘要 标签:可视化编辑
- 18:282025年10月31日 (五) 18:28 差异 历史 +282 新 模板:Weather box/font color 创建页面,内容为“{{#if:{{{1|}}}| {{#ifexpr: ({{{1}}}) > 34 or (({{{1}}}) < -24) and (({{{1}}}) > -31) or (({{{1}}}) < -30) | white | {{#ifexpr: ({{{1}}}) > 24 and (({{{1}}}) < 31) or (({{{1}}}) > -17) and (({{{1}}}) < 0) or (({{{1}}}) = 2) or (({{{1}}}) < -16) and (({{{1}}}) > -26) | black }} }} }}” 当前
- 18:282025年10月31日 (五) 18:28 差异 历史 −2 模板:Weather box/precip col 无编辑摘要 当前
- 18:272025年10月31日 (五) 18:27 差异 历史 −803 模板:Weather box/col 无编辑摘要 当前 标签:手工回退
- 18:242025年10月31日 (五) 18:24 差异 历史 +803 模板:Weather box/col 无编辑摘要 标签:已被回退
- 18:202025年10月31日 (五) 18:20 差异 历史 −1 新迪克 无编辑摘要
- 18:192025年10月31日 (五) 18:19 差异 历史 −7 模板:Weather box 无编辑摘要
- 18:192025年10月31日 (五) 18:19 差异 历史 +128 模板:Weather box/precip col 无编辑摘要
- 18:172025年10月31日 (五) 18:17 差异 历史 +1,873 新迪克 无编辑摘要 标签:可视化编辑:已切换
- 18:152025年10月31日 (五) 18:15 差异 历史 −1,045 模板:Weather box 无编辑摘要
- 18:142025年10月31日 (五) 18:14 差异 历史 +37 新 Sandbox 创建页面,内容为“{{#ifexpr: 5 > 3 | 正常 | 错误 }}”
- 18:042025年10月31日 (五) 18:04 差异 历史 +1,417 模板:Weather box 无编辑摘要
- 18:012025年10月31日 (五) 18:01 差异 历史 −13,441 模板:Weather box 无编辑摘要
- 18:002025年10月31日 (五) 18:00 差异 历史 +420 新 模板:Weather box/precip col 创建页面,内容为“{{#if:{{{1|}}}| {{#ifexpr: {{{1}}} > 400 | #4B0082 | {{#ifexpr: {{{1}}} > 300 | #0000CD | {{#ifexpr: {{{1}}} > 200 | #0000FF | {{#ifexpr: {{{1}}} > 150 | #1E90FF | {{#ifexpr: {{{1}}} > 100 | #87CEFA | {{#ifexpr: {{{1}}} > 75 | #98FB98 | {{#ifexpr: {{{1}}} > 50 | #90EE90 | {{#ifexpr: {{{1}}} > 25 | #ADFF2F | {{#ifexpr: {{{1}}} > 10 | #FFFF99 | {{#ifexpr: {{{1}}} > 0 | #FFFFE0 | transparent }}}}}}}}}} }} |transparent}}”
- 17:592025年10月31日 (五) 17:59 差异 历史 −50 模板:Weather box/col 无编辑摘要
- 17:582025年10月31日 (五) 17:58 差异 历史 +21,478 新 模板:Weather box 创建页面,内容为“<div class="weather-box" style="margin: 1em 0;"> {| class="wikitable collapsible collapsed" style="width:100%; text-align:center; line-height:1.2em; margin:0;" |+ {{{title|{{{location|}}}气候数据}}} |- ! 月份 ! 1月 ! 2月 ! 3月 ! 4月 ! 5月 ! 6月 ! 7月 ! 8月 ! 9月 ! 10月 ! 11月 ! 12月 ! 全年 {{#if:{{{Jan_record_high_C|}}}{{{Feb_record_high_C|}}}{{{Mar_record_high_C|}}}{{{Apr_record_high_C|}}}{{{May_record_high_C|}}}{{{Jun_record_high_C|}}}{{{J…”
- 17:582025年10月31日 (五) 17:58 差异 历史 +1,395 新 模板:Weather box/col 创建页面,内容为“{{#if:{{{1|}}}| {{#switch: {{#expr: ({{{1}}}) round 0}} | 40 = #FF00FF | 39 = #F600F6 | 38 = #EE00EE | 37 = #E600E6 | 36 = #DE00DE | 35 = #D600D6 | 34 = #CE00CE | 33 = #C600C6 | 32 = #BE00BE | 31 = #B600B6 | 30 = #AE00AE | 29 = #A600A6 | 28 = #9E009E | 27 = #960096 | 26 = #8E008E | 25 = #860086 | 24 = #FF3232 | 23 = #FF4646 | 22 = #FF5A5A | 21 = #FF6E6E | 20 = #FF8282 | 19 = #FF9696 | 18 = #FFB4B4 | 17 = #FFD2D2 | 16 = #FFFF00 | 15 = #…”
- 17:542025年10月31日 (五) 17:54 差异 历史 +146 新迪克 无编辑摘要 标签:可视化编辑
- 17:532025年10月31日 (五) 17:53 差异 历史 +15 新 文件:新迪克国旗.png 无编辑摘要 当前
- 17:512025年10月31日 (五) 17:51 差异 历史 +171 新迪克 无编辑摘要 标签:可视化编辑
- 17:492025年10月31日 (五) 17:49 差异 历史 +125 新迪克 无编辑摘要 标签:可视化编辑:已切换
- 17:472025年10月31日 (五) 17:47 差异 历史 +100 新迪克 无编辑摘要 标签:可视化编辑
- 17:422025年10月31日 (五) 17:42 差异 历史 −21 新迪克 无编辑摘要 标签:可视化编辑
- 17:402025年10月31日 (五) 17:40 差异 历史 +6 新迪克 无编辑摘要 标签:可视化编辑
- 17:392025年10月31日 (五) 17:39 差异 历史 −42 新迪克 无编辑摘要 标签:可视化编辑
- 17:392025年10月31日 (五) 17:39 差异 历史 +8 模板:Infobox country 无编辑摘要
- 17:372025年10月31日 (五) 17:37 差异 历史 −234 新迪克 无编辑摘要 标签:可视化编辑
- 17:372025年10月31日 (五) 17:37 差异 历史 +219 模板:Infobox country 无编辑摘要
- 17:232025年10月31日 (五) 17:23 差异 历史 +33 新 文件:新迪克在迪克海中的位置.png 无编辑摘要 当前
- 17:212025年10月31日 (五) 17:21 差异 历史 +6 新迪克 无编辑摘要
- 17:192025年10月31日 (五) 17:19 差异 历史 +1,483 新迪克 无编辑摘要
- 17:182025年10月31日 (五) 17:18 差异 历史 −2,283 新迪克 无编辑摘要 标签:可视化编辑:已切换
- 17:182025年10月31日 (五) 17:18 差异 历史 +3,153 新 新迪克 创建页面,内容为“<includeonly>{{Infobox | name = 新迪克共和国 | bodyclass = ve-infobox-country | above = 新迪克共和国<br />(纳语:Republic of New Deik) | abovestyle = background-color: #CCEEFF; | image1 = 150px | caption1 = 新迪克国旗“海星之光”,深蓝色代表迪克海,中央的淡黄色发光图案象征着海浮果与斯凯鳗鱼,代表国家的独特自然馈赠与希望。 | headerstyle = background-color: #…” 标签:可视化编辑:已切换
- 16:592025年10月31日 (五) 16:59 差异 历史 +5 模板:Infobox country 无编辑摘要
- 16:582025年10月31日 (五) 16:58 差异 历史 −18 鸢尾共和国 无编辑摘要 标签:手工回退 可视化编辑:已切换
- 16:582025年10月31日 (五) 16:58 差异 历史 +18 鸢尾共和国 无编辑摘要 标签:已被回退 可视化编辑
- 16:582025年10月31日 (五) 16:58 差异 历史 +2 鸢尾共和国 无编辑摘要
- 16:572025年10月31日 (五) 16:57 差异 历史 +14 模板:Infobox country 无编辑摘要
- 16:552025年10月31日 (五) 16:55 差异 历史 +6 模板:Infobox country 无编辑摘要
- 16:542025年10月31日 (五) 16:54 差异 历史 +43 模板:Infobox country 无编辑摘要
- 16:532025年10月31日 (五) 16:53 差异 历史 +53 模板:Infobox country 无编辑摘要
- 16:522025年10月31日 (五) 16:52 差异 历史 −4 模板:Infobox tc 无编辑摘要