Main public logs
From RosieSoCrossing
Combined display of all available logs of RosieSoCrossing. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:47, 14 January 2026 Rosie talk contribs created page Module:List (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs function split(str, pattern) local out = {} for m in string.gmatch(str, "[^" .. pattern .. "]+") do table.insert(out, m) end return out end function p.main(frame) local args = getArgs(frame) local listOfList = split( args[1], "," ) or '' return p.listFormat(listOfList) end function p.listFormat(listOfList) local listOf = '' for l = 1, #listOfList do if l ==...")
- 11:47, 14 January 2026 Rosie talk contribs created page Template:HHPItemVillagers (Created page with "{{#invoke:NHVillagerItemOutput|HHPOutput|{{{item|{{#replace:{{#titleparts:{{PAGENAME}}||-1}}|<nowiki/> <nowiki/>(New Horizons)|}}}}}|text={{{text|}}}|clothing={{#incat:New Horizons accessories|yes|{{#incat:New Horizons bags|yes|{{#incat:New Horizons bottoms|yes|{{#incat:New Horizons headwear|yes|{{#incat:New Horizons other clothing|yes|{{#incat:New Horizons shoes|yes|{{#incat:New Horizons socks|yes}}}}}}}}}}}}}}|hhpstatus={{{hhpstatus|}}}|prune-hhp={{{prune-hhp|}}}}}<noi...")
- 11:46, 14 January 2026 Rosie talk contribs created page Module:NHVillagerItemOutput/doc (Created page with "{{ModuleDocHeader}} == Usage == This Lua module outputs the villager data info for item pages from {{NH}} in regards to their furniture, clothing, umbrella, interior items, and order list in the {{HHP|short}} DLC. These are put through {{t|NHFurnitureVillagers}}, {{t|NHInteriorVillagers}}, {{t|NHClothingVillagers}}, {{t|NHUmbrellaVillagers}}, and {{t|HHPItemVillagers}}. Please refer to the documentation of each of these templates for more information....")
- 11:46, 14 January 2026 Rosie talk contribs created page Module:NHVillagerItemOutput (Created page with "local p = {} local cargo = mw.ext.cargo local formatList = require('Module:List').listFormat function tableEmpty(s) return next(s) == nil end function isEmpty(s) return s == nil or s == '' end function p.HHPOutput( frame, typeItem ) local print = '' local currency -- Cargo query for hhp_villager (without facilities) local tables1 = 'hhp_villager' local fields1 = "hhp_villager.name=name,hhp_villager._pageTitle=pageName,hhp_villager.icon=icon" local ar...")
- 11:45, 14 January 2026 Rosie talk contribs created page Module:Sandbox/doc (Created page with "{{ModuleDocHeader}} == Usage == This is the general sandbox page to test out Lua modules. The module should not be implemented in a template. </div> <includeonly>Category:Lua modules</includeonly>")
- 11:45, 14 January 2026 Rosie talk contribs created page Module:Sandbox (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs function setDefault (t, d) local mt = {__index = function () return d end} setmetatable(t, mt) end -- Imported function from https://www.lua.org/pil/13.4.3.html -- function copyTable(t) local t2 = {} for k,v in pairs(t) do t2[k] = v end return t2 end function p.outputAvailability (data, args1, args2, args3, args4, note, text, size, nb, noimages) local function isEmpty(s) return s == nil or...")
- 11:44, 14 January 2026 Rosie talk contribs created page Category:Articles under construction (Created page with "__HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ {{Do Not Delete|This is an administrative category used in the purpose of maintenance}} This category is not shown on its member pages unless the appropriate user preference (appearance → show hidden categories) is set. Articles in this category are in need of additional information because they do not meet RosieSoCrossing's quality standards. To ad...")
- 11:44, 14 January 2026 Rosie talk contribs created page Template:Construction/doc (Created page with "==Usage== <pre> {{Construction}} </pre> This template is to be used for pages that are currently undergoing heavy editing in order to advise readers that the article may change frequently and that edit conflicts may occur frequently. There is an optional <code>note</code> parameter to add further details, which will appear below the standard notice box text. All pages containing this template will be added to Category:Articles under construction. ===Example=== <pr...")
- 11:44, 14 January 2026 Rosie talk contribs created page Template:Construction (Created page with "{{Notice Box |primarycolor = #3bb0de |secondarycolor = #bee5f4 |textcolor = #e9f6fb |shadowcolor = #2084ac |leftimage = 32px|link=Category:Articles under construction |rightimage = |header = This {{#switch: {{NAMESPACE}}|#default = article or section|Talk|User|User talk|Template talk|File talk|Category talk|Nookipedia = page|Template = template}} is actively in the process of development or reworking. |message = You...")
- 11:42, 14 January 2026 Rosie talk contribs created page Template:Material/doc (Created page with "{{Lua Notice|module1=Materials|module2=SentenceCase}} ==Usage== <pre> {{Material|<material>|<quantity>|size=<optional>|nb=<optional>|sentence-case=<optional>}} </pre> This template will generate the name and associated icon for a specific material in {{NH}}, primarily for use in tables. The material name used must be exact to the name used in-game. There is also an optional parameter to specify a quantity. The icon's size can be manipulated using the size parameter; the...")
- 11:42, 14 January 2026 Rosie talk contribs created page Template:Material (Created page with "<includeonly>{{#invoke:Materials|main|{{{1|}}}|{{{2|}}}|nb={{{nb|}}}|size={{{size|}}}|game=NH|sentencecase={{{sentence-case|}}}}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
- 11:41, 14 January 2026 Rosie talk contribs created page File:RosieSoCrossing Logo.png
- 11:41, 14 January 2026 Rosie talk contribs uploaded File:RosieSoCrossing Logo.png
- 11:38, 14 January 2026 Rosie talk contribs created page Template:Navbox RosieSoCrossing (Created page with "{{Navbox | Title = Nookipedia | Link = Community:Nookipedia | Icon = | IconSize = | Image = 80px|link=Community:Nookipedia | ColorClass = color-nookipedia <!-- MAIN --> | Group = Main | List = * Main Page * Contents * About * General disclaimer * tasks:|Nookip...")
- 11:35, 14 January 2026 Rosie talk contribs created page Module:PC Prose (Created page with "local p = {} local cargo = mw.ext.cargo local materialT = require("Module:Materials") local currencyT = require("Module:Currency") local time = require("Module:Time") function split(str, pattern) local out = {} local i = 1 local split_start, split_end = string.find(str, pattern, i) while split_start do out[#out+1] = string.sub(str, i, split_start - 1) i = split_end + 1 split_start, split_end = string.find(str, pattern, i) en...")
- 11:35, 14 January 2026 Rosie talk contribs created page RosieSoCrossing:Lua (Created page with "{{Construction}} '''Lua''' is a programming language that is available on Nookipedia via the Scribunto MediaWiki extension. Lua code is hosted in Module pages and can be invoked by using the <code><nowiki>{{#invoke:}}</nowiki></code> function, with the ability to pass in parameters similar to templates. Lua is powerful, with the ability to render templates and HTML output, and perform many things that...")
- 11:34, 14 January 2026 Rosie talk contribs created page Module:Availability/Data/doc (Created page with "{{ModuleDocHeader}} == Usage == This is the subpage for Module:Availability, and stores the data needed for the module to function and outputs the availability of each source. == Inserting a new source/availability == <syntaxhighlight lang="lua">["name_of_source"] = { "source_image", "source_image_size", "link_to_source", "name_of_source", "special_text_for_source" }</syntaxhighlight> When adding a new source or availability to be used on pages, the following synta...")
- 11:33, 14 January 2026 Rosie talk contribs created page Module:Availability/Data (Created page with "return { availability = { --[[ This part of the code is used to insert each source. Please follow the syntax carefully, more info is on the documentation: ["name_of_source"] = { "source_image", "source_image_size", "link_to_source", "name_of_source", "special_text_for_source" } ]]-- --Special Characters-- ["Blanca"] = { "Blanca NH Character Icon.png", "22px", "Blanca", "Blanca", "Blanca" }, ["Blathers"] = { "Blathers NH Character Icon.png", "22px"...")
- 11:33, 14 January 2026 Rosie talk contribs created page Module:Materials/Data/doc (Created page with "{{ModuleDocHeader}} == Usage == This is the subpage for Module:Materials, and stores the data needed for the module to function and outputs the material. == Inserting a new source/availability == <syntaxhighlight lang="lua">["name_of_material"] = { "material_image", "material_image_size", "link_to_material", "name_of_material", "special_text_for_material" }</syntaxhighlight> When adding a new smaterial to be used on pages, the following syntax must be inserted into...")
- 11:33, 14 January 2026 Rosie talk contribs created page Module:Materials/Data (Created page with "return { materialNH = { -- Natural Resources -- ["clump of weeds"] = { "Clump of Weeds NH Inv Icon.png", "15px", "Item:clump of weeds (New Horizons)", "clump of weeds", "" }, ["tree branch"] = { "Tree Branch NH Inv Icon.png", "15px", "Item:tree branch (New Horizons)", "tree branch", "" }, ["stone"] = { "Stone NH Inv Icon.png", "15px", "Item:stone (New Horizons)", "stone", "" }, ["clay"] = { "Clay NH Inv Icon.png", "15px", "Item:clay (New Horizons)", "clay",...")
- 11:32, 14 January 2026 Rosie talk contribs created page Module:Materials/doc (Created page with "{{ModuleDocHeader}} == Usage == This Lua module outputs the list of materials for the {{t|Material}} and {{t|MaterialPC}} templates to account for preprocessor node count limits. Data is stored in a table, and can determine how certain variables are used. To add additional materials, see Module:Materials/Data. == See also == * Module:Availability * Module:Currency </div><includeonly>Category:Lua modules</includeonly>")
- 11:32, 14 January 2026 Rosie talk contribs created page Module:Materials (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local convertCase = require('Module:SentenceCase').firstToUpper data = mw.loadData("Module:Materials/Data") function p.main(frame) local args = getArgs(frame) local game = args.game or '' local nb = args.nb or '' local size = args.size or '' local material = args[1] or args.material or '' local num = args[2] or args.num or '' local sentenceCase = arg...")
- 11:32, 14 January 2026 Rosie talk contribs created page Module:Availability/doc (Created page with "{{ModuleDocHeader}} == Usage == This Lua module outputs the availability of each source presented and is used for the {{t|Availability}} template to account for preprocessor node count limits. Data is stored in a table, and can determine how certain variables are used. To add additional sources, see Module:Availability/Data. == See also == * Module:Currency * Module:Materials </div><includeonly>{{pp|full}}Category:Lua modules</include...")
- 11:31, 14 January 2026 Rosie talk contribs created page Module:Availability (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local data = mw.loadData("Module:Availability/Data") function setDefault (t, d) local mt = {__index = function () return d end} setmetatable(t, mt) end -- Imported function from https://www.lua.org/pil/13.4.3.html -- function copyTable(t) local t2 = {} for k,v in pairs(t) do t2[k] = v end return t2 end function p.main(frame) local args = getArgs(frame) local args1 = args[1] or...")
- 11:31, 14 January 2026 Rosie talk contribs created page Template:Availability (Created page with "{{#invoke:Availability|main|{{{1|Unknown}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|text={{{text|}}}|nb={{{nb|}}}|note={{{note|}}}|size={{{size|}}}|noimages={{{no-image|}}}}}<noinclude>{{Clear}}{{Documentation}}Category:Formatting templates</noinclude>")
- 11:31, 14 January 2026 Rosie talk contribs created page Template:CargoDisplayCFMulti (Created page with "<includeonly><!-- This first line must remain empty --> | [[{{{page|}}}|{{#invoke:SentenceCase|main|{{{name|}}}}}]] | [[File:{{{image|}}}|64px|{{{name|}}}]] | {{{type|}}} | data-sort-value="{{{buy|}}}" | {{#if:{{{buy|}}}|{{Currency|{{{buy-currency|Bells}}}|{{{buy|}}}}}|Not for sale}} | data-sort-value="{{{sell|}}}" | {{#if:{{{sell|}}}|{{Currency|Bells|{{{sell|}}}}}|Cannot be sold}} | {{Availability|{{{availability1|}}}}} {{#if:{{{availability2|}}}|{{Availability|{{{avail...")
- 11:30, 14 January 2026 Rosie talk contribs created page Template:CargoDisplayNLMulti (Created page with "<includeonly><!-- This first line must remain empty --> | {{#if:{{{pagename|}}}|[[{{{pagename|}}}|{{#invoke:SentenceCase|main|{{{name|}}}}}]]|{{I|{{#invoke:SentenceCase|main|{{{name|}}}}}|New Leaf}}}} {{#if:{{{variation|}}}|({{{variation|}}}{{#if:{{{pattern|}}}|<nowiki/> - {{{pattern|}}})|)}}|{{#if:{{{pattern|}}}|({{{pattern|}}})|}}}} | [[File:{{{image|}}}|64px|{{#invoke:SentenceCase|main|{{{name|}}}}}]] | {{{type|}}} | data-sort-value="{{{buy1-price|}}}" | {{#if:{{{buy1...")
- 11:29, 14 January 2026 Rosie talk contribs created page GracieGrace (Created page with "{{Infobox Location | title = GracieGrace | image = NL GracieGrace Interior.jpg | caption = The inside of GracieGrace in {{NL|nolink}}. | music = File:NL GracieGrace.flac | music-game= New Leaf | function = Designer store | services = Clothes,<br>Furniture | proprietor= Gracie<br>Label{{Note|Under the name Labelle, {{CF|short|nolink}}}} | time = 9 AM – 9 PM{{Note|6 AM — 9 PM with the Early Bird ordinance, 9 AM – 12 AM wi...")
- 11:28, 14 January 2026 Rosie talk contribs created page Template:Code/doc (Created page with "Wraps argument with <code><nowiki><code> </code></nowiki></code>tags. Example: <nowiki>{{Code|test}}</nowiki> yields {{Code|test}}. Taken from [https://www.mediawiki.org/wiki/Template:Code MediaWiki].")
- 11:28, 14 January 2026 Rosie talk contribs created page Template:Code (Created page with "{{#if:{{{inline|n}}}|<code {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}}>{{#tag:syntaxhighlight|{{{code|{{{1}}}}}}|lang="{{{lang|{{{2|text}}}}}}"|inline=true}}</code>|{{#if:{{{header|}}}|<u><small>{{{header}}}</small></u>}}{{#tag:syntaxhighlight |{{{code|{{{1}}}}}} |lang={{{lang|{{{2|bash}}}}}} }}}}<noinclude> {{documentation}} Category:Formatting templates </noinclude>")
- 11:28, 14 January 2026 Rosie talk contribs created page Template:Infobox Location/doc (Created page with " ==Usage== <pre> {{Infobox Location | title = | image = | caption = | image2 = | caption2 = | facility = | music = | music-game = | function = | services = | proprietor = | time = | items = | bells = | days = | ja-name = | zh-name = | zht-name = | ko-name = | fr-name = | frq-name = | es-name = | esl-name = | it-name = | de-...")
- 11:27, 14 January 2026 Rosie talk contribs created page Template:Infobox Location (Created page with "{{Infobox 2.0 | colorclass = color-location | title = {{{title|Location}}} | image = [[File:{{{image|Nia.png|}}}|{{{imagesize|250px}}}]] | caption = {{{caption|}}} | image2 = {{#if:{{{image2|}}}|[[File:{{{image2|}}}|{{{imagesize2|250px}}}]]|}} | caption2 = {{{caption2|}}} | lefticon = {{#if:{{{icon|}}}|[[File:{{{icon|}}}|30px|link=]]|}} | righticon = {{#if:{{{icon|}}}| |}} | subtitleabove = {{#if:{{{f...")
- 11:27, 14 January 2026 Rosie talk contribs created page Animal Village (Created page with "{{Infobox Location | title = Animal Village | image = Film Animal Village.png | caption = An overview of Animal Village | image2 = GDnM Animal Village Map.png | caption2 = A map of Animal Village | ja-name = どうぶつ村 | nl-name = N/A | es-name = N/A | ko-name = N/A | zh-name = N/A | de-name = N/A | fr-name = N/A | it-name = N/A | ru-name = N/A }} '''Animal Village''' is the setting of {{Film}}. Modeled after a town...")
- 11:27, 14 January 2026 Rosie talk contribs created page Template:Infobox Film Character (Created page with "{{Infobox 2.0 | colorclass = color-film | primarycolor = 318 69 | title = {{{name|Film Character}}} | image = {{{image|}}} | caption = {{{caption||}}} | leftlabel = Species | rightlabel = Gender | leftdata = [[{{{species|}}}]] | rightdata = [[:Category:{{{gender|}}} characters|{{{gender|}}}]] | label = Role | data = {{{role|}}} | label2 = Voice actor | data2 = {{{actor...")
- 11:24, 14 January 2026 Rosie talk contribs created page Template:- (Redirected page to Template:Clear) Tag: New redirect
- 11:23, 14 January 2026 Rosie talk contribs created page Template:Ll (Redirected page to Template:Localized link) Tag: New redirect
- 11:23, 14 January 2026 Rosie talk contribs created page Template:Localized link (Created page with "<noinclude> <languages/> </noinclude><!-- -->{{#ifeq:{{FULLPAGENAME:{{{1}}}}}|{{FULLPAGENAME:{{translatable}}}}<!--self link (including translation pages)--> |<b> }}<!---->Special:MyLanguage/{{{1}}}|{{#if:{{{2|}}} |{{{2}}} |{{{2|{{#ifexist:Translations:{{#if:{{NAMESPACE:{{{1}}}}}|{{NAMESPACE:{{{1}}}}}:}}{{PAGENAME:{{{1}}}}}/Page display title/{{PAGELANGUAGE}}<!--if the source page, PAGELANGUAGE returns en--> |{{#ifexpr:{{#if:{{{nsp|}}}|1|0}} and {{NAMESPACENUMBER:{...")
- 11:22, 14 January 2026 Rosie talk contribs created page Module:Loops/doc (Created page with "{{Module rating|alpha}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:TableTools}} Lua module implementing features similar to {{ll|Extension:Loops}}. {{-}} == Usage == <code><nowiki>{{</nowiki>#invoke:Loops|''function_name''<nowiki>}}</nowiki></code> == See also == * miraheze:dev:Module:Loops * wikia:dev:Module:Loops * wikia:dev:Global Lua Modules/Loops <includeonly>{{Sandbox other|| <!-- Categ...")
- 11:21, 14 January 2026 Rosie talk contribs created page Module:Loops (Created page with "-- <nowiki> -------------------------------------------------------------------------------- -- Lua module implementing features similar to mw:Extension:Loops. -- -- @module lööps -- @alias loops -- @author User:ExE Boss -- @require Module:TableTools -------------------------------------------------------------------------------- local libraryUtil = require("libraryUtil"); local tableTools = require("Module:TableTools"); local checkType = libraryUtil.ch...")
- 11:18, 14 January 2026 Rosie talk contribs created page Template:Loops Test 2 (Created page with "{{Loops Test | Apricot | B = Bolognese | Caramel slice | 5 = Eclair }}")
- 11:18, 14 January 2026 Rosie talk contribs created page Template:Loops Test (Created page with "{{#fornumargs: number | value | <nowiki /> * {{#var: number }} = {{#var: value }} }}")
- 11:10, 14 January 2026 Rosie talk contribs created the Cargo table ssbu_spirit
- 11:10, 14 January 2026 Rosie talk contribs created page Template:SpiritInfo (Created page with "<noinclude>{{#cargo_declare: _table=ssbu_spirit |number = Integer |name = String |image = String |image_url = String |image2 = String |image2_url = String |category = String |type = String |class = String |stats = String |attack = String |defense = String |slots = Integer |cost = Integer |ability = String |dojo = String |shop = String |acquisition1 = String |acquisition2 = String |acquisition3 = String |acquisition4 = String |battle_enemies = Text |battle_type = String |...")
- 11:09, 14 January 2026 Rosie talk contribs created page Template:Villager Info Box/doc (Created page with "{{High Risk Template}} ==Usage== <pre style="width:200px; float:right; margin: 10px;"> {{Villager Info Box | colorclass = | title = | image = | caption = | image2 = | caption2 = | label = | data = | labelend = | dataend = }}</pre> This template is intended to be used for game detail infoboxes for villagers. The layout will adapt vertically on small screen resolutions....")
- 11:09, 14 January 2026 Rosie talk contribs created page Wilbur (Created page with "{{Villager Header |species= dodo |pers= special }} {{Quote|Bellbottom <music genre> this is stovetop <object>, do you require assistance? Over.|Wilbur|{{NH}}}} {{Infobox Special | name = Wilbur | titlecolor = #ffdf50 | textcolor = #38889e | ID = doc | image = Wilbur NH.png | species = Dodo | gender = Male | birthdaymonth = July | birthday = 4 | sign = Cancer | quote = Do an Immelmann move! | service = Pilot | ja-name = ロドリー | ko-name = 로드리 | zh-name = 陆...")
- 11:08, 14 January 2026 Rosie talk contribs created page Category:Pages not to be deleted (Created page with "This category contains all pages or files that are used on the site, but may not be directly displayed. Category:Images")
- 11:08, 14 January 2026 Rosie talk contribs created page Template:Do Not Delete/doc (Created page with "==Usage== <pre> {{Do Not Delete}} </pre> This template is to be used for files (or possibly templates) that do not initially appear as used, but are. Examples of images for this template would be site images that are only used seasonally, reference images used only through URL linking, or a template that only may be used on occasion (like {{T|Delete}}). All pages containing this template will be added to Category:Pages not to be deleted. ===Example=== <pre> {{Do...")
- 11:08, 14 January 2026 Rosie talk contribs created page Template:Do Not Delete (Created page with "{{Content Notice | message = {{#if:{{{1|}}}|{{{1}}} and|This {{#switch:{{NAMESPACE}} |Category=category |Template=template |File=file |Module=module |#default=page }} {{#switch: {{NAMESPACE}}|#default = |File = is kept for archival purposes or for use in templates and|Category = is expected to be empty at times and|Module|Template = is intentionally not considered deprecated and}}}} '''should not be deleted''' even if it appears unused. | primarycolor = 355...")
- 11:07, 14 January 2026 Rosie talk contribs created page Template:Villager Stub (Created page with "{{Content Notice | message = This article about a villager is a stub. You can help RosieSoCrossing by <span class="plainlinks">[{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} expanding it]</span>. | primarycolor = 112 39 | overridetext = 20% }}<includeonly>Category:Villager stubs</includeonly><noinclude> ==Usage== This template is a modification of Template:Stub, and is used to label an article about a...")
- 11:06, 14 January 2026 Rosie talk contribs created page Template:Stub/doc (Created page with "==Usage== <pre> {{Stub}} </pre> This template is placed at the ''bottom'' of short articles that require expansion to adequately cover the subject. In the editing box, this template should be placed before any category tags. When wanting to place the stub template on articles about villagers, Template:Villager Stub should be used instead. For marking single sections as stubs, Template:Section may be used. ===Example=== <pre> {{Stub}} </pre> {{Content Noti...")