Main public logs
Combined display of all available logs of Azupedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/21/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/20/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/19/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/18/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/17/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/16/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/15/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/14/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/13/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/12/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/11/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/10/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/9/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/8/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/7/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/6/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/5/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/4/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/3/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/2/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/1/en (Importing a new version from external source)
- 12:54, 18 June 2025 FuzzyBot talk contribs created page Translations:Korean cuisine/Page display title/en (Importing a new version from external source)
- 12:54, 18 June 2025 Fire talk contribs marked Korean cuisine for translation
- 12:54, 18 June 2025 Fire talk contribs set the priority languages for translatable page Korean cuisine to Japanese
- 12:53, 18 June 2025 Fire talk contribs created page Module:IPA (Created page with "require('strict') local p = {} local function multiFind(s, patterns, init) local i, j = mw.ustring.find(s, patterns[1], init) for n = 2, #patterns do local i2, j2 = mw.ustring.find(s, patterns[n], init) if i2 and (not i or i2 < i) then i, j = i2, j2 end end return i, j end local function wrapAtSpaces(s) return mw.ustring.gsub(s, '(%s+)', '<span class="wrap">%1</span>') end local function wrapAtSpacesSafely(s) local patterns = { '%[%[[^%]|]-%s[^%]|]-|'...")
- 12:52, 18 June 2025 Fire talk contribs created page Module:Ko-translit/data (Created page with "local p = {} --[[ IMPORTANT NOTE before editing this module: 1. Make sure that you use a font that displays the following characters differently, and that you know the differences of them: ᄀ (U+1100) ᆨ (U+11A8) ㄱ (U+3131) 2. When dealing with decomposed Hangul, a. [ᄀ-ᄒ] should not be directly followed by [ᅡ-ᅵ] because MediaWiki uses Unicode Normalization Form C (NFC), which converts any sequence of [ᄀ-ᄒ][ᅡ-ᅵ] into a precomposed character; write...")
- 12:51, 18 June 2025 Fire talk contribs created page Module:Ko-translit (Created page with "local p = {} local find = mw.ustring.find local gsub = mw.ustring.gsub local m_data = require('Module:Ko-translit/data') local m_utils = require('Module:Ko-utils') local get_args = require('Module:Arguments').getArgs --[[ IMPORTANT NOTE before editing this module: 1. Make sure that you use a font that displays the following characters differently, and that you know the differences of them: ᄀ (U+1100) ᆨ (U+11A8) ㄱ (U+3131) 2. When dealing with decomposed Hangul,...")
- 12:50, 18 June 2025 Fire talk contribs created page Module:Ko-utils (Created page with "local p = {} local find = mw.ustring.find local hanja_ranges = "[〇㐀-䶿一-鿿﨎﨏﨑﨓﨔﨟﨡﨣﨤﨧-﨩𠀀-𪛟𪜀-𰀀-𲎯]" -- Decomposes Hangul into jamo (e.g. 한 (U+D55C) → ᄒ (U+1112), ᅡ (U+1161), ᆫ (U+11AB)) function p.decompose_hangul(text) return mw.ustring.gsub(text, "[가-힣]", mw.ustring.toNFD) end -- Returns boolean on whether input contains any Hangul text at all function p.contains_hangul(text) local hangul_ranges = "[ᄀ-...")
- 12:49, 18 June 2025 Fire talk contribs created page Module:Korean (Created page with "require('strict'); local p = {} -- common label prepping to make loop more readable local function prep_label(result, label, show_labels, out, i) if show_labels ~= 'no' then -- labels for every case except for optional first term outside parentheses if (out ~= 'yes') or (out == 'yes' and i > 1) then table.insert(result, label) end end return result end -- function to generate error message local function format_error(message) local result = { '<span clas...")
- 12:48, 18 June 2025 Fire talk contribs created page Template:Nobreak (Redirected page to Template:Nowrap) Tag: New redirect
- 12:48, 18 June 2025 Fire talk contribs created page Template:Korean/auto (Created page with "<includeonly>{{#invoke:Korean|ko}}</includeonly><noinclude> {{documentation}}</noinclude>")
- 12:46, 18 June 2025 Fire talk contribs created page Category:Articles containing Korean-language text (Created page with "{{Non-English-language text category}} Some pages may be mistagged as articles containing Kanuri-language text.")
- 11:32, 18 June 2025 Fire talk contribs created page Template:Korean (Created page with "{{#if:{{{hangul|{{{1|}}}}}}|{{#ifeq:{{lc:{{{labels|yes}}}}}|no |{{lang|ko-Hang|{{{hangul|{{{1|}}}}}}}}{{#if:{{{hanja|{{{2|}}}}}}|; {{lang|ko-Hani|{{{hanja|{{{2|}}}}}}}} }}{{#if:{{{rr|{{{3|}}}}}}|; {{Transliteration|ko|{{{rr|{{{3|}}}}}}}} }}{{#if:{{{mr|{{{4|}}}}}}|; {{Transliteration|ko|{{{mr|{{{4|}}}}}}}} }} |{{#ifeq:{{lc:{{{links|yes}}}}}|no |Korean: {{lang|ko-Hang|{{{hangul|{{{1|}}}}}}}}{{#if:{{{hanja|{{{2|}}}}}}|; Hanja: {{l...")
- 11:31, 18 June 2025 Fire talk contribs created page Template:Culture of Korea (Created page with "{{Sidebar | topimage = {{#invoke:InfoboxImage|InfoboxImage|image=File:Middle Class in Joseon.jpg|size=260|sizedefault=frameless}} | name = Culture of Korea | class = hlist | style = | pretitle = {{#if:{{#ifexist:Category:Korea|yes}}|Part of a series on the}} | title = {{normalwraplink|Culture of Korea}} | titlestyle = {{#if:|background-color: {{{titlecolour}}};}} {{#if:|font-size:;}} border-bottom: 1px solid #aaa | imageclass = photo | imagestyle =...")
- 11:30, 18 June 2025 Fire talk contribs created page Template:Korean cuisine/ja (Created page with "{{Sidebar with collapsible lists |name = Korean cuisine/ja |image = frameless |pretitle = この記事は、下記のシリーズの一部です |title = 韓国料理<br/>{{lang|ko|한국 요리}}<br />{{lang|ko|조선 료리}} |width = 20em |bodystyle = padding: 0.3em; text-align:center |listtitlestyle = padding: 0.3em; border-top:blue 2px solid |listclass = hlist |liststyle = |list1name = Staple...")
- 11:07, 18 June 2025 Fire talk contribs created page Template:Korean cuisine (Created page with "{{Sidebar with collapsible lists |name = Korean cuisine |image = frameless |pretitle = This article is part of a series on |title = Korean cuisine<br/>{{lang|ko|한국 요리}}<br />{{lang|ko|조선 료리}} |width = 20em |bodystyle = padding: 0.3em; text-align:center |listtitlestyle = padding: 0.3em; border-top:blue 2px solid |listclass = hlist |liststyle = |list1name = Staples |list1title = Staples |list1 = * {{t...")
- 11:05, 18 June 2025 Fire talk contribs created page Korean cuisine (Q22479) (wbeditentity-create:2|en: Korean cuisine, culinary traditions of Korea)
- 11:03, 18 June 2025 Fire talk contribs created page Template:Korean food and drink/ja (Created page with "{{Navbox |name = Korean food and drink/ja |title = 韓国の飲食物 |bodyclass = hlist |state = {{{state|autocollapse}}} |image = |above = |group1 = ''ご飯物'' |list1 = * ''ビビンバ'' * ''キンパ'' * ''フェドッパプ'' * ''ヌルンジ'' * ''五穀飯'' * ''パッパプ''...")
- 10:47, 18 June 2025 Fire talk contribs created page Template:Korean food and drink (Created page with "{{Navbox |name = Korean food and drink |title = Korean food and drink |bodyclass = hlist |state = {{{state|autocollapse}}} |image = |above = |group1 = ''Bap'' |list1 = * ''Bibimbap'' * ''Gimbap'' * ''Hoe-deopbap'' * ''Nurungji'' * ''Ogok-bap'' * ''Patbap'' * ''Kongbap'' * ''Bokkeum-bap'' * ''Jumeok-bap'' * ''Yaksik'' * ''Ssam|S...")
- 10:41, 18 June 2025 Fire talk contribs created page Korean cuisine (Created page with "{{Short description|none}} thumb|right|{{transliteration|kr|[[Korean table d'hôte|Hanjeongsik}}, Korean-style delicate and fine dining]] thumb|right|{{transliteration|kr|[[Bulgogi}}, Korean-style marinated sliced meat]] thumb|right|{{transliteration|kr|[[Naengmyeon}}, Korean-style cold noodles with buckwheat]] File:Tteokmanduguk (rice cake dumpling soup).jpg|thumb|right|{{translite...")
- 10:17, 18 June 2025 Fire talk contribs created page Translations:Honey/107/ja (Created page with "仏教では、ハチミツはインドとバングラデシュで祝われる''マドゥ・プルニマ''の祭りで重要な役割を果たす。この日は、ブッダが荒野に退いて弟子たちの間で平和を築いたことを記念する日である。伝説によると、彼がそこにいる間、サルが彼に食べるためのハチミツを持ってきたという。マドゥ・プ...")
- 10:17, 18 June 2025 Fire talk contribs created page Translations:Honey/106/ja (Created page with "ヒンドゥー教では、ハチミツ(''Madhu'')は生命の5つのエリクシール(''Panchamrita'')の1つである。寺院では、''Madhu アビシェカ''と呼ばれる儀式で、神々にハチミツが注がれる。''ヴェーダ''やその他の古代文献には、ハチミツが優れた薬用食品および健康食品として使用されていたことが記されている。")
- 10:16, 18 June 2025 Fire talk contribs created page Translations:Honey/105/ja (Created page with "イスラム教では、クルアーンの全章(スーラ)が「ミツバチ」と呼ばれている。彼の教え(ハディース)によると、ムハンマドは癒しの目的でハチミツを強く推奨した。クルアーンはハチミツを栄養豊富で健康的な食品として促進し、次のように述べている。 {{blockquote|そしてあ...")
- 10:15, 18 June 2025 Fire talk contribs created page Translations:Honey/104/ja (Created page with "初期キリスト教徒は、洗礼式でハチミツを精神的な完璧さの象徴として使用した。")
- 10:15, 18 June 2025 Fire talk contribs created page Translations:Honey/103/ja (Created page with "thumb|[[Judaism|ユダヤ教において、ハチミツは新年「ロシュ・ハシャナー」の甘さを象徴し、伝統的にリンゴのスライスとともに食べられる。]] ユダヤ教の伝統において、ハチミツは新年「ロシュ・ハシャナー」の象徴である。その祝日の伝統的な食事では、甘い新年をもた...")
- 10:15, 18 June 2025 Fire talk contribs created page Translations:Honey/102/ja (Created page with "ヘブライ語聖書では、約束の地(カナンの地、イスラエルの地)がその豊かさの比喩として16回「乳と蜜の流れる地」と描写されている。「ハチミツ」という言葉がヘブライ語聖書に登場する55回のうち、16回は「乳と蜜の流れる地」という表現の一部であり、「ハチミツ」がハチと明示的に関連付けられてい...")
- 10:14, 18 June 2025 Fire talk contribs created page Translations:Honey/101/ja (Created page with "==宗教的意義{{Anchor|Religious significance}}== 古代ギリシャ宗教において、ゼウスとオリュンポス十二神の食物は、ネクターとアンブロシアの形をしたハチミツであった。")
- 10:12, 18 June 2025 Fire talk contribs created page Translations:Honey/100/ja (Created page with "古代ギリシャでは、アルカイック期からヘレニズム期にかけてハチミツが生産された。紀元前594年、アテネ周辺では養蜂が非常に普及していたため、ソロンはそれに関する法律を制定した。「蜂の巣を設置する者は、すでに設置されているものから300フィート(約91メートル)...")
- 10:09, 18 June 2025 Fire talk contribs created page Translations:Honey/99/ja (Created page with "南イリュリア(現在のアルバニア)では、鉄器時代のイリュリア人の部族であるアブロイが、紀元前6世紀にヘカタイオス・オブ・ミレトスによって記録されているように、ハチミツから作られるミード(ハチミツ酒)を準備することで知られていた。")
- 10:09, 18 June 2025 Fire talk contribs created page Translations:Honey/98/ja (Created page with "養蜂の最初の記録は古代エジプトにあり、ハチミツはケーキ、ビスケット、その他の食品を甘くするために、またエジプトの象形文字では軟膏の基剤として使用された。エジプト、メソポタミア、その他の地域では、死者はしばしばハチミツの中またはハチミツとともに埋葬された。ハチ...")