Difference between revisions of "Willipedia:FAQ"

m (fix minor typo)
(major rewrites: style, formatting, some answers were confusing)
Line 1: Line 1:
'''How do I ask questions about Willipedia?'''
+
'''How do I ask questions about Willipedia that aren't listed here?'''
  
 
Email <email>wiki@wso.williams.edu</email> to contact the [[Willipedia board]], which will answer your question promptly and may place it here.  Alternately, you may add your question to this page if you think seeing the answer is in the interest of the public, and the board or another user may answer it.
 
Email <email>wiki@wso.williams.edu</email> to contact the [[Willipedia board]], which will answer your question promptly and may place it here.  Alternately, you may add your question to this page if you think seeing the answer is in the interest of the public, and the board or another user may answer it.
Line 7: Line 7:
 
'''How do I add a page?'''
 
'''How do I add a page?'''
  
To add a page, you must first link it from another page. The first thing to do is to search the wiki for the term you want to be the title of your page; if it already exists, you can put double square brackets around the word, and then click Save page at the bottom, and then you will see the text of your title in red on the preexisting page. Click on that, and edit away; now you have your new page. In general, go to an existing page that is related to the page you want to add. Put in something about the page you want to add, including the exact title of the page you want to create, and put that in square brackets. Then do as above.
+
To add a page, you must first create a link to it from another page. Edit the page which will link to your new page, and put in something about the page you want to add, including its exact title enclosed in  double square brackets, <code><nowiki>[[like this]]</nowiki></code>. Click "Save page" at the bottom, and you will see a link to your new page included on the existing page. This link will be red, since the new page does not yet exist. Clicking on it will allow you to create your new page.  
 +
 
 +
In general, before creating a new page, you should search the wiki for the term you want to be the title of your page; if it already exists, there's no need to recreate it.  You can simply make a link to it by putting the name of the page in double square brackets.
 +
 
  
 
'''How do I delete a page?'''
 
'''How do I delete a page?'''
  
You don't.  You can edit a page, you can even delete all the text on a page, but general users cannot delete a page because deleting a page removes all of that pages edit history, which makes reversion or further improvement of that page impossible.  Where possible, we should improve pages rather than annihilate them in this way.  Currently, only members of the [[Wiki_board|Willipedia board]] have the power to delete, and use it sparingly. If you think a page should be deleted, you can delete all the text on the page and put the word delete within two sets of curly brackets.
+
You don't.  You can edit a page, you can even delete all the text on a page, but normal users cannot actually delete a page. The reason for this restriction is that deleting a page removes all of that page's edit history, which makes reversion or further improvement of that page impossible.  Where possible, you should try to improve pages rather than annihilate them in this way.  Currently, only members of the [[Wiki_board|Willipedia board]] have the power to delete, and use it sparingly. If you think a page should be deleted, you can delete all the text on the page and put the word delete within two sets of curly brackets, like this: <code><nowiki>{{delete}}</nowiki></code>.
 +
 
  
 
==Formatting questions==
 
==Formatting questions==
Line 23: Line 27:
 
'''How do I make something bold or italicized?'''
 
'''How do I make something bold or italicized?'''
  
Italicized text has two single quotes (') around it. Bold text has three.
+
Italicized text has two single quotes (<code>'</code>) on either side of it, <code><nowiki>''like this''</nowiki></code>. Bold text has three quotes on each side.
  
 
'''How do I offset a block of text, like a long quotation from another source?'''
 
'''How do I offset a block of text, like a long quotation from another source?'''
  
At the beginning of the text block, put <nowiki><blockquote></nowiki>. At the end, put <nowiki></blockquote></nowiki>. If the text block has multiple paragraphs, do this for each paragraph, or use colons as described above.
+
At the beginning of the text block, put <code><nowiki><blockquote></nowiki></code>. At the end, put <code><nowiki></blockquote></nowiki></code>. If the text block has multiple paragraphs, do this for each paragraph, or use colons as described above.
  
 
'''What if I want to format something and the answer isn't here?'''
 
'''What if I want to format something and the answer isn't here?'''
  
 
Go to a page that has the formatting you want, click on "Edit page," and see how  it works there. Then click "back" so you don't change anything about the page. If you think many people would like to know the answer, add it to this section.
 
Go to a page that has the formatting you want, click on "Edit page," and see how  it works there. Then click "back" so you don't change anything about the page. If you think many people would like to know the answer, add it to this section.

Revision as of 16:30, March 16, 2006

How do I ask questions about Willipedia that aren't listed here?

Email <email>wiki@wso.williams.edu</email> to contact the Willipedia board, which will answer your question promptly and may place it here. Alternately, you may add your question to this page if you think seeing the answer is in the interest of the public, and the board or another user may answer it.

General questions

How do I add a page?

To add a page, you must first create a link to it from another page. Edit the page which will link to your new page, and put in something about the page you want to add, including its exact title enclosed in double square brackets, [[like this]]. Click "Save page" at the bottom, and you will see a link to your new page included on the existing page. This link will be red, since the new page does not yet exist. Clicking on it will allow you to create your new page.

In general, before creating a new page, you should search the wiki for the term you want to be the title of your page; if it already exists, there's no need to recreate it. You can simply make a link to it by putting the name of the page in double square brackets.


How do I delete a page?

You don't. You can edit a page, you can even delete all the text on a page, but normal users cannot actually delete a page. The reason for this restriction is that deleting a page removes all of that page's edit history, which makes reversion or further improvement of that page impossible. Where possible, you should try to improve pages rather than annihilate them in this way. Currently, only members of the Willipedia board have the power to delete, and use it sparingly. If you think a page should be deleted, you can delete all the text on the page and put the word delete within two sets of curly brackets, like this: {{delete}}.


Formatting questions

For a more exhaustive list, see Editing help.

I left lines between paragraphs of text, but my text is showing up as one big block. How do I fix it?

To make the wiki recognize single carraige returns, preface each paragraph (or each line, in a poem) with a colon, like this :Hi.

How do I make something bold or italicized?

Italicized text has two single quotes (') on either side of it, ''like this''. Bold text has three quotes on each side.

How do I offset a block of text, like a long quotation from another source?

At the beginning of the text block, put <blockquote>. At the end, put </blockquote>. If the text block has multiple paragraphs, do this for each paragraph, or use colons as described above.

What if I want to format something and the answer isn't here?

Go to a page that has the formatting you want, click on "Edit page," and see how it works there. Then click "back" so you don't change anything about the page. If you think many people would like to know the answer, add it to this section.