CivWiki:Editing Guide: Difference between revisions

rewrite page creation
(rewrite page creation)
 
(21 intermediate revisions by 4 users not shown)
Line 1:
{{CivWiki meta}}
This article provides a starting point for beginner editors. For more help and to answer any questions the [https://discordapp.com/invite/H74bEUp CivWiki Discord] is highly advised. If you are looking for current Wiki projects and priorities see [[CivWiki:Editing Projects]].
 
{| style="float:right; background:none;"
This article is a beginner's guide to editing CivWiki. If you have questions or want additional help, feel free to join the [https://discordapp.com/invite/H74bEUp CivWiki Discord].
 
See also [[CivWiki:Editing Projects]] for ongoing projects that you can help with!
 
{|
|-
|{{Template:User CivWiki discord}}
|-
|}
 
== FAQ ==
 
[[File:CivWikiLarge.png|thumb|200px|Thank you for editing CivWiki!]]
 
=== Q: How do I edit a page? ===
 
The excellent [[Wikipedia:Help:Introduction|editing guide on Wikipedia]] explains how to edit and format a page. Wikipedia also has:
* [[Wikipedia:Help:Introduction to editing with VisualEditor|A tutorial for the visual editor]]
* [[Wikipedia:Help:Introduction to editing with Wiki Markup|A tutorial for the source editor]]
 
You must first [[Special:CreateAccount|create an account]] in order to edit CivWiki.
 
=== Q: How do I create a page? ===
 
SearchGo forto the desiredurl for the page nameyou andwant pressto thecreate centraland redpress link"create".
You must [https://civclassic.miraheze.org/w/index.php?title=Special:CreateAccount&returnto=Welcome+to+the+Civclassic+Wiki create an account] in order to edit.
 
=== Q: How do I upload an image? ===
 
Click the [https://civclassic.miraheze.org/wiki/[Special:Upload |Upload file]] link] in the left sidebar. Ensure you include attribution : this can be as simple as providing a link to the original source in the Summary section.
 
=== Q: How do I formatcreate a pageredirect? ===
 
Create a page with the following: <code><nowiki>#REDIRECT [[Mechanics and Plugins]]</nowiki></code>. This will create a redirect from that page to [[Mechanics and Plugins]].
There are two methods of editing, pressing 'Edit' or 'Edit source'. 'Edit' opens the WYSIWYG visual editor which is suited for simple edits. It is advised to use `Edit Source` for more complex formatting. The best way to improve formatting is by example : view the source of [[Welcome to the Civclassic Wiki#Model_pages|high quality pages]] and copy the relevant wikitext and surrounding brackets: e.g. <code><nowiki>{{infobox ... }}</nowiki></code>.
 
Formatting is less important then content. It is better to submit an edit with poor or non-existant formatting than not to submit at all.
 
=== Q: How are templates used? ===
Line 30 ⟶ 41:
An example template is [[Template:Coord]], used to affix a link to CCMap centered on specified coordinates. To center on x=0, z=0 with a viewing radius of 100, paste <code><nowiki>{{Coord|0|0|100}}</nowiki></code>. This will render as {{Coord|0|0|100}}
 
=== Q: Is there anywhere I can experiment with editing? ===
== Writing standards ==
Generally CivWiki follows the [https://en.wikipedia.org/wiki/Wikipedia:Simplified_Manual_of_Style Wikipedia Manual of Style] and [https://en.wikipedia.org/wiki/Wikipedia:Neutral_point_of_view Wikipedia:Neutral_point_of_view]. Common academic writing guidelines should be followed such as avoiding the use of first person in articles and references should be used when possible. Nevertheless, CivWiki is not Wikipedia:
 
Yes! feel free to use [[CivWiki:Sandbox]] to experiment with editing, formatting, or getting familiar with MediaWiki (the software behind both Wikipedia and CivWiki).
* Content that does not take a neutral point of view can remain hosted on CivWiki as long as it is affixed with [[Template:Neutrality_warning]]
* The standards for topic verifiability and notability are of necessity much lower on CivWiki
 
== Writing standards ==
This is not to say that that low quality content is encouraged. All CivWiki content that is not affixed with warnings should follow Wikipedia quality standards to the greatest possible degree.
 
=== CivWiki:Neutral point of view ===
 
CivWiki hosts many types of content. Some content is created with no intention of presenting information from a neutral perspective. This is permissible, yet to avoid confusion this content must be marked with [[template:Neutrality warning]]. If you wish to have a version of page with a neutral point of view (NPOV) and a version of a page without NPOV, make the NPOV the main page and create a new sub page (without NPOV) by adding '/NW' to the current page url.
 
Per [[CW:DEFER]], articles on CivWiki follow [[WP:SMOS|Wikipedia's manual of style]] and are written from a [[WP:NPOV|neutral point of view]]. Nevertheless, [[CW:NOTWP|CivWiki is not Wikipedia]]: in particular, content that is not written from a neutral point of view can remain as long as it is clearly stated to be opinion.
=== CivWiki:Obsolete ===
 
=== CivWiki:References ===
Content that does not make clear it is highly outdated should be marked with [[template:Obsolete warning]]
 
=== CivWiki:References ===
References should be used whenever possible. They can be anything from reddit posts, links to discord messages(screenshots of discord messages are also okay but a link is preferred), imgur albums/pictures, newspapers, or anything that has a name attached to the source which is easily verifiable.
 
Line 53 ⟶ 57:
=== Page checklist ===
 
In addition to content standards consider :
 
* Relevant images to break up long walls of text
Line 60 ⟶ 64:
** Searching Civ subreddits and discords for relevant content will often turn up useful information, references and images
* "If an article's title is a formal or widely accepted name for the subject, display it in bold as early as possible in the first sentence" (see [https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Lead_section#Format_of_the_first_sentence here])
 
=== Redirects ===
 
Create a page with acronym name to redirect (e.g. Page name is TdC and redirect
<code><nowiki>#REDIRECT [[Tierra de Conciencia]]</nowiki></code>)
 
=== Categories ===
 
To add a page to a category, add <code><nowiki>[[Category:category_name]]</nowiki></code> to the bottom of the page. For instance, to categorize a page as a civlization, add <code><nowiki>[[Category:Civilizations]]</nowiki></code> to the bottom of the page.
To categorize a page, link to the category in the article source
(eg. Category is Civilization <code><nowiki>[[Category:Civilization]]</nowiki></code>). Some useful categories can be found at [[CivWiki:Navigation]]
 
=== File naming ===
 
Files should be saved with relevant names and summaries. Files can then be easily searched using Special:ListFiles or Special:NewFiles.
 
When uploading flag images to the wiki, follow the format
<code><nowiki><Nation name> <subdivision name (if applicable)> <flag></nowiki></code>
(e.g. A valid file name would be Mount Augusta Insula flag.png)
 
=== Dating information ===
Line 85 ⟶ 75:
<code><nowiki>{{when}}</nowiki></code>
 
=== ResourcesTemplates ===
 
=== Sandboxes ===
 
Use [[Civ Classic:Sandbox]] to experiment with formatting
 
=== Useful Templates ===
 
====[[Template:Neutrality warning]]====
 
<code><nowiki>{{Neutrality warning}}</nowiki></code> or <code><nowiki>{{Neutrality warning|section}}</nowiki></code>.
 
====[[Template:Obsolete warning]]====
 
<code><nowiki>{{Obsolete warning}}</nowiki></code> or <code><nowiki>{{Obsolete warning|section}}</nowiki></code>.
 
====[[Template:Coord]]====
 
<code><nowiki>{{Coord|X|Z|R}}</nowiki></code>
 
This Coord template links to a CCmap with those coordinates. However, if you're looking to link coordinates to a different map, like 3.0 or 2.0, use <code><nowiki>{{CivcraftCoord2|X|Z|R}}</nowiki></code> or <code><nowiki>{{CivcraftCoord3|Shard|X|Z|R}}</nowiki></code>
 
==== Infobox ====
 
*[[Template:Infobox_civilization]]
*[[Template:Infobox alliance]]
* [[Template:Infobox person]]
 
[[:Category:Civ templates]] has a number of useful civ-specific templates that may be useful.
==== Navboxes ====
Quadrants:
* [[Template:Sovereign States of the Northwest]]
* [[Template:Sovereign States of the Northeast]]
* [[Template:Sovereign States of the Southwest]]
* [[Template:Sovereign States of the Southeast]]
Alliance:
* [[Template:Entente]]
* [[Template:NATO]]
* [[Template:UDF]]
* [[Template:SATO]]
Organization
* [[Template:Olympics]]
 
[[Category:WikiCivWiki administration]]
2,232

edits