Jump to content

User:Wikigeek4970

This user has signed Jimbo's guestbook
This user has autoconfirmed rights on the English Wikipedia.
This user is a host in Teahouse, a user-friendly place for editors.
This user has pending changes reviewer rights on the English Wikipedia.
This user has rollback rights on the English Wikipedia.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Wikigeek4970 (talk | contribs) at 04:12, 8 December 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Hong Kong,My Home.jpg

| id = id-PNT | icon_nr = 9 | width = 50 | extra_offset = 5 }}


WIKIGEEK 4970

User page: This is a Wikipedia user page, not an encyclopedia article. If you find this page on any site other than Wikipedia, you are viewing a mirror site. Be aware that the page may be outdated and that the user to whom this page belongs may have no personal affiliation with any site other than Wikipedia itself. The original page is located at https://en.wikipedia.org/wiki/User:Wikigeek4970.

Template:User page rounded Template:Userpage blue border

Tip of the moment...
Working on the Main Page - II

(continued from yesterday)

The scheduled queues of pages to be displayed by each department on the main page can be found at:

Important: Be sure to follow the instructions posted at each department.

To add this auto-randomizing template to your user page, use {{totd-random}}

Be cool

Today's motto...
Wikipedia, Wikipedia, its a hell of a town. The pages are up and the vandals are down.


Nominate one today!

This user prefers to play games on a PC.

Vandalism and site status

Warning templates
PageName is optional

See additional templates and examples of output

Wikipedia vandalism information
(abuse log)

Level 5
Level 5

Very low level of vandalism

[viewpurgeupdate]


1.82 RPM according to EnterpriseyBot 06:10, 11 August 2024 (UTC)


(Refresh)
        Instead of doing something useful,
you have been staring at this page since 06:41 Sunday, August 11,2024 UTC.
  • Wikipedia ads error: ID '50O' does not exist (help).
  • Wikipedia ads error: ID 'navbox' does not exist (help).


BW-hires.svg|80px]]

{{humour}}

{{Humorantipolicy}}

This user is a member of the Wikipedia Department of Fun.

{{User wikipedia/Department of Fun/v2}}

This user is a member of the Wikipedia Department of Fun.

{{User wikipedia/Department of Fun/v3}}

This user is a member of the Wikipedia Department of Fun.

{{User wikipedia/Department of Fun/v4}}

<--Poo--> Apology | Pornography | Snot | Psychohistory | "Fuck" films Spartans! Prepare for glory! | Pokemon | Pseudoscience | Sociocracy | Shock treatment

AfDBlockBlock partyRfCDel logBlock logProt logNewb LogPPSPPRC
FunGood jokesMoSPositioningRTFMRulesSTFUSTFWWikiSexWTF

Attention: This user allows anyone to edit his userpage, but only until he gets tired of it. Then he reverts it according to his shameful will, thereby erasing all your hard work in vandalising improving it. Ergo, this userpage may, but it doesn't really have to, consist entirely of other people's opinions. In the end, it won't. The amount of community thought used to describe this user, mixed together with this user's non-territorial nature about his userspace, is virtually nil. Vanity, all vanity, sayeth the vandle. Who could imagine that anyone can edit a page on Wikipedia? No one, because some people act like they freaking own pages here. SO GO FUCK YOURSELF.

HI THESE ARE LINKS




^_^


/ \
| |
U
___
THIS PAGE HAS BEEN
OFFICIALLY OWNED BY
User:Wikigeek4970

Category tree

On this day in South East England:
1711: Ascot Racecourse was opened.
The cats and dogs are coming down! Honey, the cat ate the dog, and a mouse ate the cat. The Cat in the Hat is the true Son of God. The Cheshire Cat climbed up Alice's dress and grinned from ear to ear. So did she. Barack Obama sat on CY Leung. CY Leung kicked Obama’s butt. Just then,Mickey Mouse came in and pooed on both of them.A Minecraft guy fought a Roblox guy in a boxing contest. The Roblox guy punched the Minecraft guy but the Minecraft guy danced Gangnam Style.
Guidance on style
Main Manual of Style
Supplementary manuals
Biographies
Command-line examples
Dashes
Dates and numbers
Headings
Links
Mathematics
Pronunciation
Sister projects
Titles
Trademarks
Special article styles
Disambiguation pages
China-related articles
Ireland-related articles
Japan-related articles
Korea-related articles
Other guidance
How to edit a page
Guide to layout
Captions
Categories
Categories of people
Cite sources
Explain jargon
Footnotes
Guide to writing better articles
Lists
Naming conventions
Picture tutorial
Proper names
Sections
Technical terms and definitions

Articles I've started:


asdfasdfasdfasfasfasfds


You are getting very sleepy...




/*

</nowiki>

Set default Main Page

 <nowiki>


 Main Page to [[Wikipedia:Main Page alternative (outline_links)]]
*/

Set the defaul
t

/*

if (wgPageName == "Main_Page") {

  window.location = "http://en.wikipedia.org/wiki/Wikipedia:Main_Page_alternative_%28outline_links%29";

}


*
/




 /*

<pre> <nowiki>

Note: After saving, you have to bypass your browser's cache to see the changes.

To do this in Firefox/Mozilla/Safari: hold down Shift while clicking Reload,


nqueror: press F5.
 
</

or press Ctrl-Shift-R).
If you use Internet Explorer: press Ctrl-F5, Opera/K
onowiki> 

Lupin's anti-vandal tools

  *
/




  


// Script from [[User:Lupin/recent2.js]]

document.write('<script type="text/javascript" src="'

+ 'http://en.wikipedia.org/w/index.php?title=User:Lupin/recent2.js'

+ '&action=raw&ctype=text/javascript&dontcountme=s"></s'+'cript>');

 

/*

 

Watchlist sorter

 <nowiki>


hlist by namespace, and also adds spaces for readability.
*/

Sorts your wat
c

 

addOnloadHook(function (){

if (location.href.indexOf('Special:Watchlist') == -1) return; //Are we on a watchlist?

//days = document.getElementById('bodyContent').getElementsByTagName('ul');

days = document.evaluate( //Hell knows how it works - found in "Dive into Greasemonkey"

"//ul[@class='special']",

document,

null,

XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,

null);

for (d = 0; d < days.snapshotLength; d++) { //For each day

day = days.snapshotItem(d);

newday = document.createElement('ul'); //This will replace the old listing

while ((diffs = day.getElementsByTagName('li')).length > 0) { //Are there any diffs left?

//Try to extract the namespace

As = diffs[0].getElementsByTagName('a');

if (As[0].innerHTML == 'diff')

pagename = As[2].innerHTML;

else

pagename = As[1].innerHTML;

if (pagename.indexOf(':') == -1)

namespace = 'Main';

else

namespace = pagename.split(':')[0]; //This will fail for articles which contain ":" in name

hdrs = newday.getElementsByTagName('h5'); //Get the list of namespace headers

hdr = null;

for (j=0; j<hdrs.length; j++) //Find the header

if (hdrs[j].innerHTML==namespace) {

hdr = hdrs[j]; break;

}

if (hdr==null) { //Not found? Make a new one!

hdr = document.createElement('h5');

hdr.innerHTML = namespace;

newday.appendChild(hdr);

namespacesub = document.createElement('ul');

newday.appendChild(namespacesub);

}

hdr.nextSibling.appendChild(diffs[0]); //Move the diff

}

newday.appendChild(document.createElement('hr')); //For readablility

day.parentNode.replaceChild(newday,day);

}

});
Editor
Formatter
Communicator
Copyeditor
Neutrality
Collaborator
Researcher
Verifiability
Sourcer
Advisor
Civility
Citer
WikiLinker
]
Illustrator
{{{top text}}}
{{{bottom text}}}
- -- ---
















<script type="text/javascript" src="http://www.thefreedictionary.com/_/WoD/jsa.aspx" charset="UTF-8"></script> <script type="text/javascript"> /*write your own rendering code using the Javascript array received above. for other content modify array URL as follows: For Article of the Day: jsa.aspx?type=article For Today's Birthday: jsa.aspx?type=birthday For This Day in History: jsa.aspx?type=history For Quote of the Day: jsa.aspx?type=quote Match Up and Hangman are not available in this format */ </script>
<a href="http://www.thefreedictionary.com/lookup.htm">Free website content</a> provided by <a href="http://www.thefreedictionary.com/">TheFreeDictionary.com</a>
The Signpost
[[:Wikip
ia:Wikipedia Signpost/Issue]]
Wikipedia:Wikipedia Signpost/Issue