Related changes
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
CollapseList of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
20 April 2025
m 17:12 | Elin:水 diffhist +174 Neko Knight talk contribs |
|
15:19 | Module:Utils 2 changes history +730 [Neko Knight (2×)] | |||
|
15:19 (cur | prev) +247 Neko Knight talk contribs | ||||
|
12:13 (cur | prev) +483 Neko Knight talk contribs |
12:17 | Module:CraftInline diffhist +4,303 Neko Knight talk contribs |
12:15 | Template:CraftingTable/style.css diffhist +528 Neko Knight talk contribs |
12:12 | Module:Item diffhist +1,536 Neko Knight talk contribs |
12:11 | Template:クラフト素材 diffhist +44 Neko Knight talk contribs |
12:11 | Module:Ingredient Utilization diffhist +7,811 Neko Knight talk contribs |
12:11 | Module:Ingredient Utilization/i18n diffhist +183 Neko Knight talk contribs |
16 April 2025
|
N 15:17 | Module:Ingredient Utilization 3 changes history +6,084 [Neko Knight (3×)] | |||
|
15:17 (cur | prev) +19 Neko Knight talk contribs (NameがPage型…) | ||||
m |
|
15:07 (cur | prev) +27 Neko Knight talk contribs | |||
N |
|
14:27 (cur | prev) +6,038 Neko Knight talk contribs (Created page with "local p = {} local i18n = mw.loadData('Module:Ingredient Utilization/i18n') function p.ask(frame) local lang = frame.args['lang'] if not mw.smw then return i18n[lang]['error_mwsmw'] end local args = {} args[1] = frame.args[1] local parentArgs = frame:getParent().args if parentArgs then local nextIndex = 2 for key, value in pairs(parentArgs) do if type(key) == 'number' then args[nextIndex] = value nextIndex = nextIndex + 1 else args[key]...") |
N 14:30 | Template:クラフト素材 diffhist +225 Neko Knight talk contribs (Created page with "<onlyinclude><includeonly><templatestyles src="Template:Format/style.css" />{{#invoke:Ingredient Utilization|ask|{{PAGENAME}}|lang=JA}}</includeonly></onlyinclude><noinclude>{{Documentation}}Category:Templates</noinclude>") |
N 14:28 | Module:Ingredient Utilization/i18n diffhist +1,387 Neko Knight talk contribs (Created page with "--使用する言語を追加してください。各言語のテンプレートを作成し、各言語の言語コードを指定することで以下を呼び出せます。 --Add the languages you wish to use. By creating a template for each language and specifying the language code for each language, you can call the following return { ['JA'] = { ['error_mwsmw'] = 'mw.smw module が見つかりません', ['error_arg'] = 'パラメーターが見つかりませ...") |
N 14:27 | Module:Utils diffhist +566 Neko Knight talk contribs (Created page with "local M = {} --nil,false=falsy / 0,'', {}=truthy function M.isBlank(value) return not value end --nil、''=nil / value function M.nilIfEmpty(value) return (value == nil or value == '') and nil or value end --nil、false、''=true / false function M.isNilEmptyOrFalse(value) return value == nil or not value or value == '' end --nilか空の文字列ならdefaultValue、それ以外はvalueそのまま function M.getDefaultIfEmpty(value, defaultValue) if value ==...") |