User talk:NXTBoy: Difference between revisions
>NXTBoy |
>NXTBoy |
||
Line 209: | Line 209: | ||
:Of a single line, or the whole box? {{User:NXTBoy/sig|date=19:02, 2 August 2011 (UTC)}} | :Of a single line, or the whole box? {{User:NXTBoy/sig|date=19:02, 2 August 2011 (UTC)}} | ||
::I would presume a single line. Also, @NXTBoy, on your currency exchange, why don't you remove the times when the currency exchange drops to 0. I don't think those are exploitable.{{User:Quenty/sig|date=August 3}} | ::I would presume a single line. Also, @NXTBoy, on your currency exchange, why don't you remove the times when the currency exchange drops to 0. I don't think those are exploitable.{{User:Quenty/sig|date=August 3}} | ||
:::I think I made [[Template: | :::I think I made [[Template:LineHighlight]] for that a while back. | ||
Here is some code | |||
{{LineHighlight|Watch out!}} | |||
How exciting | |||
:::I don't really know what's causing those drops to 0. Have you ever actually seen it drop to 0? {{User:NXTBoy/sig|date=19:17, 3 August 2011 (UTC)}} |
Revision as of 19:19, 3 August 2011
Welcomes
Welcome to the team. ^_^ --Blocco|Userpage-Talkpage 21:23, 21 May 2010 (UTC)
- Thanks. I'll have a crack at the templates in a day or two
Welcome NXTBoy. --Camoy
Welcome to the Wiki! Don't hesitate to send a message my way if you have a question! :) --Gordonrox24 | Talk 22:09, 21 May 2010 (UTC)
Wiki templates
Hey, I can't find any documentation on creating wiki templates. Any help, please? --Mattchewy (Profile | Talk) 00:04, 12 July 2010 (UTC)
- Have a look on the MediaWiki site. There are some good tutorials there. Main problem I'm experiencing at the moment is that MrDoomBringer hasn't installed enough plugins. So no conditional templates at the moment. Have a look at the source code for my signature for an example template.
Signature
I also saw that you created a cool template for your signature. One of the cool features of a Wiki is auto signature. At the top left hand side of your screen, you will see a set of links. If you click on the "My preferences" tab and scroll down, you can enter a custom signature. With the "Raw signature" box checked, you can enter this code that I fixed up for you. I just removed the date part, as the software will add the date for you.
- <small style="font-size: 75%; line-height: 1.33">— [[User:NXTBoy|NXTBoy]] ([[User talk:NXTBoy|talk]] • [[Special:Contributions/NXTBoy|contribs]])</small>
- So if you paste that into the bar you will, your new signature will look like this:
- Now, when leaving somebody a message, or posting on your talk page, all you will need to do is write four tildes like this ~~~~ and your signature will appear. Much easier than pasting your template in every time. Hope that helps!--Gordonrox24 | Talk 22:20, 21 May 2010 (UTC)
- At the moment, I just type three tildes(~~~), and that inserts my template with the current date. That means that If I change my sig, it'll update site-wide.
- That, is very smart!--Gordonrox24 | Talk 18:21, 23 May 2010 (UTC)
- At the moment, I just type three tildes(~~~), and that inserts my template with the current date. That means that If I change my sig, it'll update site-wide.
- I'm having problems with my signature. When I post ~~~, it doesn't auto-adjust to under my name. Like this:
- I can go back and edit the page to make it under my name, though that's really irritating. Do you have a suggestion?
-
- Put the signature on the same line, rather than the one below? Might be due to a line break at the start of your signature template.
RobloxOverflow
Topic continued from userpage:
Have a look at my proposal for a StackOverflow style site for Roblox here! started by NXTBoy
- What, kind of like this? (Don't spread it.) ---Mr Doom Bringer 19:20, 7 June 2010 (UTC)
- I won't spread it, but since when was that made? --Blocco|Userpage-Talkpage 19:44, 7 June 2010 (UTC)
- Long time ago, you can see the dates that they've been posted. We have plans for that that I can't reveal, just letting you know before you go crazy with building a copycat system that we won't be able to use --Mr Doom Bringer 00:05, 8 June 2010 (UTC)
- I'm not building a copycat system: said "Copy-cat" system is being given out for free. In many ways, StackExchange seems better than that, at least on the asking questions front. It has source-code highlighting too, which at the moment, your site seems not to. Although that site does allow things other than questions...
- Also, it seems your site doesn't allow users to answer questions, only Roblox admins. Obviously, you'll get a much faster response if the entire usergroup can answer
- Could you reveal why you wouldn't be able to use the StackExchange system?
- MrDoom, you do know that in releasing community, you would be opening the floodgates to spam and off topic. Then nothing would ever get answered there. I think that it should be left a bit hidden. --Camoy 10:37, 9 June 2010 (UTC)
- It looks like there's a built-in anti-spam rating system to remove off-topic posts. I think that'd work better than the current forum system. --GoldenUrg 02:07, 10 June 2010 (UTC)
- MrDoom, you do know that in releasing community, you would be opening the floodgates to spam and off topic. Then nothing would ever get answered there. I think that it should be left a bit hidden. --Camoy 10:37, 9 June 2010 (UTC)
CSS
Tossed in your edits, I'll make the changes to the templates. The sizing you have may need some tweaking to work properly. ---Mr Doom Bringer 20:31, 18 July 2010 (UTC)
- Meh, never mind. Go ahead and do what you want to, don't be afraid to use the rollback button if the site explodes. ---User:Mr Doom Bringer (Talk) 20:39, 18 July 2010 (UTC)
- Yup, you're right, the size does need tweaking. The examples on my userpage are working now: Take a look. Thanks for the change
DIV verses Table
I've got an issue with your new templates. While they are well built they're built on top of DIV tags. In any other basic website this wouldn't be an issue, however MediaWiki is built on top of the concept of tables and that's how most of the plugins etc. installed on this wiki are built. Moreover tables are more uniformly interpreted across browsers, meaning that a DIV can act funny where a table will act as it should.
I'm working on your /Object2 subpage right now, attempting to tweak it a bit to fit into the other template that I've already set up utilizing the CSS.
As it stands I would rather use DIV tags where necessary, such as my use in the Template:Function template set as it's used to auto-align the boxes on a page. Outside of that I'd rather use tables. ---User:Mr Doom Bringer (Talk) 20:34, 29 July 2010 (UTC)
- I've modified your template to better align with the existing template and to use tables in favor of divs. It can be found at User:NXTBoy/Object3. This modification should allow for a hot drop replacement of the Template:ObjectList page without editing while preserving your modifications to the sub pages. ---User:Mr Doom Bringer (Talk) 21:20, 29 July 2010 (UTC)
- And one last nitpick for the day. When making templates try to make the variables descriptive. "1" and "2" may be faster to type, but it's a heck of a lot easier to understand when they're named "name" and "image" instead. ---User:Mr Doom Bringer (Talk) 21:25, 29 July 2010 (UTC)
- Often, it is incorrect to use a table. Although admittedly, it's perfectly valid for the member list. But for single-box templates (like category up, and the LeftNoticeStart), it's just plain wrong. Also, divs are displayed better cross-browser than tables, unless you're using IE6, in which case all bets are off. Tables are only for tabular data. If you use 'em for layout, you're doin' it wrong.
- Also, I'm fine with you changing the colors. Admittedly, my color-scheme wasn't very roblox oriented. Which template parameters did you feel were poorly named?
- Specifically the parameters you're leaving as "1" and "2". I realize after a bit of research that such a name allows you to insert the argument into a template without any variable declaration. In such cases though comments are most definitely appreciated.
- Yes, I assumed that you were aware of the fact that numerical parameters allow short-hand notation. Although admittedly, I should explain on the template page what the parameters represent.
- "Wrong" by who's standards? If you're listening to W3C you need to seriously reconsider who you consider to be experts on the web. Take a look at the reaction to CSS and CSS2 and you'll see what I mean.
- The only single reason for using tables over divs is compatibility. Older browsers can misbehave when divs are used. In every other respect, they are wrong. Is it not the W3C's job to define how things should be done on the web? Can I have a link to an example of said reaction to CSS?
- Everyone's consensus when CSS came out and the W3C said to use it for layout was to laugh, and then yell. There have been many complaints by many people on CSS and it's use for layout on a page. You seem to be familiar with web programming so I'll assume you've at least heard of the packet reduction Nagle's Algorithm. Here's his take on the matter. CSS is great for laying out how things look. Colors, text, borders, etc. Layout? Organizing the page? Not so much.
- Additionally the W3C kinda has lost credibility and people actually paying attention to them anymore. People work off of what works, such as people building to Internet Explorer standards for a long time now. ---User:Mr Doom Bringer (Talk) 20:29, 5 August 2010 (UTC)
- The only single reason for using tables over divs is compatibility. Older browsers can misbehave when divs are used. In every other respect, they are wrong. Is it not the W3C's job to define how things should be done on the web? Can I have a link to an example of said reaction to CSS?
- IE6 is mandatory support, I run all of my page tests through a VM running WinXP and IE6 not updated for years. DIVs are fun stuff, but not the kind of fun I want to deal with supporting. ---User:Mr Doom Bringer (Talk) 00:25, 30 July 2010 (UTC)
- Hmmm, that's a blow. IE6 is not fun. I have no way of testing in it unfortunately. "Mandatory" meaning "the company insists that I do it", or as in "in my opinion, it is mandatory"?
- In that I was told by John and the VP that the Wiki had to work in at minimum 1024x768, and on IE6. Back compatibility and all that. ---User:Mr Doom Bringer (Talk) 20:29, 5 August 2010 (UTC)
- Also, StackOverflow is good for this kind of thing
- Hmmm, that's a blow. IE6 is not fun. I have no way of testing in it unfortunately. "Mandatory" meaning "the company insists that I do it", or as in "in my opinion, it is mandatory"?
- Specifically the parameters you're leaving as "1" and "2". I realize after a bit of research that such a name allows you to insert the argument into a template without any variable declaration. In such cases though comments are most definitely appreciated.
- And one last nitpick for the day. When making templates try to make the variables descriptive. "1" and "2" may be faster to type, but it's a heck of a lot easier to understand when they're named "name" and "image" instead. ---User:Mr Doom Bringer (Talk) 21:25, 29 July 2010 (UTC)
Dev work
Hey, I've got a developer that can do some work.
Add to this list of things you want done
- GeShi code syntax highlighting installed correctly
- Move Page permissions for Editors
- Fix image/page delete problems
- Woohoo, finally! Thanks a bunch for telling me!
- Add "Object" as a real namespace (instructions)
- ParserFunctions extension
- Allow me (and or the original wiki editors) to edit the master css/js files, perhaps (if you feel it appropriate)
- Add jQuery to the pages, so that I can improve the js
Methods Template
Umm... what are you doing? I see you are adding [[Category:Methods]] to some methods pages. I don't see why this is needed when you can put it in the template which I had done before. Camoy • Contribs (August 30 2010)
- Because that means that the Object (RBX.lua.Part (Object), for example) pages are counted as Methods as well. Not a good thing
I fixed all the method pages, now the events template has to be fixed (and revised on all pages), but as a writer we don't have privileged. We'll have to ask Doom. Camoy • Contribs (August 30 2010)
- Thanks! I've already done that. It might be on his archive page. It's definitely in Category:Needs attention
Editing My Personal Pages
I would rather you not edit my user or discussion pages.--MrNicNac 17:51, 24 December 2010 (UTC)
- Sorry. Although the point in a discussion page is for others to send you messages through. I was just trying to detablify your user page!
CatUp
We have the: {{CatUp|Properties}}
In all the properties. Should we get rid of this? I honestly don't use it often and it kind of gets in the way. Camoy • Contribs (December 25 2010)
- I'm inclined to agree with you. However, it's not my decision to make. I can't really see any point in CatUp anywhere, as it spoils the category system. Ah, well.
New CatImage Template messing up Main Page
- I know. That'll probably require a CSS fix. I've bodged it, for now. It has finally fixed the image links, though.
- Also, offsite links are being portrayed as onsite links.
- Yeah, I know that too. Can't be bothered to fix that right now: still better than the old template which linked to the images
- Also, offsite links are being portrayed as onsite links.
Instance Pages
Personally, I like the first page best because it matches the home page and the floating titles make it look better to me.
- Lemme make a homepage copy with the other titles...
- Still think we should make a thread with all four pages. It wouldn't hurt anything.
- I reckon a proper survey offsite would be better. Also, Roblox/test
- http://polldaddy.com/poll/4328060/ Good enough?
- Yeah, why not. Possibly "Which is best laid out" and "Which has the best colors". Also, add the original.
- Ok, done. Here is the best survey page: http://www.surveymonkey.com/s/KQBSSTD
- Yeah, why not. Possibly "Which is best laid out" and "Which has the best colors". Also, add the original.
- http://polldaddy.com/poll/4328060/ Good enough?
- I reckon a proper survey offsite would be better. Also, Roblox/test
- Still think we should make a thread with all four pages. It wouldn't hurt anything.
Close, but I think we should merge 1+2, and 3+4 in the color question, since they have the same colors
Results
- The best bit is how I just made a test5 :P. Thanks for running that. Only 16 votes though... You happy with the decision, for now? I'll make it all templated so that it's easier to change in future
- I would have ran it for longer, but the thread got "[ Content Deleted ]" and I got a warning on my account. And yea, I'm happy with the decision.
New Object Documentation
If you didn't see, I edited some of the style for the wiki objects pages and modified the properties/events/methods box to show an undocumented object even if the page isn't created yet. What do you think about it?
Also, for some reason the SpawnLocation page isn't getting derived properties for some reason. I added one more level to the ancestor template, but there was no luck. Do you know what is going on?
- The Instance object's properties aren't being included on the Object:SpawnLocation page for some reason.
- Huh. I really can't see what's going on. I changed the members template as well, but that didn't work either...
- I think it is happening because there is too many templates in the page?
- Don't think so. There'd we a warning when you view-source-ed were that the case. The members template should be the root of the issue
- I think it is happening because there is too many templates in the page?
- Huh. I really can't see what's going on. I changed the members template as well, but that didn't work either...
HEY!!1!
(read your PM's :P)
(read them again! :D)
ur-wiki
That thing was made before I even know what a div
was. :P Thank you for making it look so neat :3 ⇒OutOfSpace
- No problem. That's pretty much all I do on the wiki: make things look neat. I would've changed it more, but I figured you'd want it to look like the old one
My Userpage
ONCE AGAIN. Do not edit my user page. Besides the fact that I like using CSS tables, div tags are transparent to other Wiki elements. The revision box will fall into the box. Why do you keep editing my page?
- "div tags are transparent to other Wiki elements" - What? I don't even understand what you mean.
- And "CSS Tables"? That's somewhat of an oxymoron
- Since you are an editor, I don't know if you can see the "current revision" box on pages. However, when I use the 'div' tags to design an element box, the CatUp and Revision boxes fall INTO my designed element. Take my userpage elements and make a sub-userpage and test it.
- I don't see that, but I understand what you mean. It's simple to fix though.
clear:both
will stop things flowing into it. Lemme show you.- That's fine. The floating elements is the whole reason I avoided using 'div' tags.
- Well now you don't have to! Another useful one is
overflow: hidden
, which will make an element expand to enclose any floating child elements.
- Well now you don't have to! Another useful one is
- That's fine. The floating elements is the whole reason I avoided using 'div' tags.
- I don't see that, but I understand what you mean. It's simple to fix though.
- Since you are an editor, I don't know if you can see the "current revision" box on pages. However, when I use the 'div' tags to design an element box, the CatUp and Revision boxes fall INTO my designed element. Take my userpage elements and make a sub-userpage and test it.
New objects
I can't understand the object template. I did the best job I could, though.
RBX.lua.FloorWire (Object) is new, I started it but I didn't manage to get all the stuff done. It's icon is an IntValue- Not sure what it inherits from.
RBX.lua.PartPairLasso (Object) is new
RBX.lua.TextureTrail (Object) is also new but I have NO idea what it does.
- OH GOD WHAT HAVE YOU DONE?!!1!
- Seriously though, you'd do well to look at the source of some existing pages. The key concept here is that you can't just have comma separated properties. You have to pass them to a template, so that they can be parsed out. As for the superclass, go with Instance until you find out otherwise. You might want to try calling :isA against various gui objects.
- Sorry, I never thought to look at the source, it just looked like ordinary plaintext. Apologies for that, at least I'll know next time :)Trappingnoobs (Writer) Have I done something bad? Good? Tell me on my talk page 14:58, 23 July 2011 (UTC)
- No problem. I'm glad you asked. I can't remember how the icons are set though...
- I know roblox uses FamFamFam icons for the majority of things. It links to an image file, but I couldn't find the intvalue icon in FamFamFam's icons. I scrolled quickly because there's like, 100-1000 icons, but I think I would've seen it if there was one. I'll start working on the TextureTrail, I know what to do now (I think)Trappingnoobs (Writer) Have I done something bad? Good? Tell me on my talk page 15:00, 23 July 2011 (UTC)
- I know roblox uses FamFamFam icons for the majority of things. It links to an image file, but I couldn't find the intvalue icon in FamFamFam's icons. I scrolled quickly because there's like, 100-1000 icons, but I think I would've seen it if there was one. I'll start working on the TextureTrail, I know what to do now (I think)
- No problem. I'm glad you asked. I can't remember how the icons are set though...
- Sorry, I never thought to look at the source, it just looked like ordinary plaintext. Apologies for that, at least I'll know next time :)
- Worked it out. You need to make an image at , either as a redirect to , or a new upload. 18*18px, I think.
- I'm prety sure it's 16*16, I could be wrong though.Trappingnoobs (Writer) Have I done something bad? Good? Tell me on my talk page 15:05, 23 July 2011 (UTC)
- I'm prety sure it's 16*16, I could be wrong though.
- Worked it out. You need to make an image at , either as a redirect to , or a new upload. 18*18px, I think.
The icons themselves are. But the ones on the wiki have a 1px border. Things will misalign if you're not careful.
- From your edit I'm assuming that we don't put default things like DescendantAdded, Parent, and Clone in, is that right?Trappingnoobs (Writer) Have I done something bad? Good? Tell me on my talk page 15:10, 23 July 2011 (UTC)
- The whole idea is that members are inherited.
Example Template vs. Pre Tag
I think that the example template is MUCH superior to the pre tag. It specifically states it is an example, can have an explanation within the nicely formatted box, and can usually uses the pre tag for code snippets. Camoy • Contribs (August 1 2011)
- You don't need to use the pre tag, as mediawiki has a syntax construct for that. Just indent by one space. But I digress. My objection to the example box is:
- Example
Things like this, which is just a way of taking a chunk of code, and making it take up too much space, with too many borders. Also, the margins look terrible. Ewww.
- My other objection is using an example box where code is not an example, but the main subject of the article.
How to change the color
How do you change the color inside of a pre tag? - Quenty (talk • August 2)
- Hope you don't mind me answering rather than NXTBoy (I don't think he's online), but <pre style="background-color:#HexValue"></pre> It's a standard HMTL tag so any CSS is allowed realy but stick to stuff that allows older browsers like IE6 to view it correctly-ish.Trappingnoobs (Writer) Have I done something bad? Good? Tell me on my talk page 18:33, 2 August 2011 (UTC)
- That changes the background-color. There's a difference. Also, it's HTML, not HMTL...
- What do you mean? He said inside, that'd either be the text color (color=#HexValue), or the backgroundcolor (background-color=#hexvalue). Yeah, HMTL was a typo :(Trappingnoobs (Writer) Have I done something bad? Good? Tell me on my talk page 19:04, 2 August 2011 (UTC)
- What do you mean? He said inside, that'd either be the text color (color=#HexValue), or the backgroundcolor (background-color=#hexvalue). Yeah, HMTL was a typo :(
- Yeah, I figured it might be
- That changes the background-color. There's a difference. Also, it's HTML, not HMTL...
- Of a single line, or the whole box?
- I would presume a single line. Also, @NXTBoy, on your currency exchange, why don't you remove the times when the currency exchange drops to 0. I don't think those are exploitable.- Quenty (talk • August 3)
- I think I made Template:LineHighlight for that a while back.
- I would presume a single line. Also, @NXTBoy, on your currency exchange, why don't you remove the times when the currency exchange drops to 0. I don't think those are exploitable.- Quenty (talk • August 3)
Here is some code
Watch out!
How exciting
- I don't really know what's causing those drops to 0. Have you ever actually seen it drop to 0?