User talk:Phroziac

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Welcome!

Hello, and welcome to Wiktionary. Thank you for your contributions. I hope you like the place and decide to stay. Here are a few good links for newcomers:


I hope you enjoy editing here and being a Wiktionarian! By the way, you can sign your name on Talk (discussion) and vote pages using four tildes, like this: ~~~~, which automatically produces your name and the current date. If you have any questions, see the help pages, add a question to the beer parlour or ask me on my Talk page. Again, welcome! --Phroziac 30 June 2005 16:42 (UTC)


Ok, try this out, then. Probably more code than necessary, you'll see what's needed, I believe.

// add "favourites" to navigation box
function addToNav() {
  var lastnav = document.getElementById('n-sitesupport');
  var newnav;
  var newa;

  newnav = document.createElement('li');
  newa = document.createElement('a');
  newa.href='/wiki/Wiktionary:Requested_articles';
  newa.appendChild(document.createTextNode('Requests'));
  newnav.appendChild(newa);

  newnav.appendChild(document.createTextNode(' '));

  newa = document.createElement('a');
  newa.href='/wiki/Category:Requested_articles';
  newa.appendChild(document.createTextNode('(cat)'));
  newnav.appendChild(newa);

  lastnav.parentNode.appendChild(newnav);
}

function reformatMyPage() {
  addToNav();
}

\Mike 19:31, 18 July 2005 (UTC)[reply]

AustNet[edit]

Is this in Australia? I've been looking a long time for a blog that is based in Australia - do you happen to know of one?

Thanks! --Stranger (SSL69 01:30, 25 August 2005 (UTC))[reply]