More actions
Combined display of all available logs of Catpedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:33, 8 June 2024 Ethar talk contribs deleted page Module:DeathMonthAgedMonthYear (content was: "local p = {} function p.calculateAgeAtEvent(birthMonth, birthYear, eventMonth, eventYear) local age = eventYear - birthYear if eventMonth < birthMonth then age = age - 1 end return age end return p", and the only contributor was "Ethar" (talk))
- 02:33, 8 June 2024 Ethar talk contribs deleted page Module:DateModule (content was: "local p = {} function p.formatDate(day, month, year) if day and month and year then return mw.getContentLanguage():formatDate('j F Y', string.format('%d-%d-%d', year, month, day)) elseif month and year then return mw.getContentLanguage():formatDate('F Y', string.format('%d-%d', year, month)) else return "" end end function p.calculateAgeAtEv...", and the only contributor was "Ethar" (talk))
- 02:33, 8 June 2024 Ethar talk contribs deleted page Module:DateI18n (content was: "--[[ __ __ _ _ ____ _ ___ _ ___ | \/ | ___ __| |_ _| | ___ _| _ \ __ _| |_ ___|_ _/ |( _ ) _ __ | |\/| |/ _ \ / _` | | | | |/ _ (_) | | |/ _` | __/ _ \| || |/ _ \| '_ \ | | | | (_) | (_| | |_| | | __/_| |_| | (_| | || __/| || | (_) | | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)____/ \__,_|\__\___|___|_|\___/|_| |_|...", and the only contributor was "[[Special:Contributions/Ethar|Ethar]]" (talk))
- 02:33, 8 June 2024 Ethar talk contribs deleted page Module:Date (content was: "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently...", and the only contributor was "Ethar" (talk))
- 02:30, 8 June 2024 Ethar talk contribs created page Catpedia:Contributing/Templates (Created page with "My ass was too lazy to make <nowiki>{{documentation}}</nowiki> for each template (for now), this place will be the guide on all useable template across this wiki! ==Infobox== ===Cat=== ==Age== ===Birth age=== ===Birth age month=== ===Death age=== ===Death age month=== ==Misc== ===Flag==") Tag: 2017 source edit
- 02:12, 8 June 2024 Ethar talk contribs created page Template:Deathage (Created page with "{{#invoke:Deathage|displayDateWithAge|{{{1|1}}}|{{{2|1}}}|{{{3|2000}}}}}") Tag: 2017 source edit
- 02:07, 8 June 2024 Ethar talk contribs created page Template:Deathagemonth (Created page with "{{#invoke:Deathagemonth|displayDateWithAge|{{{1|1}}}|{{{2|2000}}}}}") Tag: 2017 source edit
- 02:05, 8 June 2024 Ethar talk contribs created page Module:Deathage (Created page with "-- DeathAgeDayMonthYear.lua local p = {} function p.formatDate(frame) local day = frame.args[1] or 1 local month = frame.args[2] or 1 local year = frame.args[3] or 1970 return mw.getContentLanguage():formatDate('j F Y', string.format('%d-%d-%d', year, month, day)) end function p.calculateAge(frame) local day = tonumber(frame.args[1]) or 1 local month = tonumber(frame.args[2]) or 1 local year = tonumber(frame.args[3]) or 1970 local curr...")
- 02:04, 8 June 2024 Ethar talk contribs created page Module:Deathagemonth (Created page with "-- DeathMonthAgedMonthYear.lua local p = {} function p.formatDate(frame) local month = frame.args[1] or 1 local year = frame.args[2] or 1970 return mw.getContentLanguage():formatDate('F Y', string.format('%d-%d', year, month)) end function p.calculateAge(frame) local month = tonumber(frame.args[1]) or 1 local year = tonumber(frame.args[2]) or 1970 local currentMonth = tonumber(mw.getCurrentFrame():callParserFunction('#time', 'n')) local cu...")
- 02:00, 8 June 2024 Ethar talk contribs created page Template:Birthagemonth (Created page with "{{#invoke: Birthagemonth| displayDateWithAge |{{{{1|6}}}|{{{2|1980}}}}}") Tag: 2017 source edit
- 01:58, 8 June 2024 Ethar talk contribs created page Module:Birthagemonth (Created page with "local p = {} function p.formatDate(frame) local month = frame.args[1] or 1 local year = frame.args[2] or 1970 return mw.getContentLanguage():formatDate('F Y', string.format('%d-%d', year, month)) end function p.calculateAge(frame) local month = tonumber(frame.args[1]) or 1 local year = tonumber(frame.args[2]) or 1970 local currentMonth = tonumber(mw.getCurrentFrame():callParserFunction('#time', 'n')) local currentYear = tonumber(mw.getCurre...")
- 01:55, 8 June 2024 Ethar talk contribs created page Module:DeathMonthAgedMonthYear (Created page with "local p = {} function p.calculateAgeAtEvent(birthMonth, birthYear, eventMonth, eventYear) local age = eventYear - birthYear if eventMonth < birthMonth then age = age - 1 end return age end return p")
- 01:54, 8 June 2024 Ethar talk contribs created page Template:Birthage (Created page with "{{#invoke:Birthage|displayDateWithAge|{{{1|1}}}|{{{2|1}}}|{{{3|1970}}}}}") Tag: 2017 source edit
- 01:52, 8 June 2024 Ethar talk contribs created page Module:Birthage (Created page with "local p = {} function p.formatDate(frame) local day = frame.args[1] or 1 local month = frame.args[2] or 1 local year = frame.args[3] or 1970 return mw.getContentLanguage():formatDate('j F Y', string.format('%d-%d-%d', year, month, day)) end function p.calculateAge(frame) local day = tonumber(frame.args[1]) or 1 local month = tonumber(frame.args[2]) or 1 local year = tonumber(frame.args[3]) or 1970 local currentDay = tonumber(mw.getCurre...")
- 01:51, 8 June 2024 Ethar talk contribs deleted page Module:Age
- 01:42, 8 June 2024 Ethar talk contribs created page Module:DateModule (Created page with "-- Date.lua local p = {} function p.formatDate(frame) local day = frame.args[1] or 1 local month = frame.args[2] or 1 local year = frame.args[3] or 1970 return mw.getContentLanguage():formatDate('j F Y', string.format('%d-%d-%d', year, month, day)) end function p.calculateAge(frame) local day = tonumber(frame.args[1]) or 1 local month = tonumber(frame.args[2]) or 1 local year = tonumber(frame.args[3]) or 1970 local currentDay = tonumbe...")
- 01:12, 8 June 2024 Ethar talk contribs created page MediaWiki:Licenses (Created page with "* Unknown_copyright|I don't know exactly * Free licenses: ** MW-screenshot|MediaWiki screenshot ** PD|PD: public domain ** CC-by-sa-2.5|Creative Commons Attribution ShareAlike 2.5 ** GFDL|GFDL: GNU Free Documentation License ** GPL|GPL: GNU General Public License ** LGPL|LGPL: GNU Lesser General Public License * Non-free license (exception): ** Wikimedia_screenshot|Wikimedia images") Tag: 2017 source edit
- 01:08, 8 June 2024 Ethar talk contribs created page File:WikimediaUI-ArticleDisambiguation-ltr.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard)
- 01:08, 8 June 2024 Ethar talk contribs uploaded File:WikimediaUI-ArticleDisambiguation-ltr.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard) Tag: Upload Wizard
- 01:02, 8 June 2024 Ethar talk contribs created page File:WikimediaUI-Logo-Wikipedia.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard)
- 01:02, 8 June 2024 Ethar talk contribs uploaded File:WikimediaUI-Logo-Wikipedia.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard) Tag: Upload Wizard
- 01:02, 8 June 2024 Ethar talk contribs created page File:WikimediaUI-Code.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard)
- 01:02, 8 June 2024 Ethar talk contribs uploaded File:WikimediaUI-Code.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard) Tag: Upload Wizard
- 00:58, 8 June 2024 Ethar talk contribs created page Module:For (Created page with "local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For}} but takes a manual arguments table function p._For (a...")
- 00:57, 8 June 2024 Babel AutoCreate talk contribs created page Category:An-0 (Automatically creating Babel category page) Tag: 2017 source edit
- 00:57, 8 June 2024 Babel AutoCreate talk contribs created page Category:Es-1 (Automatically creating Babel category page) Tag: 2017 source edit
- 00:57, 8 June 2024 Babel AutoCreate talk contribs created page Category:Es (Automatically creating Babel category page) Tag: 2017 source edit
- 00:57, 8 June 2024 Babel AutoCreate talk contribs created page Category:Lt-2 (Automatically creating Babel category page) Tag: 2017 source edit
- 00:57, 8 June 2024 Babel AutoCreate talk contribs created page Category:Lt (Automatically creating Babel category page) Tag: 2017 source edit
- 00:57, 8 June 2024 Babel AutoCreate talk contribs created page Category:He-3 (Automatically creating Babel category page) Tag: 2017 source edit
- 00:57, 8 June 2024 Babel AutoCreate talk contribs created page Category:He (Automatically creating Babel category page) Tag: 2017 source edit
- 00:57, 8 June 2024 Babel AutoCreate talk contribs created page Category:No-4 (Automatically creating Babel category page) Tag: 2017 source edit
- 00:57, 8 June 2024 Babel AutoCreate talk contribs created page Category:No (Automatically creating Babel category page) Tag: 2017 source edit
- 00:57, 8 June 2024 Babel AutoCreate talk contribs created page Category:Sv-N (Automatically creating Babel category page) Tag: 2017 source edit
- 00:57, 8 June 2024 Babel AutoCreate talk contribs created page Category:Sv (Automatically creating Babel category page) Tag: 2017 source edit
- 00:57, 8 June 2024 Babel AutoCreate talk contribs created page Category:En-5 (Automatically creating Babel category page) Tag: 2017 source edit
- 00:57, 8 June 2024 Babel AutoCreate talk contribs created page Category:En (Automatically creating Babel category page) Tag: 2017 source edit
- 00:57, 8 June 2024 Ethar talk contribs created page Catpedia:Babel (Created page with "Babel is a indicator to tell users what languages they speak and to what level. ==Usage== {{for|a list of two-letter language codes|wikipedia:List of ISO 639-1 codes}} The babel code is added to your user page. Syntax is as follows: <pre> {{#babel: babelcode1 | babelcode2 | ... }} </pre> Where <code>babelcode</code> is the two-letter language code, optionally followed by a number to indicate profficiency. :;<code>xx-0</code>: If you don't understand the language at all...") Tag: 2017 source edit
- 00:47, 8 June 2024 Flow talk page manager talk contribs created page Special:Badtitle/NS2600:Y68yjaadzkeqayck (This page has been converted into a Structured Discussions board)
- 00:47, 8 June 2024 Flow talk page manager talk contribs created page Talk:Catpedia (This page has been converted into a Structured Discussions board)
- 00:05, 8 June 2024 Ethar talk contribs created page File:Tama and nitama.jpg (Uploaded a work by [https://commons.wikimedia.org/wiki/User:Takobou Takobou] from https://commons.wikimedia.org/w/index.php?curid=17919291 with UploadWizard)
- 00:05, 8 June 2024 Ethar talk contribs uploaded File:Tama and nitama.jpg (Uploaded a work by [https://commons.wikimedia.org/wiki/User:Takobou Takobou] from https://commons.wikimedia.org/w/index.php?curid=17919291 with UploadWizard) Tag: Upload Wizard
- 00:01, 8 June 2024 Ethar talk contribs created page File:Tama train.jpg (Uploaded a work by [https://commons.wikimedia.org/wiki/User:E56-129 E56-129] from https://commons.wikimedia.org/wiki/File:Wakayama_Electric_Railway_Kuha2705Tama-200904.jpg with UploadWizard)
- 00:01, 8 June 2024 Ethar talk contribs uploaded File:Tama train.jpg (Uploaded a work by [https://commons.wikimedia.org/wiki/User:E56-129 E56-129] from https://commons.wikimedia.org/wiki/File:Wakayama_Electric_Railway_Kuha2705Tama-200904.jpg with UploadWizard) Tag: Upload Wizard
- 23:57, 7 June 2024 Ethar talk contribs created page Tama (Created page with "{{Infobox cat|title=Tama|image=Tama.jpg|caption-image=Tama inside her office in 2011|alias=たま|gender=Female|nationality={{Flag|Japan}} Japan|born=April 29, 1999<br>Kinokawa, Wakayama Prefecture, Japan|adopted={{Circa|2004}}|died={{death date and age|2015|06|22|1999|4|29}}|cause_of_death=Heart failure|resting_place=Kishi Station, Kinokawa, Wakayama Prefecture, Japan|occupation=Station master|owner=Toshiko Koyama|social_media={{Social|1=ekichoTAMA}}|sound=File:Tama m...") Tag: 2017 source edit
- 23:46, 7 June 2024 Ethar talk contribs created page File:Tama meow.mp4 (Uploaded a work by We Love Tama Channel(AQUARIUS787) from https://www.youtube.com/watch?v=IfQIdKa8ETA with UploadWizard)
- 23:46, 7 June 2024 Ethar talk contribs uploaded File:Tama meow.mp4 (Uploaded a work by We Love Tama Channel(AQUARIUS787) from https://www.youtube.com/watch?v=IfQIdKa8ETA with UploadWizard) Tag: Upload Wizard
- 21:32, 7 June 2024 Ethar talk contribs created page Template:En (Created page with "<div class="description mw-content-ltr en" dir="ltr" lang="en"><span class="language en">'''English:'''{{nbsp}}</span>{{{1}}}</div><noinclude> {{/doc}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>") Tag: 2017 source edit
- 21:17, 7 June 2024 Orangutanbestmonke63 talk contribs created page File:Festive Milly.jpg (Uploaded a work by fatfatmillycat from https://x.com/fatfatmillycat?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor with UploadWizard)
- 21:17, 7 June 2024 Orangutanbestmonke63 talk contribs uploaded File:Festive Milly.jpg (Uploaded a work by fatfatmillycat from https://x.com/fatfatmillycat?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor with UploadWizard) Tag: Upload Wizard