User:Shadowlucario50: Difference between revisions

From PokéFarm Q Official Wiki
Jump to navigation Jump to search
m (Niet's the best staff. Just sayin'. Anyways, I have a small idea of what I need to do differently, and this time, I'm a lot more confident in the direction to take with this.)
Line 9: Line 9:


: 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. --[[User:Niet the Dark Absol|Niet the Dark Absol]] ([[User talk:Niet the Dark Absol|talk]]) 11:50, 25 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. --[[User:Niet the Dark Absol|Niet the Dark Absol]] ([[User talk: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. - [[User:Shadowlucario50|Shadowlucario50]] ([[User talk:Shadowlucario50|talk]]) 21:36, 25 November 2016 (GMT)


===Watching CSS Tutorials===
===Watching CSS Tutorials===
To understand WikiMarkup, I need to understand HTML/CSS better. I have a tutorial playlist on Youtube that I'm watching ([https://www.youtube.com/playlist?list=PLr6-GrHUlVf8JIgLcu3sHigvQjTw_aC9C 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.
To understand WikiMarkup, I need to understand HTML/CSS better. I have a tutorial playlist on Youtube that I'm watching ([https://www.youtube.com/playlist?list=PLr6-GrHUlVf8JIgLcu3sHigvQjTw_aC9C 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.

Revision as of 21:36, 25 November 2016

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 put his Riolu Hunt on hold for legendary hunting 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.