User:Shadowlucario50

From PokéFarm Q Official Wiki
Jump to navigation Jump to search

ShadowLucario50, nicknamed Shadow, is a user on PokéFarm Q aiming for a complete PokéDex. He refers to himself as "just another user", and decided that on September 11, 2016, he would make an account on this very Wiki. He currently is on a Riolu Hunt and apparently has a shop for... Ramen?

Current Projects

Template:PkmnInfoTab

Trying to figure out how to mix it with Template:PkmnInfo. So far, no luck, but what I know what must be done is making the variables be able to change with each tab click. I have a small idea with the "if/else" parsers, but I'll have to experiment with it more in depth later.

Quick note for you, -webkit-border-radius and -moz-border-radius are like 8 years out of date by now. You can drop them. --Niet the Dark Absol (talk) 18:58, 24 November 2016 (GMT)
It would also make your code shorter if you looked like you knew what you're doing :p border-spacing applies to tables, not divs, so that's useless. margin-left:auto does nothing when you have float:right, etc. etc. --Niet the Dark Absol (talk) 11:50, 25 November 2016 (GMT)
I don't really know what I'm doing, so I'm unable to walk the talk. Mostly, I'm learning as I go along. As I stated in a previous edit, I got a template from a free source, so I'm working off of that. Your comments are helpful because I don't know which codes are outdated or not, so I'm very grateful for your input! Thanks, Niet!
On another note, I do notice this could be easily deleted and put into the PkmnInfo template itself. I played around with it on PokéFarm and my shop. "tabbed-inferface horizontal" in the style class would prove much more efficient than the other template. Looking at it though, I do have to figure how to make it change the other table data and have a minimum input on the user side. I will continue playing with this template, and with an even better understanding than before. - Shadowlucario50 (talk) 21:36, 25 November 2016 (GMT)

Watching CSS Tutorials

To understand WikiMarkup, I need to understand HTML/CSS better. I have a tutorial playlist on Youtube that I'm watching (CSS for Beginners), and I do feel like I'm starting to grasp the idea of how to use HTML to a fuller extent. More independent studies in Web Design will be proceeded to help with the above project.