User:Web wonder/Adoption

From Wikipedia, the free encyclopedia


This is your adoption subpage, where I will teach and test you about Wikipedia. It is split into 4 parts - and I will add a short summary upon completion of each. The parts are as follows:

  1. Editing
  2. Policies and editing patterns
  3. Miscellany - a lesson on whatever I think you need to learn.
  4. User rights

User:Dendodge/Adoption/Table

Part 1[edit]

Basic Checklist[edit]

This is just quick, should take you about a minute, and shows me what you know so I can sculpt future lessons accordingly, just put {{Y}} next to the ones you know, and {{N}} next to those you don't. If you know, give the answer alongside the {{Y}} or {{N}} - if you don't, guess...

  1. How to edit the whole page Y, click the button at the top that says "edit this page, then type the edit and click "save page""
    1. Yes, perfect.
  2. How to edit a section Y, click the "edit" button at the top of the appropriate section, then type the edit and click "save page"
    1. Yes, perfect.
  3. How to insert a table N, I'm guessing you click an edit button and one of the buttons on the edit page puts in the table
    1. Yes, you got it right - even though you guessed. It's the button on the left side of the edit bar (the one that looks like a table)
  4. How to create a page N, I'm guessing you type in "WP: Make a page" then follow the instructions on that page
    1. There's a lot of ways to do it, and One is to go to WP:Your first article, and follow the instructions there.
  5. How to list a page for deletion N
    1. We'll cover this later. See WP:DP if you want to know now.
  6. The role of administrators N, I'm guessing they decide who may and may not edit, block accounts if need be, and try to keep as many pages as possible as accurate as possible
    1. We'll cover this later. See WP:ADMIN if you want to know more, but they basically block accounts (like you said), protect pages (keeping pages accurate, like you said), and delete pages which do not warrant inclusion in Wikipedia.
  7. The role of bureaucrats N, I'm guessing they make sure wikipedia is running properly and manage donations
    1. We'll cover this later. See WP:CRAT if you want to know more, but they are like administrators except with the power to modify user rights.
  8. Who founded Wikipedia Y, Jimbo Wales
    1. Yes, perfect.
  9. ...And when N
    1. 2001
  10. The Neutral Point of View policy Y, articles should just present the facts and not try to promote any point of view on the topic
    1. Yes, almost perfect.
  11. What is notable N, I'm guessing it's what is fairly well known
    1. Close - we'll cover this later, but it would do you good to read WP:N.
  12. How to sign your posts Y, put 4 of the symbol ~, which will result in your username being put at the end
    1. Yes, perfect.
  13. How to preview an edit before saving it Y, just click the "show preview" button right next to the "save page" button
    1. Yes, perfect - remember to do it before saving any edits.
  14. How to mark an edit as minor N, I'm guessing there's a button for that too on the edit page
    1. Below the save page button is a checkbox that reads 'This is a minor edit'. Check that box to mark an edit as minor. For more information, see Help:Minor edit.
  15. How to link text Y, put 2 brackets on each side of it on the edit page, like this
    1. Yes, perfect.
  16. How to insert images N
    1. We'll look at this later - see Help:Imaes if you want to know now.
  17. How to ask for help N, I'm guessing you post a message on someone's talk page
    1. You can always ask me - but you'd getter a better response at WP:HD, WP:NCHP or by placing the {{helpme}} tag on your talk page, followed by a question. If it's non-wikipedia help, use WP:RD instead.

When you're done, give me a quick nudge on my talk page. Once I've marked those, we'll go into a bit more detail before we move on.

I've marked them. I'll give you a day or two to read through the pages I linked and to practice your editing. I'll nudge you when I set your second assignment. DendodgeTalkContribs 08:04, 26 October 2008 (UTC)

The basics[edit]

Wikipedia's syntax can appear incredibly complicated at first, but it's actually incredibly simple. (Most of the time - one template I coded contains {{#ifeq:{{lc:{{{living|}}}}}|yes|{{blp}}}}{{#ifeq:{{lc:{{{british-english|}}}}}|yes|{{British-English}}}}{{WPBannerMeta |MAIN_TEXT = {{#ifeq:{{{small|}}}|yes|{{clear}}|}} This {{{display|{{#ifeq:{{{apple|}}}|yes|[[Apple Records]]/[[Apple Corps]]|{{#ifeq:{{{epstein|}}}|yes|[[Brian Epstein]]/NEMS|{{#ifeq:{{{martin|}}}|yes|George Martin|Beatles}}}}}}}}}, but we won't cover that until a lot later - don't worry).

One of the things you will need to use most often is links, and you already know how to do those. Another thing you will often use is templates, which are included in a page very similarly to links, but you replace the square brackets with braces. For example, {{Fact}} produces [citation needed]. If you don't want the text of a template to change along with it, or otherwise want to include the text of the template in a page directly, simply prefix subst: - for example, {{subst:Fact}} makes [citation needed] - it looks no different until you click "edit".

Your assignment is to work out how you use parameters in templates (there is a clue in my mass of complex code above, and I have used template parameters in a slightly different way within the text of this assignment). I won't give you a help page to visit, but its name shouldn't be too hard to guess. Leave a quick note on my talk page when you've worked it out, and we can move on. Dendodge TalkContribs 21:38, 23 February 2009 (UTC)


Now for something very similar - images.

To include an image, you include the text [[Image:<filename>.<extension>|thumb|<size>px|<position>|<caption>]]. Some of these aren't needed - for example, there is a default size, the default position is right (left and center are also available), and omitting thumb changes the method of display but isn't required to display it. Captions are completely optional, but try to use them for every image.

Try visiting the sandbox and fiddling with these settings. Place [[Image:1.PNG|thumb|400px|right|Hello]] (or similar) there and simply change the settings. Alternatives t thumb are frame or leaving it blank - the rest you can just guess. When you feel confident, poke me. Dendodge TalkContribs 22:25, 23 February 2009 (UTC)