Latest comment: 14 years ago1 comment1 person in discussion
Hello, Pantscat! Welcome to Wikipedia! Thank you for your contributions to this free encyclopedia. If you decide that you need help, check out Getting Help below, ask me on my talk page, or place {{helpme}} on your talk page and ask your question there. Please remember to sign your name on talk pages by using four tildes (~~~~) or by clicking if shown; this will automatically produce your username and the date. Finally, please do your best to always fill in the edit summary field. Below are some useful links to facilitate your involvement. Happy editing! The RaptorLet's talk/My mistakes; I mean, er, contributions01:16, 20 July 2010 (UTC)Reply
Latest comment: 13 years ago1 comment1 person in discussion
Hello. In case you didn't know, when you add content to talk pages and Wikipedia pages that have open discussion, you should sign your posts by typing four halfwidthtildes ( ~~~~ ) at the end of your comment. You could also click on the signature button located above the edit window. This will automatically insert a signature with your username or IP address and the time you posted the comment. This information is useful because other editors will be able to tell who said what, and when. Thank you. --SineBot (talk) 13:36, 10 April 2011 (UTC)Reply
Latest comment: 13 years ago1 comment1 person in discussion
Hello there. I noticed that you had some problems with superscripts and the like. If you want to write v2 then type v<sup>2</sup>. The <sup> tells the site that you want anything following to be a superscript. The </sup> tells it that you've finished with superscripts. It's the same with subscripts: If you want to write v2 then type v<sub>2</sub>.
This works for lots and lots of things:
For bold text, type <b>test</b> to get test.
For Italics, type <i>test</i> to get test.
For underlined, type <u>test</u> to get test.
For teletext font, type <tt>test</tt> to get test.
If you want to write and display code, like I've been doing, without the site turning it into bold or whatever, then use <nowiki><b>test</b></nowiki> to get <b>test</b>.