Rosetta Code:Village Pump/Features Wanted: Difference between revisions

Done
(Done)
 
(6 intermediate revisions by 5 users not shown)
Line 1:
{{Vptopic
A place to put the features we want. Please keep each feature in its own section. Some of these may be doable by bot. Others may be doable by writing MediaWiki extensions to fill additional namespaces.
|topic=Features Wanted
 
|summary=A place to put the features we want. Please keep each feature in its own section. Some of these may be doable by bot. Others may be doable by writing MediaWiki extensions to fill additional namespaces.
}}
==Logically Separate Code Samples==
 
Line 86 ⟶ 88:
:: Of course you would put that into a better format, and would make a nice page out of it. --[[User:Ce|Ce]] 07:55, 22 August 2010 (UTC)
:::Those links don't go right to the example though. You need to add the anchor on to the ends of the links. --[[User:Mwn3d|Mwn3d]] 15:37, 22 August 2010 (UTC)
:Check http://rosettacode.org/wiki/Rosetta_Code:Village_Pump/Language_Page_Links - it's been recommended and two possible solutions (in code) and a few others (in theory) have been made. [[User:BR|BR]] 20:39, 15 December 2010 (UTC)
 
- I'd like to do side-by-side comparisons between pairs of languages. For example, I know Python very well but am still learning Scheme. Being able to easily view side by side examples would be a tremendous time saver compared to having to scroll between the Python and Scheme entries for each example. BTW, this site is a terrific idea. My thanks to all the implementors!
:If you sign up for an account and then copy [[User:Tyrok1/monobook.js]] to the same subpage of your userpage (if your username was "username" then it would go to User:Username/monobook.js, and mine is at [[User:Mwn3d/monobook.js]]), you get a neat little "my scripts" option at the top of every page. If you check "language comparison" then checkboxes will appear next to language names in the tables of contents on task pages. You can then check a couple of those and only those languages will show on the page. It's not side-by-side, but there's a lot less scrolling. Plus it's nice to have an account and a user page to decorate. --[[User:Mwn3d|Mwn3d]] 13:35, 25 March 2011 (UTC)
 
== Webchat fix ==
In file /extensions/WebChat/WebChat_body.php, line 40, change the width from '600' to '100%'. Also, in function webChatExpand on line 52, comment out the two lines that automatically resize the webchat applet to the size of the screen. Doing this helps prevent an excessivly wide window, especially on those 2048x1152 displays that are popular right now. For those with Mediawiki bugzilla access, you can also see a patch at [https://bugzilla.wikimedia.org/show_bug.cgi?id=29592 bug 29592]. --[[User:Sigma 7|Sigma 7]] 12:28, 26 June 2011 (UTC)
: Done --[[User:Short Circuit|Michael Mol]] 12:55, 26 June 2011 (UTC)