User:Richardbondi/monobook.js and Where I Stood: Difference between pages

(Difference between pages)
Content deleted Content added
No edit summary
 
No edit summary
 
Line 1:
{{Infobox Single <!-- See Wikipedia:WikiProject_Songs -->
//This code will change ISBN links to point to the url of your choice,
| Name = Where I Stood EP
//instead of Special:Book_sources.
| Artist = [[Missy Higgins]]
//
| from Album = [[On a Clear Night]]
//How to use it:
| Released = 25th June 2007
//
| Format = [[CD single]]<br>[[Digital download]]
//First, you must copy this code to your user javascript page. This is
| Recorded = [[Los Angeles, California]], [[2006 in music|2006]]
//at User:<your username>/monobook.js . My username is Lunchboxhero so
| Genre = [[Piano pop]]
//my javascript page is User:Lunchboxhero/monobook.js . You must be logged
| Length { = 4:17
//in to edit your javascript page.
| Label = [[Eleven: A Music Company|Eleven]]
//
| Writer = [[Missy Higgins]]
//Once you have copied the code and saved the page, you need to refresh your
| Producer = [[Mitchell Froom]]
//browser's cache. For Mozilla/Safari/Konqueror: hold down Shift while clicking
| Certification =
//Reload (or press Ctrl-Shift-R), IE: press Ctrl-F5, Opera: press F5.
| Chart position =
//
| Last single = "[[Steer (song)|Steer]]"<br>([[2007]])
//The code should now work, as long as you are logged in.
| This single = "[[Where I Stood]]"<br>([[2007]])
//
| Next single =
//You can change the destination url by simply modifying the quoted url that
| Misc
//follows document.links[i].href=
| Type = studio =
//
//Good luck, and if you have any questions, leave me a comment on the discussion
//page of User:Lunchboxhero/monobook.js .
//
//(Every line that starts with "//" is a comment and can be discarded.)
 
}}
function externISBN() {
for (var i = 0; i < document.links.length; i++)
{
var ln = document.links[i].href.match(/isbn=(.*)/);
if (ln) {
document.links[i].href='http://www.amazon.com/exec/obidos/ASIN/'+RegExp.$1;
}
}
 
On June 19 2007, Higgins announced that her second single from her sophomore album [[On a Clear Night|On A Clear Night]] would be "'''Where I Stood'''". The song was released to commercial radio on June 25 2007. The song was also featured on a promo for [[Desperate Housewives|Desperate Housewives]] in Australia.
 
==Music Video==
addOnloadHook(externISBN);
The video premiered at midnight (12am AEST) on 26th June 2007 via Higgins' [[Myspace]] page. The video was directed by Australian filmmakers Paul Goldman and Alice Bell.