Rosetta Code:Wiki Wishlist: Difference between revisions

(→‎Mwn3d: Kind of ugly fix for sorting problem)
Line 19:
* I wish there was a way to go to a language page, click on a task link, and jump to that language for that task
: Should be fairly with Javascript by peeking at the referring URL. Probably trivial. If someone provides me with a .JS, I'd likely add it. --[[User:Short Circuit|Short Circuit]] 09:38, 11 July 2009 (UTC)
:: Try this: <lang javascript>document.location = document.location + "#" + document.referrer.split("/").slice(-1);</lang> --[[User:Guga360|Guga360]] 22:03, 29 July 2009 (UTC)
* I wish there was a clean (i.e. easily editable) way to share code between pages
** Something like WP infobox template transclusion? --[[User:IanOsgood|IanOsgood]] 19:29, 9 July 2009 (UTC)
Anonymous user