Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Editing Editing guide

From Prism Party
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
<!-- I am not finished yet, I will work on it soon and also make it look better -->=== The essence of this guide ===
<!-- I am not finished yet, I will work on it soon and also make it look better -->== The essence of this guide ==
This guide has been made in order to provide you with the basics of editing on this website and how to improve the quality of your edits to make them concise and neat.
This guide has been made in order to provide you with the basics of editing on this website and how to improve the quality of your edits to make them concise and neat.


=== The basics of visual editing ===
== The basics of visual editing ==
In order to understand the basics of visual editing on the website, no prior requisite (requirement) is needed other than an average understanding of the English language and some experience with Word.  
In order to understand the basics of visual editing on the website, no prior requisite (requirement) is needed other than an average understanding of the English language and some experience with Word.  


==== A basic edit ====
===A basic edit===
To make your first basic edit, do the following:
To make your first basic edit, do the following:


Line 18: Line 18:
*Paragraph
*Paragraph
*Preformatted
*Preformatted
*Block quotes
*Block note


The first three are used to seperate categories on a page, to keep things concise for the reader. You might have already noticed this on this page. Paragraphs are like normal text, and make up the big majority of a page. It contains everything you want to say about your topic. Preformatted text is similar to paragraphs, but it has given the text a format, as the name suggests. Block quotes turn your text into italics, and are mostly used in independent quotes or as disclaimer messages at the bottom of the page. You can read about how to refer to these disclaimers later in this guide.
The first three are used to seperate categories on a page, to keep things concise for the reader. You might have already noticed this on this page. Paragraphs are like normal text, and make up the big majority of a page. It contains everything you want to say about your topic. Preformatted text is similar to paragraphs, but it has given the text a format, as the name suggests. Block notes turn your text into italics, and are mostly used in independent quotes or as disclaimers messages at the bottom of the page. You can read about how to refer to these disclaimers later in this guide.




5. If you are finished, click on the blue button "Save page", you will be asked to explain what you have done so others can keep track. After this, you have made your first edit! Keep in mind that others might also edit what you have made, similar to how you can edit the edits of others.
5. If you are finished, click on the blue button "Save page", you will be asked to explain what you have done so others can keep track. After this, you have made your first edit! Keep in mind that others might also edit what you have made, similar to how you can edit the edits of others.


==== Insertions and citations ====
===Insertions and citations ===
Wish to make your edit more attractive and more concise? Do you use sources from other people? You can use insertions and citations to do this. Insertions and citations can be found at the top of this page, close to the text. In order to keep things simple, we will ignore 'code block' and 'template' for now, as they require a bit of knowledge of code. Just simply click on the 'insert'/ 'cite' button and click on the thing you wish to insert. Follow the given instructions and you will succeed!¹
Wish to make your edit more attractive and more concise? Do you use sources from other people? You can use insertions and citations to do this. Insertions and citations can be found at the top of this page, close to the text. In order to keep things simple, we will ignore 'code block' and 'template' for now, as they require a bit of knowledge of code. Just simply click on the 'insert'/ 'cite' button and click on the thing you wish to insert. Follow the given instructions and you will succeed!¹


<blockquote>¹ When citing or refering to someone elses work, follow APA-regulations. When using images that are not yours, use the alternative downloading page given by the website in order to properly cite your source. We wish to avoid lawsuits and judicial issues.</blockquote>
<blockquote>¹ When citing or refering to someone elses work, follow APA-regulations. When using images that are not yours, use the alternative downloading page given by the website in order to properly cite your source. We wish to avoid lawsuits and judicial issues.</blockquote>


=== The basics of source editing ===
==The basics of source editing==
Source editing is more based on code, and so it is adviceable to first learn a bit about visual editing before learning about source editing, as parts of it rely on coding.  
Source editing is more based on code, and so it is adviceable to first learn a bit about visual editing before learning about source editing, as parts of it rely on coding.  


==== Templates ====
=== Templates===
Another way to make your work more appealing and concise is to use templates. Although templates are still being worked on a bit, you can still use templates. If you are new to this and do not have a good understanding of the coding language of the website (HTML and Wikitext), then it is adviced to ask others to help you out or to copy a template from someone else. If you are more experienced, simply insert a template and use keywords to find templates that you can tweak to your liking.
Another way to make your work more appealing and concise is to use templates. Although templates are still being worked on a bit, you can still use templates. If you are new to this and do not have a good understanding of the coding language of the website (HTML and Wikitext), then it is adviced to ask others to help you out or to copy a template from someone else. If you are more experienced, simply insert a template and use keywords to find templates that you can tweak to your liking.
[[File:Edit page photo pencil.png|thumb|The pencil to switch between visual and source editing]]
[[File:Edit page photo pencil.png|thumb|The pencil to switch between visual and source editing]]


==== Tabbers ====
===Tabbers===
Tabbers are a tool to add tabs to your page, so that multiple sources of text can be on the same section of a page. In order to make a tab, open source editing by clicking on the pencil on the top right. Then find the spot where you want to place your tab and insert something like this  
Tabbers are a tool to add tabs to your page, so that multiple sources of text can be on the same section of a page. In order to make a tab, open source editing by clicking on the pencil on the top right. Then find the spot where you want to place your tab and insert something like this  


Line 59: Line 59:
|-|Third Tab Title= Hope you like it
|-|Third Tab Title= Hope you like it


</tabber>To add or subtract categories, simply follow the style of the code. You can change the title and text of a tab by changing the example 'Second tab title' and 'Second tab content goes here' pieces, as I have done in my tab.
</tabber>To add or subtract categories, simply follow the style of the code. You can change the title and text of a tab by changing the 'Second tab title' and 'Second tab content goes here' pieces.




 
===Code blocks ===
==== Code blocks ====
Code blocks are used to insert code into your page to enhance your page even more. This is the most complex feature of the basics and requires you to be able to read and understand the coding language you wish to use. It is adviceable you first learn a coding language before you use this, otherwise this could cause problems.
Code blocks are used to insert code into your page to enhance your page even more. This is the most complex feature of the basics and requires you to be able to read and understand the coding language you wish to use. It is adviceable you first learn a coding language before you use this, otherwise this could cause problems.


=== Advice on design and use of imagery ===
== Advice on design and use of imagery==
As we have said earlier, you can use images to improve your page. We will not annoy you with all sorts of terminology as advice, but it might help you to stick to these guidelines:  
As we have said earlier, you can use images to improve your page. We will not annoy you with all sorts of terminology as advice, but it might help you to stick to these guidelines:  
*Do not stretch your images. Changing the ratio of your image will make it look odd or goofy.
*Do not stretch your images. Changing the ratio of your image will make it look odd or goofy.
Line 73: Line 72:
*Crop your photos appropiately, you can do this in Paint (3D) easily.
*Crop your photos appropiately, you can do this in Paint (3D) easily.
*Make use of tables if you can not put your image the way you want it. Some images might want to stick to a corner, and so you can use tables to relocate them to your desired location while also adding a nice border to your image.
*Make use of tables if you can not put your image the way you want it. Some images might want to stick to a corner, and so you can use tables to relocate them to your desired location while also adding a nice border to your image.
*Remove metadata if you do not want others to be able to use your images to get information about you.
=== Citations ===
Whenever you work on a page, you might use references that are not yours. In order to not plagiarize, and prevent possible lawsuits against Prism Party or against you as a person even, you must cite your sources when using text or images that you do not own.
==== Images: ====
For images, it is as simple as using the default uploading page. You can find it at the bottom of the pop-up that asks you to upload images that you personally own. In the description, you give an explanation of where you got the image from, who the author is (If thats known), when it was made (If known) and when you used it. Citations must be done in one of the citing standards, such as APA. There are generators online to do this for you.
==== Text: ====
To cite text, click on 'cite' at the top of the page. In the pop-up, fill in your citation. You must also cite in-text by stating the author/organization that owns the image and the date the original text was written (If known). Use a citation generator to help you out.
Please note that all contributions to Prism Party may be edited, altered, or removed by other contributors.
If you are unsure how to edit this page, please view the editing guide. Thanks for helping build Prism Party!
Cancel Editing help (opens in new window)

This page is a member of a hidden category: