Minecraft Wiki
Advertisement

User talk:Majr/Archive 12/header

Restrictions to Landscape on Demo Mode page

On the Demo Mode page you removed the list of restrictions because "This is not a forum; readers don't care." I fear that without those set of rules the section will expand again and flood the page.

What I want to know is, Do the rules still apply to that section? Meaning, can I just repost the rules to the Talk Section of that page or can people just post any old landmark again? 142.197.88.106 00:42, 6 September 2013 (UTC)

The rules are still there. They're just only visible to editors, which are the only ones that care about editing rules. ultradude25 – 00:48, 6 September 2013 (UTC)
I see. Thank you for clearing that up. Oh, and just a sidenote, for me this section shows up on the front of your Talk rather than one of the archives. If that's the case then I apologize for this accidental vandalism.142.197.88.106 00:53, 6 September 2013 (UTC)
Why would a current topic be archived? ultradude25 – 02:07, 6 September 2013 (UTC)

MC-PlotMapper

Thanks for moving my page to the right category. MC-PlotMapper is a program I am creating :D Majora Unmasked 06:52, 11 September 2013 (UTC)

Moved from User talk:Kanegasi

Is it possible to, in .js or .css (I know what they stand for, I like to abbreviate) page, to create a dropdown list beside where your Userpage, Talk, Preferences, Watchlist, Contribs, and Log out are? I'm trying to make a dropdown list of pages I frequent. Meeples10 Talk
Contribs
Edits
15:36, 24 August 2013 (UTC)

Another question: Why is the first revision of my userpage patrolled? user:Meeples10 talk ~ contribs 23:39, 24 August 2013 (UTC)
New pages are usually patrolled to say that they have been checked by another user as to whether the page is ok or not. Also, your css won't work unless it is at User:Meeples10/common.css. -- t numbermaniac c 03:15, 25 August 2013 (UTC)
I know my css won't work unless I move it. Read the move description. If I want to use it, I will move it back to User:Meeples10/common.css. user:Meeples10 talk ~ contribs 11:15, 25 August 2013 (UTC)
Anyway, I'm also curious about the dropdown thing. Wonder if it has something to do with that document.getElementByID thing... -- t numbermaniac c 21:51, 25 August 2013 (UTC)
I just want a dropdown list of pages I frequent. Meeples10 t ~ c 22:42, 25 August 2013 (UTC)
Kanegasi, please reply. Meeples10 t ~ c 01:41, 2 September 2013 (UTC)
Kanegasi hasn't edited since June/July... -- t numbermaniac c 02:04, 2 September 2013 (UTC)
Oh... I guess I'll {{inactive}} to the page then. Meeples10 t ~ c 15:34, 2 September 2013 (UTC)

Could you tell me how to do this, ultradude? Meeples10(T|C) 01:58, 15 September 2013 (UTC)

You can add any element to any other element using .append() and .prepend(). Then you need to listen for the change event and use the selected option as the page name.
var pages = [
    'Page 1',
    'Page 2'
];
$( '#p-personal > ul' ).prepend( [
    '<li><select>',
        '<option style="display:none">Favourite pages</option>',
        '<option>' + pages.join( '</option><option>' ) + '</option>',
    '</select></li>'
].join() );

$( '#p-personal select' ).change( function() {
    window.location = '/wiki/' + this.value;
} );
ultradude25 – 02:51, 15 September 2013 (UTC)
Thanks! Meeples10t ~ c 10:25, 15 September 2013 (UTC)
Question 2: where is it? Meeples10t ~ c 10:33, 15 September 2013 (UTC)
Nevermind, it appeared halfway through me typing this sentence. Meeples10t ~ c 10:34, 15 September 2013 (UTC)
It works, hallelujah! Meeples10t ~ c 10:37, 15 September 2013 (UTC)
Does this work on the new design? -- t numbermaniac c 05:22, 23 September 2013 (UTC)
No. #p-personal doesn't exist any more, it's all in the netbar now. Matt – 14:08, 23 September 2013 (UTC)

Mods/portal gun not listed!

I'm just wondering why Mods/portal gun is not listed in the search bar or categories. I have been, and still am, working on the page, and deem it not a stub anymore. Can you please fix this? Blueninja66 18:28, 15 September 2013 (UTC)

The page has a capital P. Type Mods/Po into the searchbox and it appears. -- t numbermaniac c 21:51, 15 September 2013 (UTC)

ok thanks that is the problem for sure. is there any way that it will come up in lower-case? 96.39.200.212 15:14, 3 October 2013 (UTC)

File:BlockCSS Positions.png

WE need more numbers on File:BlockCSS Positions.png, the new flowers don't have numbers.--007a83 (Talk|Contribs) 23:13, 15 September 2013 (UTC)

 Done Fixed. -- TheWombatGuru t | c NL Admin 01:06, 16 September 2013 (UTC)

Oh my... Ultradude25 no more?

The migration seems to have altered your name... are you going to stick with the realname? --MentalMouse42 (talk) 12:22, 21 September 2013 (UTC)

As intended. I created a new Curse account and email address specifically to use this name. Matt – 12:25, 21 September 2013 (UTC)

Minecraft Survival Guide

Last time I put the MSG together, the admins had me move it to tutorials. It WILL be a tutorials project in the future, but I need contributors before I can do it. So why did you delete it? - Exhelah · Grid Book and Quill Grid Diamond Pickaxe · Grid Grass Block · 16:29, 21 September 2013 (UTC)

That was not the MSG. It was the project page for it. Matt – 16:41, 21 September 2013 (UTC)

Renders

Is there any way you could make renders of structures? And maybe a structures template to go along with them? Thanks. Lennbot (talk) 17:18, 21 September 2013 (UTC)

You mean structures like the Huge Mushrooms? That's doable, but time-consuming since it's done manually. You'd be better off asking Barracuda to make isometric screenshots of the structures. As for the template, do you mean an infobox for structure pages? What info would be needed for those? Matt – 18:28, 21 September 2013 (UTC)
Barracuda already made isometric screenshots/renders of several structures (Jungle Temple, Desert Temple, Witch Hut, Stronghold portal room). Template:Structure also exists, though it isn't used anywhere. -- Orthotopetalk 18:49, 21 September 2013 (UTC)
Would it be okay if I put them on their pages? Lennbot (talk) 08:55, 22 September 2013 (UTC)
Might as well. While it only has a single piece of information, perhaps if it's actually used people will come up with other things that could be put in it. Matt – 10:57, 22 September 2013 (UTC)
It seems to have worked! TheWombatGuru has already added "First Appearance". Now I should start putting the versions in... Lennbot (talk) 17:21, 22 September 2013 (UTC)

CSS issue

Hey, on the Chinese wiki the switch between Chinese variation tab(between the 'share' tab and 'talk' button) does not render correctly by itself and when you hover over it, can you help us fix that?—Powup333 ZH Admin 13:31, 22 September 2013 (UTC)

 Done. Update your CSS. Matt – 13:41, 22 September 2013 (UTC)
That was fast. Thanks! Also, strangely enough, whenever you try to 'show preview' on the Version History page you can scroll all the way down pass the whole page.(This applies to English wiki as well.)—Powup333 ZH Admin 13:44, 22 September 2013 (UTC)
Pass the whole page? Can you get a screenshot? Matt – 13:47, 22 September 2013 (UTC)
never mind, I think you fixed it along with the tab issue.—Powup333 ZH Admin 13:54, 22 September 2013 (UTC)

RE: Mass deletion

Could you categorise all my pages and images that haven't been marked for deletion in the Category:User ArrranWeeviling? Grid Cakebomb Arrran Weeviling Grid Cakebomb 14:00, 22 September 2013 (UTC)

File:Mojang logo.svg

Why does it say the uploader here is ultradude25452?? -- t numbermaniac c 05:32, 23 September 2013 (UTC)

Ask Curse. Matt – 14:08, 23 September 2013 (UTC)

common.js

Just wondering if the "window.mcw = {};" in the MediaWiki:Common.js is intended or if it actually should be "mcw = {};" because the "window." isn't used anymore at all. --eagle3000 (D ~ B) 17:38, 23 September 2013 (UTC)

All global variables are placed in the window object, thus manually adding a variable to the window object is how you force a global variable. If you used mcw = {}, you create an implicit global which may or may not be a global variable, depending on how it feels today. Matt – 17:43, 23 September 2013 (UTC)
Okay, thanks ;) --eagle3000 (D ~ B) 17:45, 23 September 2013 (UTC)
You might want to update the "maintainer" for collapsible tables to your new username... -- t numbermaniac c 00:28, 24 September 2013 (UTC)

IRC?

Come talk to me as soon as possible. -- Wynthyst User Wynthyst sig icon talk 17:05, 24 September 2013 (UTC)

Just wondering....

Okay,i saw that you undid my edits on the Ender Dragon page. Any explanation why? Just wondering. –Preceding unsigned comment was added by RiokuTheSlayer (talkcontribs) 02:20, 5 October 2013‎ (UTC). Please sign your posts with ~~~~

I said why. You're using mods. Matt ⎜ 02:25, 5 October 2013 (UTC)
Well,yes,but It's there without mods. I didn't have mods at first,then I added optifine to get a better look.(Well,I actually switched to my modpack,but still) --RiokuTheSlayer (talk) 02:28, 5 October 2013 (UTC)
Screenshots should never contain mods. Even if you know it's something that happens without mods, having the mods there invalidates it. Matt ⎜ 02:30, 5 October 2013 (UTC)
Guess there's no chance of getting it back up then? Sucks. -_- -RiokuTheSlayer (talk) 02:32, 5 October 2013 (UTC)
Can't you just take a screenshot without the mods? -- t numbermaniac c 07:56, 5 October 2013 (UTC)

"share" button untranslated

Hi Matt, is there a way to translate the "Share" button on the others wikis ? (e.g. via common.js) Thanks. — Itouchmasterpro d c 13:55, 6 October 2013 (UTC)

fr:MediaWiki:Sharing --eagle3000 (D ~ B) 14:07, 6 October 2013 (UTC)
Mediawiki:Sharing. There's a whole bunch of new messages added for pretty much all the new things, including text on the curse login page. The German wiki has already translated a bunch of them, check their messages list. Matt ⎜ 14:12, 6 October 2013 (UTC)
Thank you very much, I only tried the "Share" page ^^ — Itouchmasterpro d c 14:14, 6 October 2013 (UTC)

About the editing toolbar

Since the migration of the site and the mediawiki gets updated, it seems that the editing toolbar seems a bit unstable. As far as I know, in the Chinese wiki the toolbar sometimes uses the new versions, sometimes the old one shows up, and sometimes no toolbar shows up at all. Can this problem be solved? P.S. the "drop file here and upload it" function does not seem to work at all? —Powup333 ZH Admin 19:42, 10 October 2013 (UTC)

Have you tried clearing your cache? -- t numbermaniac c 20:32, 10 October 2013 (UTC)
Advertisement