[09:17:06] Hello. Is there a way to change how an infobox aligns on a specific page? By default an infobox aligns to the top-right of the page. I am trying to reset how an infobox aligns for the specific purpose of stacking a bunch of infoboxes on a single page: https://wiki.rethinkfoundation.in/Team. [09:27:57] MoritaShinobu: modify css [09:28:07] MoritaShinobu: supress "float:right;" [09:28:18] MoritaShinobu: and add "dislpay: inline-block;" [09:28:26] MoritaShinobu: and "vertical-align: top;" [09:28:34] maybe it should do what you want ;o) [09:39:13] Mindiell: https://wiki.rethinkfoundation.in/Team Magic! Thanks! :D [09:41:18] you're welcome ;o) [13:53:16] can any one help me to decribe this bug much more T128255 tag [13:53:17] T128255: Make course passcode optional - https://phabricator.wikimedia.org/T128255 [14:05:27] Gopa: How do you mean? [14:05:56] Could you rephrase what you'd like to have help with, please? [14:07:39] Actually I want much more explanation on that tag to work on [14:09:26] Gopa: for context, this ticket is about https://www.mediawiki.org/wiki/Extension:Education_Program [14:10:53] But the documentation does not mention passcodes or dashboards. I suppose you can install the extension and play with it until you understand what the idea behind the ticket is. Or you find and ask the ticket author. [14:11:04] But if you want to work on this, you'll have to install and understand the extension anyway. [14:13:15] Gopa: what "more explanation" exactly? [14:13:25] Gopa, also read https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker#Feedback.2C_questions_and_support [14:16:01] andre__: i had to squint hard to understand what that ticket is even talking about... [14:17:27] DanielK_WMDE_, that's a good reason to remove the #easy tag, indeed [14:18:24] andre__: also, this may not be easy at all if there is no obvious place for storing the "no passcode needed" flag... [14:19:15] Yeah, good point. I'll remove the #easy tag from that task [14:20:38] sorry Gopa :) [14:21:34] yeah, sorry Gopa! :-/ [14:42:01] Can you please help me to find any easy bugs I am trying hard from past 10 days but I did not find please help me [14:42:47] Gopa: what is easy depends on your prior knowledge... have your worked with mediawiki code before? [14:45:14] Gopa: have you checked https://www.mediawiki.org/wiki/New_Developers ? [14:45:26] No sir I am newbie and I just started contributing and I do not have any previous experience [14:45:52] Gopa: have you worked with php and git before? [14:46:05] Gopa: then I'd recommend that page for you :) [14:47:14] DanielK_WMDE_: Yes sir with git but no idea on php [14:48:02] Gopa: what programming languages to you know? [14:48:46] Sir I think it's right time to me to learn so I wanted to learn through contributing to mediawiki [14:49:21] DanielK_WMDE_: I know python and C languages [14:50:46] andre__: tq sir but I already gone through it but I did not find any more there for me [14:51:00] Gopa: if you want to learn php through contributing to mediawiki, you should probably start with a tutorial or two that cover writing web applications for the LAMP stack. Once you know the basics, you can start with easy tasks on mediawiki. [14:51:10] starting from zero with mediawiki is probably not going to work... [14:52:15] DanielK_WMDE_: so what do you suggest for me now sir [14:52:28] Gopa: find a nice php tutorial [14:53:19] DanielK_WMDE_: Oh thank you sir I will learn for sure [14:53:39] good luck :) [14:55:07] DanielK_WMDE_: thank you sir I am a UG student in computer science and also first year I wanted to contribute so I p asked for your help tq sir I will follow your Instructions tq sir [14:57:07] Gopa: thank you for coming here and offering to contribute! The learnign curve for MediaWiki is a bit steep, but if you stick to it, you get the satisfaction of writing code that is used by literally thousands of people every second! [14:57:12] have fun learning php! [23:38:51] Is it at all possible to adjust font sizes? [23:39:20] rickya: in wikitext? yes, using html syntax [23:39:52] or globally? in that case you want MediaWiki:common.css [23:40:23] On a page I just created on our company wiki page [23:41:26] Will you please explain what html syntax is?