User talk:Porplemontage/Archive 13: Difference between revisions

m
Text replacement - "promo-photo" to "photo"
(→‎Wait...: new section)
m (Text replacement - "promo-photo" to "photo")
 
(70 intermediate revisions by 12 users not shown)
Line 132: Line 132:


:Thank you for telling me! Fixed now. --{{User:Porplemontage/sig}} 15:59, 8 July 2016 (EDT)
:Thank you for telling me! Fixed now. --{{User:Porplemontage/sig}} 15:59, 8 July 2016 (EDT)
::Thanks! Can it be fixed by "clearing the cache" i.e. removing the page and restoring it? I've also noticed that there are overlapping divs on the top-right corner of certain pages like [[:Category:To be deleted]]. -- {{User:A gossip-loving Toad/sig}}  02:36, 9 July 2016 (EDT)
::Thanks! Can it be fixed by "clearing the cache" i.e. removing the page and restoring it? I've also noticed that there are overlapping divs on the top-right corner of certain pages like [[:Category:Pages to be deleted]]. -- {{User:A gossip-loving Toad/sig}}  02:36, 9 July 2016 (EDT)


== MarioWiki had MediaWiki Software Upgraded ==
== MarioWiki had MediaWiki Software Upgraded ==
Line 176: Line 176:
''If a screenshot needs to be cropped to remove black borders or have transparency added (if a game element overlaps the border), note it in {{tem|aboutfile}} parameter #4.''
''If a screenshot needs to be cropped to remove black borders or have transparency added (if a game element overlaps the border), note it in {{tem|aboutfile}} parameter #4.''


This seems to assume that everyone uses the screenshot button on the emulator. As far as I know, some of the commercial screenshot-taking utilities have a magnifier tool. Users of such tools might get a borderless ''Paper Mario'' screenshot directly, and it might have never occurred to them that the black border is part of the hardware output, and that the screenshot is actually cropped. Some newbies also mistake the black borders as part of the emulator window. Is the #4 parameter going to document what is different from the <em>hardware</em> output? If so, having some explanation on [[MW:UPLOAD]] might prevent possible misunderstanding.
This seems to assume that everyone uses the screenshot button on the emulator. As far as I know, some of the commercial screenshot-taking utilities have a magnifier tool. Users of such tools might get a borderless ''Paper Mario'' screenshot directly, and it might have never occurred to them that the black border is part of the hardware output, and that the screenshot is actually cropped. Some newbies also mistake the black borders as part of the emulator window. Is the #4 parameter going to document what is different from the <em>hardware</em> output? If so, having some explanation on [[SMW:UPLOAD]] might prevent possible misunderstanding.


By the way, it seems that galleries are still left-aligned in the mobile view. {{User:A gossip-loving Toad/sig}}  12:52, 31 July 2016 (EDT)
By the way, it seems that galleries are still left-aligned in the mobile view. {{User:A gossip-loving Toad/sig}}  12:52, 31 July 2016 (EDT)
Line 232: Line 232:


== Slow Loading or Broken Pages ==
== Slow Loading or Broken Pages ==
I think there is a problem with a few pages possibly related to files. It takes a long time for [[Gallery:New Super Mario Bros. 2]] and page 3 of [[:Category:Quality requested]] to load. I don't think the problem is limited to those pages. Not sure what is going on but I think there is a technical problem only you can solve. --{{User:Wildgoosespeeder/sig}} 21:03, 11 August 2016 (EDT)
I think there is a problem with a few pages possibly related to files. It takes a long time for [[Gallery:New Super Mario Bros. 2]] and page 3 of [[:Category:Images to be reuploaded with higher quality]] to load. I don't think the problem is limited to those pages. Not sure what is going on but I think there is a technical problem only you can solve. --{{User:Wildgoosespeeder/sig}} 21:03, 11 August 2016 (EDT)
:10 MB gif = bad. --{{User:Porplemontage/sig}} 23:13, 11 August 2016 (EDT)
:10 MB gif = bad. --{{User:Porplemontage/sig}} 23:13, 11 August 2016 (EDT)
::That's what was ailing? Jeez. My guess is a coding issue with the new version of MediaWiki you installed over a month ago (I think) because I never had this problem before... --{{User:Wildgoosespeeder/sig}} 23:15, 11 August 2016 (EDT)
::That's what was ailing? Jeez. My guess is a coding issue with the new version of MediaWiki you installed over a month ago (I think) because I never had this problem before... --{{User:Wildgoosespeeder/sig}} 23:15, 11 August 2016 (EDT)
Line 443: Line 443:


:It's hard-coded into MediaWiki - I don't know a simple way for detecting aboutfile. --{{User:Porplemontage/sig}} 16:45, 16 December 2016 (EST)
:It's hard-coded into MediaWiki - I don't know a simple way for detecting aboutfile. --{{User:Porplemontage/sig}} 16:45, 16 December 2016 (EST)
::Bummer. I mean if there was a robust and easy-to-manipulate system behind the category instead of hard coding in PHP, then there would be something very useful in other aspects beyond [[mediawiki.org:Help:Magic words|Magic Words]] and templating. Ever delve into [[Wikipedia:GameMaker: Studio|GameMaker]]? A system similar to that. That program does have a scripting language for very specific actions, but what I a referring to is taking the most common objects and scripting syntax and use purely GUI to manipulate them to create a sequence of actions. Piece it together like a LEGO building set rather than type that all out. For example, check for conditions:
::Bummer. I mean if there was a robust and easy-to-manipulate system behind the category instead of hard coding in PHP, then there would be something very useful in other aspects beyond [[mw:Help:Magic words|Magic Words]] and templating. Ever delve into [[Wikipedia:GameMaker: Studio|GameMaker]]? A system similar to that. That program does have a scripting language for very specific actions, but what I a referring to is taking the most common objects and scripting syntax and use purely GUI to manipulate them to create a sequence of actions. Piece it together like a LEGO building set rather than type that all out. For example, check for conditions:
::*<code><nowiki>If namespace file not transcludes template aboutfile, put in [[Category:Files Missing Aboutfile]]</nowiki></code>
::*<code><nowiki>If namespace file not transcludes template aboutfile, put in [[Category:Files Missing Aboutfile]]</nowiki></code>
::*<code>If namespace main not transcludes templates item-infobox or character infobox, or [[:Category:Infobox templates|etc.]], put in <nowiki>[[Category:Pages Missing an Infobox]]</nowiki></code>
::*<code>If namespace main not transcludes templates item-infobox or character infobox, or [[:Category:Infobox templates|etc.]], put in <nowiki>[[Category:Pages Missing an Infobox]]</nowiki></code>
Line 471: Line 471:
::::Thank you!--{{User:Eldritchdraaks/sig}} 19:09, 18 January 2017 (EST)
::::Thank you!--{{User:Eldritchdraaks/sig}} 19:09, 18 January 2017 (EST)
:::::The discussion on the forums seem to be going well, though they recently went off-topic to talk about turning the wiki retro for April Fools day. The logo used on the NIWA site was brought up, but most users still seem in favor of the mushroom logo. Perhaps you should leave some new input of your own for everyone, since the discussion has gone stagnant and I don't think we've reached a conclusion. --{{User:Eldritchdraaks/sig}} 14:29, 25 January 2017 (EST)
:::::The discussion on the forums seem to be going well, though they recently went off-topic to talk about turning the wiki retro for April Fools day. The logo used on the NIWA site was brought up, but most users still seem in favor of the mushroom logo. Perhaps you should leave some new input of your own for everyone, since the discussion has gone stagnant and I don't think we've reached a conclusion. --{{User:Eldritchdraaks/sig}} 14:29, 25 January 2017 (EST)
::::::Can you address my comments [[forumpost:1901848|here]]? --{{User:Porplemontage/sig}} 14:33, 25 January 2017 (EST)
::::::Can you address my comments [[mb:posts/1901848|here]]? --{{User:Porplemontage/sig}} 14:33, 25 January 2017 (EST)
:::::::[http://imgur.com/a/V9bDT Here] you go.--{{User:Eldritchdraaks/sig}} 14:39, 25 January 2017 (EST)
:::::::[http://imgur.com/a/V9bDT Here] you go.--{{User:Eldritchdraaks/sig}} 14:39, 25 January 2017 (EST)
::::::::That is an improvement, can you raise "Super" a little bit so the red text isn't clashing with "Mario" ? --{{User:Porplemontage/sig}} 15:00, 25 January 2017 (EST)
::::::::That is an improvement, can you raise "Super" a little bit so the red text isn't clashing with "Mario" ? --{{User:Porplemontage/sig}} 15:00, 25 January 2017 (EST)
Line 521: Line 521:


== What To Cover ==
== What To Cover ==
I wasn't here during MarioWiki's beginning. Since I first started being active on MarioWiki, I have had some qualms about covering series that don't focus on Mario largely, such as [[Donkey Kong Country (series)]] and [[Super Smash Bros. (series)]] because we have [[dkwiki:Main Page|Donkey Kong Wiki]] and [[smashwiki:Main Page|SmashWiki]]. As far as my understanding goes, you made the decision to cover those series right from the very beginning, probably when no dedicated wiki existed for those series. Times have changed. Now there are dedicated wikis. I think it is too much content to keep track of on one wiki if we keep covering what we don't have to anymore. When people go to MarioWiki, they aren't really thinking about Donkey Kong all that much, unless it is a crossover or the rivalry he has with Mario, such as the [[Mario Kart (series)]] or ''[[Donkey Kong (game)]]'' for example. Our representation of Donkey Kong games could be worse than the dedicated wiki. Don't get me wrong, we should still cover games like ''[[Donkey Kong (Game Boy)]]'' and ''Super Smash Bros.'' games, but in a more restricted way. For ''Donkey Kong Country'' games, any nods to the [[Mario (franchise)]], cover that like we do games in [[List of Mario references in video games]] (like [[Cranky's Video Game Heroes]] should be merged with that article). For ''Super Smash Bros.'' games, cover Mario related content only (characters, items, stages, trophies, and anything else like that, so no more [[Ness]] or [[Lip's Stick]] coverage for example). Ultimately, I think that [[MarioWiki:Coverage]] needs to be revised. --{{User:Wildgoosespeeder/sig}} 17:20, 20 March 2017 (EDT)
I wasn't here during MarioWiki's beginning. Since I first started being active on MarioWiki, I have had some qualms about covering series that don't focus on Mario largely, such as [[Donkey Kong Country (series)]] and [[Super Smash Bros. (series)]] because we have Donkey Kong Wiki and [[smashwiki:Main Page|SmashWiki]]. As far as my understanding goes, you made the decision to cover those series right from the very beginning, probably when no dedicated wiki existed for those series. Times have changed. Now there are dedicated wikis. I think it is too much content to keep track of on one wiki if we keep covering what we don't have to anymore. When people go to MarioWiki, they aren't really thinking about Donkey Kong all that much, unless it is a crossover or the rivalry he has with Mario, such as the [[Mario Kart (series)]] or ''[[Donkey Kong (game)]]'' for example. Our representation of Donkey Kong games could be worse than the dedicated wiki. Don't get me wrong, we should still cover games like ''[[Donkey Kong (Game Boy)]]'' and ''Super Smash Bros.'' games, but in a more restricted way. For ''Donkey Kong Country'' games, any nods to the [[Mario (franchise)]], cover that like we do games in [[List of Mario references in video games]] (like [[Cranky's Video Game Heroes]] should be merged with that article). For ''Super Smash Bros.'' games, cover Mario related content only (characters, items, stages, trophies, and anything else like that, so no more [[Ness]] or [[Lip's Stick]] coverage for example). Ultimately, I think that [[MarioWiki:Coverage]] needs to be revised. --{{User:Wildgoosespeeder/sig}} 17:20, 20 March 2017 (EDT)
:It's fine that you think that. Ultimately, we decided to go for more coverage and not less. Should we drop DK yet still include the Wario and Yoshi series? To be consistent with DK, should we create Wario and Yoshi wikis? Well, we actually tried that at one point (Wiki Alliance), and all the new wikis were extremely inactive. As a result, we decided to just cover all those side-series here in one "super" wiki. If we drop Smash, should we drop Mario & Sonic? Again, we just chose to favor more coverage rather than less. SmashWiki does extremely well with their Smash-centric focus - they go way more in-depth than we ever will, and that's great for those really into that scene. Unfortunately DKWiki isn't the most active, but I think that any DK-only, Yoshi-only, or Wario-only site will always just be that way because you're getting into more-niche fanbases. I like the Super Mario Wiki to be one big, active site with broad coverage. I actually think of it as the Super (Mario Wiki), as in a Mario Wiki that is super-sized with broad coverage, rather than the (Super Mario) Wiki. We drew the line at Banjo and Conker, and I think that was the right choice! --{{User:Porplemontage/sig}} 18:12, 20 March 2017 (EDT)
:It's fine that you think that. Ultimately, we decided to go for more coverage and not less. Should we drop DK yet still include the Wario and Yoshi series? To be consistent with DK, should we create Wario and Yoshi wikis? Well, we actually tried that at one point (Wiki Alliance), and all the new wikis were extremely inactive. As a result, we decided to just cover all those side-series here in one "super" wiki. If we drop Smash, should we drop Mario & Sonic? Again, we just chose to favor more coverage rather than less. SmashWiki does extremely well with their Smash-centric focus - they go way more in-depth than we ever will, and that's great for those really into that scene. Unfortunately DKWiki isn't the most active, but I think that any DK-only, Yoshi-only, or Wario-only site will always just be that way because you're getting into more-niche fanbases. I like the Super Mario Wiki to be one big, active site with broad coverage. I actually think of it as the Super (Mario Wiki), as in a Mario Wiki that is super-sized with broad coverage, rather than the (Super Mario) Wiki. We drew the line at Banjo and Conker, and I think that was the right choice! --{{User:Porplemontage/sig}} 18:12, 20 March 2017 (EDT)
::I have thought about [[Yoshi]] and [[Wario]] as it came up in conversation before with other users. What I ultimately think is if the main characters live in [[Mushroom Kingdom]], then we cover it. I don't think that [[Donkey Kong]] and related characters have residence there but rather in [[Donkey Kong Island]]. At most, Donkey Kong and friends are visitors. I have also thought about renaming this wiki to ''Mushroom Kingdom Wiki'' or something like that because think about [[lylatwiki:Main Page|LylatWiki]] for example. Imagine it being called ''FoxWiki'' or ''StarFoxWiki''. [[zeldawiki:Main Page|ZeldaWiki]] should change their name to ''HyruleWiki'', but I'm digressing. Nintendo's flagship franchise is a lot more than just Mario. There is a lot more to it now. [[Mario & Sonic (series)]] is a crossover, much like [[Super Smash Bros. (series)]], and I already expressed how I feel about that series. As for publicity with [[Donkey Kong (franchise)]], it was really popular during the 90s when [[Rareware]] was in charge of that character. Ever since Microsoft's buyout, the series has gone dorment, but has seen a resurgence within the last decade by [[Retro Studios]]. I don't think this game is as niche as you think it is. As for publicity of the fan wiki, I don't know what to do there. --{{User:Wildgoosespeeder/sig}} 18:47, 20 March 2017 (EDT)
::I have thought about [[Yoshi]] and [[Wario]] as it came up in conversation before with other users. What I ultimately think is if the main characters live in [[Mushroom Kingdom]], then we cover it. I don't think that [[Donkey Kong]] and related characters have residence there but rather in [[Donkey Kong Island]]. At most, Donkey Kong and friends are visitors. I have also thought about renaming this wiki to ''Mushroom Kingdom Wiki'' or something like that because think about [[lylatwiki:Main Page|LylatWiki]] for example. Imagine it being called ''FoxWiki'' or ''StarFoxWiki''. [[zeldawiki:Main Page|ZeldaWiki]] should change their name to ''HyruleWiki'', but I'm digressing. Nintendo's flagship franchise is a lot more than just Mario. There is a lot more to it now. [[Mario & Sonic (series)]] is a crossover, much like [[Super Smash Bros. (series)]], and I already expressed how I feel about that series. As for publicity with [[Donkey Kong (franchise)]], it was really popular during the 90s when [[Rareware]] was in charge of that character. Ever since Microsoft's buyout, the series has gone dorment, but has seen a resurgence within the last decade by [[Retro Studios]]. I don't think this game is as niche as you think it is. As for publicity of the fan wiki, I don't know what to do there. --{{User:Wildgoosespeeder/sig}} 18:47, 20 March 2017 (EDT)
Line 531: Line 531:
== Pywikibot Issue ==
== Pywikibot Issue ==


I'm having some trouble getting [[mediawiki.org:Pywikibot|Pywikibot]] to work on MarioWiki. I keep getting an <code>HTTP 301</code>. I think it might be related to MarioWiki now using HTTPS instead of HTTP but not sure. All I am trying to do is get images from [[:Category:Mario and Sonic at the London 2012 Olympic Games Images]] moved to [[:Category:Mario & Sonic at the London 2012 Olympic Games Images]] because the ampersand is the correct title. If you can give me some suggestions what I am doing wrong or you can get your own bot to move the images into the correct category and delete the wrong category, that would be great. It was an error that never got corrected all those years ago, judging by the edit histories. --{{User:Wildgoosespeeder/sig}} 23:06, 3 April 2017 (EDT)
I'm having some trouble getting [[mw:Pywikibot|Pywikibot]] to work on MarioWiki. I keep getting an <code>HTTP 301</code>. I think it might be related to MarioWiki now using HTTPS instead of HTTP but not sure. All I am trying to do is get images from [[:Category:Mario and Sonic at the London 2012 Olympic Games Images]] moved to [[:Category:Mario & Sonic at the London 2012 Olympic Games Images]] because the ampersand is the correct title. If you can give me some suggestions what I am doing wrong or you can get your own bot to move the images into the correct category and delete the wrong category, that would be great. It was an error that never got corrected all those years ago, judging by the edit histories. --{{User:Wildgoosespeeder/sig}} 23:06, 3 April 2017 (EDT)
:Edit family.py and update the protocol method to return 'https'. --{{User:Porplemontage/sig}} 00:01, 4 April 2017 (EDT)
:Edit family.py and update the protocol method to return 'https'. --{{User:Porplemontage/sig}} 00:01, 4 April 2017 (EDT)
::That does the trick but I get an error (but still works fine afterwards as you can see in [[Special:RecentChanges]]):
::That does the trick but I get an error (but still works fine afterwards as you can see in [[Special:RecentChanges]]):
Line 550: Line 550:
WARNING: Waiting 5 seconds before retrying.</code>
WARNING: Waiting 5 seconds before retrying.</code>
::What's odd here to me is that [[SmashWiki:Main Page|*.ssbwiki.com]] is showing up here. --{{User:Wildgoosespeeder/sig}} 00:36, 4 April 2017 (EDT)
::What's odd here to me is that [[SmashWiki:Main Page|*.ssbwiki.com]] is showing up here. --{{User:Wildgoosespeeder/sig}} 00:36, 4 April 2017 (EDT)
:::Still getting this issue. Is it [https://www.porplemontage.com your servers] or is it [[mediawiki.org:Manual:Pywikibot|Pywikibot]]? --{{User:Wildgoosespeeder/sig}} 20:19, 28 April 2017 (EDT)
:::Still getting this issue. Is it [https://www.porplemontage.com your servers] or is it [[mw:Manual:Pywikibot|Pywikibot]]? --{{User:Wildgoosespeeder/sig}} 20:19, 28 April 2017 (EDT)


== Purge Cache ==
== Purge Cache ==
Line 567: Line 567:
== Pywikibot Scan Efficiency ==
== Pywikibot Scan Efficiency ==


Is there any way to have [[mediawiki.org:Manual:Pywikibot|Pywikibot]] increase scan efficiency by scanning [[Special:AllPages]]? My best command is <code><nowiki>pwb.py replace -catr:Main <find> <replace></nowiki></code> and I think it can scan a page multiple times when I only want to scan it once. --{{User:Wildgoosespeeder/sig}} 15:28, 27 April 2017 (EDT)
Is there any way to have [[mw:Manual:Pywikibot|Pywikibot]] increase scan efficiency by scanning [[Special:AllPages]]? My best command is <code><nowiki>pwb.py replace -catr:Main <find> <replace></nowiki></code> and I think it can scan a page multiple times when I only want to scan it once. --{{User:Wildgoosespeeder/sig}} 15:28, 27 April 2017 (EDT)
:I think that <code><nowiki>pwb.py replace -start:! <find> <replace></nowiki></code> is the way to go... --{{User:Wildgoosespeeder/sig}} 16:46, 27 April 2017 (EDT)
:I think that <code><nowiki>pwb.py replace -start:! <find> <replace></nowiki></code> is the way to go... --{{User:Wildgoosespeeder/sig}} 16:46, 27 April 2017 (EDT)


Line 575: Line 575:
== Temporarily Edit a Copyright Template ==
== Temporarily Edit a Copyright Template ==


I know I have three different things I am talking with you but can you do one thing for me? Remember [[User:Porplemontage/talk archive 1101-1200#RE: Images|this]]? I want you to do it for {{tem|soundclip}} and files in [[:Category:Fair use music samples]]. Just that one for now. I'm ready for more. I want to clear that one just for now. --{{User:Wildgoosespeeder/sig}} 23:07, 28 April 2017 (EDT)
I know I have three different things I am talking with you but can you do one thing for me? Remember [[User:Porplemontage/talk archive 1101-1200#RE: Images|this]]? I want you to do it for {{tem|sound-clip}} and files in [[:Category:Fair use music samples]]. Just that one for now. I'm ready for more. I want to clear that one just for now. --{{User:Wildgoosespeeder/sig}} 23:07, 28 April 2017 (EDT)
:I think I am done now. Purge [[Special:UncategorizedFiles]] to see if I missed anything. --{{User:Wildgoosespeeder/sig}} 00:15, 29 April 2017 (EDT)
:I think I am done now. Purge [[Special:UncategorizedFiles]] to see if I missed anything. --{{User:Wildgoosespeeder/sig}} 00:15, 29 April 2017 (EDT)
::OK, that's weird with [[:File:Card SuperRare DonkeyKong.png]]. It's categorized yet shows up there. Also, don't know what to do with the [[Year of Luigi]] one. --{{User:Wildgoosespeeder/sig}} 00:25, 29 April 2017 (EDT)
::OK, that's weird with [[:File:Card SuperRare DonkeyKong.png]]. It's categorized yet shows up there. Also, don't know what to do with the [[Year of Luigi]] one. --{{User:Wildgoosespeeder/sig}} 00:25, 29 April 2017 (EDT)
Line 587: Line 587:
::::Second optional parameter? --{{User:Wildgoosespeeder/sig}} 01:29, 29 April 2017 (EDT)
::::Second optional parameter? --{{User:Wildgoosespeeder/sig}} 01:29, 29 April 2017 (EDT)
:::::I'm going to make it so we can get rid of BoxTop altogether. --{{User:Porplemontage/sig}} 01:43, 29 April 2017 (EDT)
:::::I'm going to make it so we can get rid of BoxTop altogether. --{{User:Porplemontage/sig}} 01:43, 29 April 2017 (EDT)
::::::I was thinking of <nowiki>{{br|navbox=yes}}</nowiki> and modifying {{tem|br}} to use [[mediawiki.org:Help:Extension:ParserFunctions##if|Parser Functions]]. Then we can replace all instances of {{tem|BoxTop}} with <nowiki>{{br|navbox=yes}}</nowiki>. --{{User:Wildgoosespeeder/sig}} 02:08, 29 April 2017 (EDT)
::::::I was thinking of <nowiki>{{br|navbox=yes}}</nowiki> and modifying {{tem|br}} to use [[mw:Help:Extension:ParserFunctions##if|Parser Functions]]. Then we can replace all instances of {{tem|BoxTop}} with <nowiki>{{br|navbox=yes}}</nowiki>. --{{User:Wildgoosespeeder/sig}} 02:08, 29 April 2017 (EDT)
:::::::Please delete all instances of BoxTop. We don't need it any more. --{{User:Porplemontage/sig}} 02:09, 29 April 2017 (EDT)
:::::::Please delete all instances of BoxTop. We don't need it any more. --{{User:Porplemontage/sig}} 02:09, 29 April 2017 (EDT)
::::::::[[Special:WhatLinksHere/Template:BoxTop|That's a tall order]]. I don't have time right now to do that many pages. Use your {{user|PorpleBot}} because that many edits wouldn't be loved by other users here in [[Special:RecentChanges]]. --{{User:Wildgoosespeeder/sig}} 02:13, 29 April 2017 (EDT)
::::::::[[Special:WhatLinksHere/Template:BoxTop|That's a tall order]]. I don't have time right now to do that many pages. Use your {{user|PorpleBot}} because that many edits wouldn't be loved by other users here in [[Special:RecentChanges]]. --{{User:Wildgoosespeeder/sig}} 02:13, 29 April 2017 (EDT)
:::::::::Using the template removal tool [https://www.mariowiki.com/index.php?title=MarioWiki:About&diff=2170220&oldid=2044118 doesn't remove the newline], which is a problem. Would have to use the replace tool and search for "<nowiki>{{BoxTop}}\n</nowiki>", but I can't get it to work. I use the Windows Command Prompt. Do you know how to pass a newline? --{{User:Porplemontage/sig}} 02:26, 29 April 2017 (EDT)
:::::::::Using the template removal tool [https://www.mariowiki.com/index.php?title=MarioWiki:About&diff=2170220&oldid=2044118 doesn't remove the newline], which is a problem. Would have to use the replace tool and search for "<nowiki>{{BoxTop}}\n</nowiki>", but I can't get it to work. I use the Windows Command Prompt. Do you know how to pass a newline? --{{User:Porplemontage/sig}} 02:26, 29 April 2017 (EDT)
::::::::::So [[mediawiki.org:Manual:Pywikibot/template.py|this]] doesn't work? <code>pwb.py template -remove:BoxTop</code> Try \r\n because it detects that string when I copypasta an article's contents into [[Wikipedia:Notepad++|Notepad++]]. If that fails, I was thinking of using the [[mediawiki.org:Manual:Pywikibot/replace.py|replace script]] instead using regexp because I think regexp are capable of backspacing with \b as an escape character. --{{User:Wildgoosespeeder/sig}} 02:34, 29 April 2017 (EDT)
::::::::::So [[mw:Manual:Pywikibot/template.py|this]] doesn't work? <code>pwb.py template -remove:BoxTop</code> Try \r\n because it detects that string when I copypasta an article's contents into [[Wikipedia:Notepad++|Notepad++]]. If that fails, I was thinking of using the [[mw:Manual:Pywikibot/replace.py|replace script]] instead using regexp because I think regexp are capable of backspacing with \b as an escape character. --{{User:Wildgoosespeeder/sig}} 02:34, 29 April 2017 (EDT)
:::::::::::Cool, I ended up just tweaking the template.py remove function. PorpleBot is off to the races! --{{User:Porplemontage/sig}} 02:53, 29 April 2017 (EDT)
:::::::::::Cool, I ended up just tweaking the template.py remove function. PorpleBot is off to the races! --{{User:Porplemontage/sig}} 02:53, 29 April 2017 (EDT)
::::::::::::Yay! I thought my \r\n suggestion did the trick. Better to keep {{tem|br}} and delete {{tem|BoxTop}}. Some pages are still using <code><nowiki><br clear=all></nowiki></code>. Now it's just a matter of spotting unnecessary usage of {{tem|br}}. That's usually if there are no floating CSS elements on the page and it got used instead of just <code><nowiki><br></nowiki></code> or something. --{{User:Wildgoosespeeder/sig}} 02:58, 29 April 2017 (EDT)
::::::::::::Yay! I thought my \r\n suggestion did the trick. Better to keep {{tem|br}} and delete {{tem|BoxTop}}. Some pages are still using <code><nowiki><br clear=all></nowiki></code>. Now it's just a matter of spotting unnecessary usage of {{tem|br}}. That's usually if there are no floating CSS elements on the page and it got used instead of just <code><nowiki><br></nowiki></code> or something. --{{User:Wildgoosespeeder/sig}} 02:58, 29 April 2017 (EDT)
Line 627: Line 627:
:WebM uses either <tt>VP8+Vorbis</tt> or <tt>VP9+Opus</tt>--{{User:Wildgoosespeeder/sig}} 16:18, 8 May 2017 (EDT)
:WebM uses either <tt>VP8+Vorbis</tt> or <tt>VP9+Opus</tt>--{{User:Wildgoosespeeder/sig}} 16:18, 8 May 2017 (EDT)
::Not at this time, likely down the road. --{{User:Porplemontage/sig}} 16:30, 8 May 2017 (EDT)
::Not at this time, likely down the road. --{{User:Porplemontage/sig}} 16:30, 8 May 2017 (EDT)
Not sure if this is related but according to [[Special:Version]], you are using [[mediawiki.org:Extension:OggHandler|OggHandler]], which seems to be deprecated because that page recommends [[mediawiki.org:Extension:TimedMediaHandler|TimedMediaHandler]]. There also seems to be additional features, such as start time, which could be useful. Would updating affect allowed extensions for [[Special:Upload]] or do you have manual control of that regardless of extension? --{{User:Wildgoosespeeder/sig}} 02:18, 5 June 2017 (EDT)
Not sure if this is related but according to [[Special:Version]], you are using [[mw:Extension:OggHandler|OggHandler]], which seems to be deprecated because that page recommends [[mw:Extension:TimedMediaHandler|TimedMediaHandler]]. There also seems to be additional features, such as start time, which could be useful. Would updating affect allowed extensions for [[Special:Upload]] or do you have manual control of that regardless of extension? --{{User:Wildgoosespeeder/sig}} 02:18, 5 June 2017 (EDT)
:I tested that extension and had issues with it, so we  kept OggHandler. Will try again after next major version upgrade. --{{User:Porplemontage/sig}} 02:27, 5 June 2017 (EDT)
:I tested that extension and had issues with it, so we  kept OggHandler. Will try again after next major version upgrade. --{{User:Porplemontage/sig}} 02:27, 5 June 2017 (EDT)
::The current version is {{CURRENTVERSION}}, which should be compatible because the newer extension requires at least 1.23, unless there is some sort of conflict with other installed extensions. --{{User:Wildgoosespeeder/sig}} 03:00, 5 June 2017 (EDT)
::The current version is {{CURRENTVERSION}}, which should be compatible because the newer extension requires at least 1.23, unless there is some sort of conflict with other installed extensions. --{{User:Wildgoosespeeder/sig}} 03:00, 5 June 2017 (EDT)
Line 635: Line 635:
To make [[MarioWiki:Article size]] easier to follow, is there any MediaWiki extension or option built-in that can tell us, during editing, how many characters the article will have before saving the changes? I know there is edit history, but I am talking about a simple JavaScript script that can, on text change, update the character count of the edit box? Section edits are a different story though. That's why I hope to have the counter add the rest of the page character count to the section character count total as well. --{{User:Wildgoosespeeder/sig}} 18:21, 16 May 2017 (EDT)
To make [[MarioWiki:Article size]] easier to follow, is there any MediaWiki extension or option built-in that can tell us, during editing, how many characters the article will have before saving the changes? I know there is edit history, but I am talking about a simple JavaScript script that can, on text change, update the character count of the edit box? Section edits are a different story though. That's why I hope to have the counter add the rest of the page character count to the section character count total as well. --{{User:Wildgoosespeeder/sig}} 18:21, 16 May 2017 (EDT)
----
----
Related [[mediawiki.org:Help:Magic words#Parser functions|Magic Word]]:
Related [[mw:Help:Magic words#Parser functions|Magic Word]]:
{{PAGESIZE:{{FULLPAGENAME}}|R}}
{{PAGESIZE:{{FULLPAGENAME}}|R}}
:[[MarioWiki:Article size]] is enforced for pages already saved. Feel free to add something to your personal JS. --{{User:Porplemontage/sig}} 18:48, 16 May 2017 (EDT)
:[[MarioWiki:Article size]] is enforced for pages already saved. Feel free to add something to your personal JS. --{{User:Porplemontage/sig}} 18:48, 16 May 2017 (EDT)
Line 683: Line 683:
== Hard Link Vs. Magic Word ==
== Hard Link Vs. Magic Word ==


Use <code><nowiki>{{plain link|[{{fullurl:Special:Log/move/Porplemontage|limit=74}} See here]}}</nowiki></code> for [[MediaWiki:Sitenotice]]. It's neater, thanks to [[mediawiki.org:Help:Magic words#URL data|Magic Words]]. It produces <code>{{plain link|[{{fullurl:Special:Log/move/Porplemontage|limit=74}} See here]}}</code>. Also, [[Special:Log/move/Porplemontage]] is short-hand and works, but I don't think you can do [[Special:Log/move/Porplemontage/74]], so the Magic Word assists. I think the short-hand is limited to the type of log and user who performed the action. --{{User:Wildgoosespeeder/sig}} 16:52, 4 June 2017 (EDT)
Use <code><nowiki>{{plain link|[{{fullurl:Special:Log/move/Porplemontage|limit=74}} See here]}}</nowiki></code> for [[MediaWiki:Sitenotice]]. It's neater, thanks to [[mw:Help:Magic words#URL data|Magic Words]]. It produces <code>{{plain link|[{{fullurl:Special:Log/move/Porplemontage|limit=74}} See here]}}</code>. Also, [[Special:Log/move/Porplemontage]] is short-hand and works, but I don't think you can do [[Special:Log/move/Porplemontage/74]], so the Magic Word assists. I think the short-hand is limited to the type of log and user who performed the action. --{{User:Wildgoosespeeder/sig}} 16:52, 4 June 2017 (EDT)


== Proposal ==
== Proposal ==
Line 739: Line 739:
== Protect ==
== Protect ==


Hi, could you please protect [[MarioWiki:Admin noticeboard/Header]] if {{User|L151}} doesn't beat you to it? Thanks! {{User:Toadette the Achiever/sig}} 17:16, 22 July 2017 (EDT)
Hi, could you please protect [[MarioWiki:Staff noticeboard/Header]] if {{User|L151}} doesn't beat you to it? Thanks! {{User:Toadette the Achiever/sig}} 17:16, 22 July 2017 (EDT)


== Identifier discussion (again) ==
== Identifier discussion (again) ==
Line 769: Line 769:
*{{tem|Thwomp}} --> {{tem|Thwomps}}
*{{tem|Thwomp}} --> {{tem|Thwomps}}
{{User:Time Turner/sig}} 18:26, 8 August 2017 (EDT)
{{User:Time Turner/sig}} 18:26, 8 August 2017 (EDT)
Pardon me, but there's another passed proposal that involves changing a swath of template names. Could you use the bot again to make the changes?
*{{tem|DKC:TF}} --> {{tem|DKCTF}}
*{{tem|DK:KOS}} --> {{tem|DKKOS}}
*{{tem|ML:BIS}} --> {{tem|MLBIS}}
*{{tem|ML:DT}} --> {{tem|MLDT}}
*{{tem|ML:PIT}} --> {{tem|MLDT}}
*{{tem|ML:PJ}} --> {{tem|MLPJ}}
*{{tem|ML:SS}} --> {{tem|MLSS}}
*{{tem|MP:IT}} --> {{tem|MPIT}}
*{{tem|MP:SR}} --> {{tem|MPSR}}
*{{tem|MADK:MOTM}} --> {{tem|MADKMOTM}}
*{{tem|MVDK:MLM}} --> {{tem|MVDKMLM}}
*{{tem|MVDK:MMA}} --> {{tem|MVDKMMA}}
*{{tem|MVDK:TS}} --> {{tem|MVDKTS}}
{{User:Time Turner/sig}} 15:30, 9 October 2017 (EDT)


== Category Change - Calling a Bot ==
== Category Change - Calling a Bot ==
Line 791: Line 808:
;<code><nowiki>{{}}</nowiki></code>
;<code><nowiki>{{}}</nowiki></code>
*{{tem|see also}} - Transclusion
*{{tem|see also}} - Transclusion
*<nowiki>{{FULLPAGENAME}}</nowiki> - [[mediawiki.org:Help:Magic words|Magic Words]]
*<nowiki>{{FULLPAGENAME}}</nowiki> - [[mw:Help:Magic words|Magic Words]]


What do you think? --{{User:Wildgoosespeeder/sig}} 15:16, 19 August 2017 (EDT)
What do you think? --{{User:Wildgoosespeeder/sig}} 15:16, 19 August 2017 (EDT)
Line 798: Line 815:
== Flag Category ==
== Flag Category ==


I noticed we have [[:Category:Flags]]. That's kind of odd to me. Would replacing the category with {{tem|template-image}} and/or {{tem|mariowiki-image}} be better, or would leaving the category alone and inserting the template(s) only be acceptable? Why template image? They are used in {{tem|released}}. --{{User:Wildgoosespeeder/sig}} 23:56, 1 September 2017 (EDT)
I noticed we have [[:Category:Flags]]. That's kind of odd to me. Would replacing the category with {{tem|template-image}} and/or {{tem|mariowiki-image}} be better, or would leaving the category alone and inserting the template(s) only be acceptable? Why template image? They are used in {{tem|release}}. --{{User:Wildgoosespeeder/sig}} 23:56, 1 September 2017 (EDT)
:I like that category. --{{User:Porplemontage/sig}} 23:38, 14 September 2017 (EDT)
:I like that category. --{{User:Porplemontage/sig}} 23:38, 14 September 2017 (EDT)


Line 806: Line 823:
:Sure. --{{User:Porplemontage/sig}} 23:38, 14 September 2017 (EDT)
:Sure. --{{User:Porplemontage/sig}} 23:38, 14 September 2017 (EDT)
::Be sure to update the drop-down for [[Special:Upload]]. --{{User:Wildgoosespeeder/sig}} 23:40, 14 September 2017 (EDT)
::Be sure to update the drop-down for [[Special:Upload]]. --{{User:Wildgoosespeeder/sig}} 23:40, 14 September 2017 (EDT)
:::Doesn't {{tem|promophoto}} work? That's what I used for the cards on the [[Platinum Playing Cards: Official Club Nintendo Collection]]. {{User:Alex95/sig}} 23:41, 14 September 2017 (EDT)
:::Doesn't {{tem|photo}} work? That's what I used for the cards on the [[Platinum Playing Cards: Official Club Nintendo Collection]]. {{User:Alex95/sig}} 23:41, 14 September 2017 (EDT)
::::I think that copyright tag applies to images harvested from Amazon or something. The cards themselves are scans. That's for {{BASEPAGENAME}} to decide. I'll hold off changing the tags until this is cleared up. --{{User:Wildgoosespeeder/sig}} 23:46, 14 September 2017 (EDT)
::::I think that copyright tag applies to images harvested from Amazon or something. The cards themselves are scans. That's for {{BASEPAGENAME}} to decide. I'll hold off changing the tags until this is cleared up. --{{User:Wildgoosespeeder/sig}} 23:46, 14 September 2017 (EDT)
:::::I see promo photo used for a lot of merchandise incorrectly. It's really for official images released to promote a product. If you just take a photo of a product, it's not a promo photo. Maybe there should be some kind of generic merchandise tag as well. --{{User:Porplemontage/sig}} 00:36, 15 September 2017 (EDT)
:::::I see promo photo used for a lot of merchandise incorrectly. It's really for official images released to promote a product. If you just take a photo of a product, it's not a promo photo. Maybe there should be some kind of generic merchandise tag as well. --{{User:Porplemontage/sig}} 00:36, 15 September 2017 (EDT)
Line 838: Line 855:
== Main page link ==
== Main page link ==


Would it be acceptable to remove the link to the [[Main Page]] under "navigation" in the sidebar? It seems redundant to have it there while also having the much-larger link on the image in the top-left. [[forum:29237.msg1966699|Shokora]] on the forum also suggested linking to the [[MarioWiki:Sandbox|Sandbox]] under "tools" in its place. {{User:Time Turner/sig}} 13:52, 27 September 2017 (EDT)
Would it be acceptable to remove the link to the [[Main Page]] under "navigation" in the sidebar? It seems redundant to have it there while also having the much-larger link on the image in the top-left. [[mb:posts/1966699|Shokora]] on the forum also suggested linking to the [[MarioWiki:Sandbox|Sandbox]] under "tools" in its place. {{User:Time Turner/sig}} 13:52, 27 September 2017 (EDT)
:I like how it is! --{{User:Porplemontage/sig}} 20:50, 1 October 2017 (EDT)


== Username ==
== Username ==


There,s not [[Special:Contributions/MediaWiki default]] but it say,s it,s not valid user-name ?<br>[[Special:Contributions/83.28.6.202|83.28.6.202]]
There,s not [[Special:Contributions/MediaWiki default]] but it say,s it,s not valid user-name ?<br>[[Special:Contributions/83.28.6.202|83.28.6.202]]
:That name wasn't meant for you. --{{User:Porplemontage/sig}} 20:50, 1 October 2017 (EDT)


== Wait... ==
== Wait... ==


You were the guy to send the e-mail used for Homestar Runner's sbemail "montage"? I read over at the Homestar Wiki you supposedly did it. '''''[[User:Camwood777|<font color="red">~Camwood777</font>]]''' [[User talk:Camwood777|<font color="red">(talk)</font>]]'' 15:15, 29 September 2017 (EDT)
You were the guy to send the e-mail used for Homestar Runner's sbemail "montage"? I read over at the Homestar Wiki you supposedly did it. '''''[[User:Camwood777|<font color="red">~Camwood777</font>]]''' [[User talk:Camwood777|<font color="red">(talk)</font>]]'' 15:15, 29 September 2017 (EDT)
:That's me! --{{User:Porplemontage/sig}} 20:50, 1 October 2017 (EDT)
== Hello ==
Hello, how are you doing? I hope you're having a nice day. {{User:Skuchi037/sig}} 17:02, 8 October 2017 (EDT)
== Colons ==
Hi, when the navigation templates with colons are moved (see [[MarioWiki:Proposals/Archive 48#Colons in navigation templates|this proposal]]), would you mind running the bot to change every instance of each template to the variant without the colons? Thanks! {{User:Toadette the Achiever/sig}} 15:26, 9 October 2017 (EDT)
:I was just gonna ask the same thing. I just moved them so it would be awesome for your bot to do that. Thank you! :) {{User:LuigiMaster123/sig}} 04:26, 10 October 2017 (EDT)
::Somehow the bot missed [[Template:MADK:MOTM]]. Will it eventually get to that? {{User:Toadette the Achiever/sig}} 00:10, 11 October 2017 (EDT)
:::Sorry to be a bother, but I think your bot missed these templates:
*[[Template:ML:PJ Levels]]
*[[Template:MP:IT Minigames]]
*[[Template:MP:SR Levels]]
*[[Template:MP:SR Minigames]]
*[[Template:MVDK:MOTM]]
Thanks for doing this, by the way. It saved me a lot of time. :) {{User:LuigiMaster123/sig}} 02:24, 11 October 2017 (EDT)
== Another Template ==
[[:File:World 5-1 SMB3.png]] doesn't fit any copyright tag. How about {{tem|game-map}}? There are more uploads of this nature. Start with [[World 1-1 (Super Mario Bros.)]]. --{{User:Wildgoosespeeder/sig}} 17:04, 12 October 2017 (EDT)
:Still thinking about it? --{{User:Wildgoosespeeder/sig}} 18:53, 15 October 2017 (EDT)
::You can create it and tag the appropriate images if you want. --{{User:Porplemontage/sig}} 19:17, 15 October 2017 (EDT)
:::Time to update [[MediaWiki:Licenses]] because I just created the template. --{{User:Wildgoosespeeder/sig}} 20:02, 19 October 2017 (EDT)
== Independence ==
Hello, I would like to know if you would agree that the French Mario wiki (link: fr.mario.wikia.com) face part of Porplemontage Enterprises?
We are currently hosted by FANDOM powered by Wikia with an incompetent staff and we would like to become independent in order to have more freedoms.
If you agree, I would conduct a survey on the French Mario wiki so that all admins can give their opinion.
Thank you in advance.
(Sorry if you have trouble understanding me, I'm French and I'm learning English only since 2015)
[[User:Pingas]], 14 October 2017
:Hi there! Unfortunately, I only host English wikis. But if you are able to acquire independent hosting, I'm sure we'd be happy to have you as members of the [[MarioWiki:Mushroom World Encyclopedia|Mushroom World Encyclopedia]]. --{{User:Porplemontage/sig}} 19:17, 15 October 2017 (EDT)
== Bot Work Needed ==
I plan to make the enemy templates, and to an extent the bestiary templates, all follow the same naming schematic and be more in line with the bestiary templates. I need every instance of these templates changed to the ones on the right, including the page names if possible.
*Smrpgenemy -> SMRPG enemy
*MLinfobox -> MLSS enemy
*Pitenemy -> MLPIT enemy
*Bisenemy -> MLBIS enemy
*Dtenemy -> MLDT enemy
*Pjenemy -> MLPJ enemy
*Mlssbm -> MLSSBM enemy
*Pmenemy -> PM enemy
*Pm2enemy -> PMTTYD enemy
*SPM enemy -> SPM enemy
*Pmssenemy -> PMSS enemy
*Pmcsenemy -> PMCS enemy
*Mrkbenemy -> MRKB enemy
*BISbestiary -> MLBISbestiary
*DTbestiary -> MLDTbestiary
*PJbestiary -> MLPJbestiary
*PM2bestiary -> PMTTYDbestiary
--{{User:Eldritchdraaks/sig}} 18:29, 20 October 2017 (EDT)
:Um, shouldn't that be "PMT''T''YDenemy" and "PMT''T''YDbestiary?" [[User:Doc von Schmeltwick|Doc von Schmeltwick]] ([[User talk:Doc von Schmeltwick|talk]]) 18:32, 20 October 2017 (EDT)
::No. Leaving out the "The" just like how it's "ML" instead of "MAL" or "M&L".--{{User:Eldritchdraaks/sig}} 18:38, 20 October 2017 (EDT)
::Actually you're probably right. It would be better that way.--{{User:Eldritchdraaks/sig}} 18:42, 20 October 2017 (EDT)
:::On second thought, this probably isn't even necessary. I misjudged the work required, and as it turns out, this is much easier to do manually than I thought. my bad.--{{User:Eldritchdraaks/sig}} 15:52, 23 October 2017 (EDT)
== Luigi series? ==
Luigi has had a number of games, yet he doesn't have a series page. Does he need one or is it not technically a "series". I'm sorry if I bothered you, but I felt I should go straight to the top for clarification. [[User:Chat Man|Chat Man]] ([[User talk:Chat Man|talk]]) 21:12, 22 October 2017 (EDT)
== [[MarioWiki:New articles|New articles]] policy crisis ==
I'm curious as to your thoughts on the discussion [[Template talk:SMO Levels|here]]. {{User:Toadette the Achiever/sig}} 17:58, 30 October 2017 (EDT)
:The goal should be an article for each moon. Your draft is the right idea. --{{User:Porplemontage/sig}} 21:21, 30 October 2017 (EDT)
::Couldn't this matter be made a proposal?--{{User:Eldritchdraaks/sig}} 21:27, 30 October 2017 (EDT)
:::I'm not so sure about that now, since Steve has authority and he ''clearly'' said that Power Moons are no exception to the New Articles policy. {{User:Toadette the Achiever/sig}} 21:33, 30 October 2017 (EDT)
::::I don't mean to be rude, but I was addressing Steve.--{{User:Eldritchdraaks/sig}} 21:35, 30 October 2017 (EDT)
:::::I'm not sure anyone but Toadette agrees with me, so I know your view would win the proposal. But a goal of the wiki is an article for all named things, and the moons have names. So that is the ultimate goal. Maybe we start out with tables and don't worry about splitting every single moon right away, and it takes a long time, whatever. But it's the ultimate thing to keep in the back of our minds. --{{User:Porplemontage/sig}} 22:11, 30 October 2017 (EDT)
:For the trial, I'm going to keep the articles for ten Power Moons, and consolidate the rest, over the span of two weeks. I have a few more questions before putting it into action:
:*Is there any way to check on the page views from IP addresses from certain pages? That's what I'm trying to make a point of. See [https://tools.wmflabs.org/pageviews/?project=en.wikipedia.org&platform=all-access&agent=user&range=latest-20&pages=Cat|Dog this page] for more info.
:*Is it possible to do a similar yet different trial including ''[[Donkey Kong 64]]''&apos;s [[Golden Banana]]s? Sure, they're unnamed, but I think I can come up with a conjectural naming scheme for them (like {{fake link|Gloomy Galleon Golden Banana 13}}).
:You might want to answer these as soon as possible. {{User:Toadette the Achiever/sig}} 17:34, 31 October 2017 (EDT)
::No no, redirect them to the kingdom page. Tables first. No golden bananas. We don't track pages like that, maybe in my Google analytics --{{User:Porplemontage/sig}} 17:40, 31 October 2017 (EDT)
:::Okay, just checking. {{User:Toadette the Achiever/sig}} 17:43, 31 October 2017 (EDT)
::::By the way, I'm drafting a proposal [[User:Toadette the Achiever/Give the Power Moons and Multi Moons their own dedicated articles|here]] '''which I will open once all of the tables are completed'''. Nonetheless, feel free to read it and suggest improvements that you would want to see made, if any. {{User:Toadette the Achiever/sig}} 21:40, 31 October 2017 (EDT)
== Template:SMO Moons ==
Hi, would you mind moving that template to my userspace instead? Thanks! {{User:Toadette the Achiever/sig}} 16:29, 2 November 2017 (EDT)
:Ok. For clarity on what is happening, see [[Template talk:SMO Levels|here]]. We're doing mission articles. The moon articles issue hasn't changed, those are still being put in tables and we will revisit once complete, but I'm deleting the categories and things since they are not being implemented at this time. --{{User:Porplemontage/sig}} 16:37, 2 November 2017 (EDT)
::That's why I requested it to be in my userspace. <small>P.S.: Time to archive...?</small> {{User:Toadette the Achiever/sig}} 16:49, 2 November 2017 (EDT)