Editing Editing

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 save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
__NOTOC__
+
The Corepunk wiki strives for a comprehensive archive of information about the videogame [https://corepunk.com/ Corepunk]. As such, anybody is able to contribute, no matter how big or small the contribution. Users do not need to register to contribute to the wiki. If editors do not register, their edits will be identified with their IP address.
The [[Corepunk Wiki]] strives for a comprehensive archive of information about the videogame [https://corepunk.com/ Corepunk]. As such, anybody is able to contribute, no matter how big or small the contribution. Users do not need to register to contribute to the wiki. If editors do not register, their edits will be identified with their IP address.
 
 
==General==
 
==General==
This section outlines important editing guidelines. Anyone editing the wiki should familiarize themselves with these rules.
+
Important editing guidelines. Anyone editing the wiki should familiarize themselves with these rules.
 
===Content===
 
===Content===
 
Content should be written in [[wikipedia:American English]], in an unbiased, formal manner. They should be as concise as possible whilst still being readable to most users and without loss of information. Content should be relevant and should not be a narrative short story.<br>
 
Content should be written in [[wikipedia:American English]], in an unbiased, formal manner. They should be as concise as possible whilst still being readable to most users and without loss of information. Content should be relevant and should not be a narrative short story.<br>
Line 8: Line 7:
  
 
===Appearance===
 
===Appearance===
Editors must ensure articles have a consistent and standardized appearance. This is done through the use of [[#Templates|templates]]. Articles must be format in a way that is clear and easy-to-understand.
+
Editors must ensure articles have a consistent and standardized appearance. This is done through the use of [[#Templates|templates]].<br>
 
+
We aim for a visual style similar to that of [https://corepunk.com/ Corepunk's official website].
====Formatting====
 
The following table lists the most widely used text formatting options:
 
{| class="wikitable" style="max-width:800px;"
 
!Text Editor!!Result!!Use
 
|-
 
|<code><pre>''Italic Text''</pre></code>||'''Italic Text'''||Used for emphasis or to distinguish a title of a certain work.
 
|-
 
|<code><pre>'''Bold Text'''</pre></code>||'''Bold Text'''||Used for emphasis. Typically used to emphasize words under a section heading.
 
|-
 
|<code><pre>
 
*1st
 
**2nd
 
***3rd
 
*4th
 
</pre></code>||
 
*1st
 
**2nd
 
***3rd
 
*4th
 
||
 
Used for unordered bullet-point lists. First-level bullet-point lists have mostly been replaced with the {{T|arrow}} template.
 
|-
 
|<code><pre>
 
#1st
 
##2nd
 
##3rd
 
#4th
 
</pre></code>||
 
#1st
 
##2nd
 
##3rd
 
#4th
 
||
 
Used for numbered lists.
 
|-
 
|<code><pre>
 
== Section ==
 
=== Subsection ===
 
==== Sub-Subsection ====
 
</pre></code>||
 
<h2 id="section">Section</h2>
 
<h3 id="section">Subsection</h3>
 
<h4 id="section">Sub-Subsection</h4>
 
||
 
Used for separating content. Usually written in [[wikipedia:Title Case|title case]].
 
|-
 
|<code><pre>
 
Paragraph.
 
 
 
Paragraphs are separated by an empty line.<br>
 
Force new lines with the HTML break tag.
 
</pre></code>||
 
Paragraph.
 
 
 
Paragraphs are separated by an empty line.<br>
 
Force new lines with the HTML break tag.
 
||
 
Paragraph formatting.
 
|-
 
|<code><pre>
 
Text
 
: Indented text
 
:: Double-indented text
 
::: etc.
 
</pre></code>||
 
Text
 
: Indented text
 
:: Double-indented text
 
::: etc.
 
||
 
Used for indents. They most commonly can be seen documenting [[NPC]] dialogue trees, with the {{T|dialogue icon}} template.
 
|}
 
 
 
====Linking====
 
The following table lists different ways to link to internal or external pages:
 
{| class="wikitable" style="max-width:800px;"
 
!Text Editor!!Result!!Description
 
|-
 
|<code><pre>[[Corepunk Wiki]]</pre></code>||[[Corepunk Wiki]]||Simple internal link to an article.
 
|-
 
|<code><pre>[[Help:Example]]</pre></code>||[[Help:Editing/Invalid Link|Help:Example]]||Internal links to non-existent pages are displayed in red.
 
|-
 
|<code><pre>[[Hero]]es</pre></code>||[[Hero]]es||Characters immediately following the ending brackets but before a space are automatically appended to the link text.
 
|-
 
|<code><pre>[[red mushroom]]</pre></code>||[[red mushroom]]||The first character of an internal link is automatically converted to upper case.
 
|-
 
|<code><pre>[[Corepunk Wiki|Main Page]]</pre></code>||[[Corepunk Wiki|Main Page]]||Text following the "<code><nowiki>|</nowiki></code>" character is displayed as the link text.
 
|-
 
|<code><pre>[https://corepunk.com Corepunk]</pre></code>||[https://corepunk.com Corepunk]||If only single square brackets are used, an external link is created. Note that unlike in the previous example, no "<code><nowiki>|</nowiki></code>" character is used to change the displayed link text.
 
|}
 
  
 
===Uploading===
 
===Uploading===
All images, with the exception of icons, should be uploaded as <code>.jpg</code> files (80% compression). This makes load times for pages with many images significantly faster.<br>
+
All images, with the exception of icons, should be uploaded as <code>.jpg</code> files. This makes load times for pages with many images significantly faster.<br>
 
Icons should be uploaded as <code>.png</code> files with the highest resolution possible, preferably from Corepunk's game files or the [https://corepunk.com/en/press Official Press Kit].<br>  
 
Icons should be uploaded as <code>.png</code> files with the highest resolution possible, preferably from Corepunk's game files or the [https://corepunk.com/en/press Official Press Kit].<br>  
 
When taking screenshots, ensure the image quality is the highest possible before compressing. This means all graphics settings should be set to their maximum values.<br>
 
When taking screenshots, ensure the image quality is the highest possible before compressing. This means all graphics settings should be set to their maximum values.<br>
Line 115: Line 24:
 
Users can optionally fill in the '''Summary''' text box below the editing area to explain the content of the edit. Before clicking the "'''Save changes'''" button, it is encouraged to click the "'''Show preview'''" to ensure the page's content and format is correct.
 
Users can optionally fill in the '''Summary''' text box below the editing area to explain the content of the edit. Before clicking the "'''Save changes'''" button, it is encouraged to click the "'''Show preview'''" to ensure the page's content and format is correct.
 
===Minor Edits===
 
===Minor Edits===
A '''minor edit''' signifies that a small, superficial change has been made to a page. This may include, but is not limited to: fixing typos, spelling and/or grammatical mistakes; altering page appearance and/or structure; updating inaccurate information; or addition of detail that is of little importance to the overall article. A minor edit is an alteration that the editor believes requires no review and could never be the subject of a dispute.
+
A '''minor edit''' signifies that a small, superficial change has been made to a page. This may include, but is not limited to: fixing typos, spelling and/or grammatical mistakes; altering page appearance and/or structure; updating inaccurate information; or addition of detail that is of little importance to the overall article.
  
 
To signify a minor edit, tick the checkbox labeled "'''This is a minor edit'''" above the "'''Save changes'''" button. Marking an edit as minor does not mean the contributor should forgo writing an edit summary. Editors should not feel that marking an edit as minor devalues their contribution in any way.
 
To signify a minor edit, tick the checkbox labeled "'''This is a minor edit'''" above the "'''Save changes'''" button. Marking an edit as minor does not mean the contributor should forgo writing an edit summary. Editors should not feel that marking an edit as minor devalues their contribution in any way.
 
 
===Major Edits===
 
===Major Edits===
 
'''Major edits''' are edits not considered to be minor. Editors should first consider adding to to the relevant [[#Talk Pages|talk page]] and getting consent from relevant editors first before making the contribution. If an edit takes place over an extended period of time, consider saving the page and using the {{T|in use}} template to prevent edit conflicts and ensure progress isn't lost if the web browser crashes.
 
'''Major edits''' are edits not considered to be minor. Editors should first consider adding to to the relevant [[#Talk Pages|talk page]] and getting consent from relevant editors first before making the contribution. If an edit takes place over an extended period of time, consider saving the page and using the {{T|in use}} template to prevent edit conflicts and ensure progress isn't lost if the web browser crashes.
Line 129: Line 37:
  
 
==Article Creation==
 
==Article Creation==
Before '''article creation''', ensure that it is necessary and relevant to Corepunk. Novice editors are reccommended to begin with smaller edits first before creating a new article. The easiest way to create a new article is to find and click through a red link, such as [[Help:Editing/Invalid Link|Help:Example]].
+
Before '''article creation''', ensure that it is necessary and relevant to Corepunk. Novice editors are reccommended to begin with smaller edits first before creating a new article. The easiest way to create a new article is to find and click through a red link such as [[Help:Editing/Invalid Link|Help:Example]].
  
 
==Talk Pages==
 
==Talk Pages==
'''Talk pages''' are used to discuss possible changes to a particular article before it becomes a submitted contribution. If an editor is unsure about a contribution, it is reccommended to ask in the article in question's related talk page. Editors should sign their contributions to a talk page with their [https://corepunk.wiki/w/Special:Preferences signature] with four tildes (i.e. "<code><nowiki>~~~~</nowiki></code>").
+
'''Talk pages''' are used to discuss possible changes to a particular article before it becomes a submitted contribution. If an editor is unsure about a contribution, it is reccommended to ask in the article in question's related talk page.<br>
 
+
Editors should sign their contributions to a talk page with their [https://corepunk.wiki/w/Special:Preferences signature] with four tildes (i.e. "<nowiki>~~~~</nowiki>")
 
==Documentation==
 
==Documentation==
The average user should be able to look at a page's source and understand its general function. A page's source should be documented with comments if it is hard to read and/or understand. This means all code that isn't self-explanatory should be commented.
+
We strive for a wiki such that the average user can look at our source and understand its general function.<br>
 +
In general, a page's source should be documented with comments if it is hard to read and/or understand. This means all code that isn't self-explanatory should be commented.
 
===Naming Conventions===
 
===Naming Conventions===
 
Pages and headings should be named formally, concisely and sensibly. It should convey a general idea of what the section is about.
 
Pages and headings should be named formally, concisely and sensibly. It should convey a general idea of what the section is about.
 
===Templates===
 
===Templates===
Templates are snippets of wikitext to be included in articles. They are used as a means of standardization and ease of use. In general, if a snippet is repeated across multiple pages, it should be abstracted into a template.<br>
+
Templates are snippets of wikitext to be included in articles. It is similar to a [[wikipedia:Class_(computer_programming)|class]] in object-oriented programming.<br>
 +
They are used by this wiki as a means of standardization and ease of use. In general, if a snippet is repeated across multiple pages, it should be abstracted into a template.<br>
 
Comments in templates should be adjacent to the line it is commenting on, or directly above the relevant section.
 
Comments in templates should be adjacent to the line it is commenting on, or directly above the relevant section.
  

Please note that all contributions to Corepunk Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Templates used on this page: