|
|
| = Nevada Wiki: Editing Guide = | | = Nevada Wiki: Editing Guide = |
|
| |
|
| Welcome to the Nevada Wiki Editing Guide! This guide will help you contribute articles, fix errors, and expand knowledge about Nevada’s cities, people, events, and landmarks. Whether you're using the Visual Editor or the Source Editor, we've got you covered. | | Welcome to the Nevada Wiki Editing Guide! This page will help you learn how to create and improve articles about Nevada’s cities, people, places, and history. Whether you're completely new to wikis or experienced with MediaWiki, this guide has something for you. |
|
| |
|
| '''Note:''' You must be a '''registered user with a confirmed email address''' to edit or create pages. | | '''Note:''' You must be a '''registered user with a confirmed email address''' to edit or create pages. |
| | |
| | == For First-Time Editors == |
| | |
| | Editing this wiki can be simple! Here's how to get started: |
| | |
| | * Click “Edit” at the top of a page to use the '''Visual Editor''' — it's like editing a document. |
| | * You can also click “Edit source” to see and modify the '''wikitext code''' (advanced). |
| | * Use “Show preview” before saving your changes. |
| | * Write a short summary of what you changed in the “Edit summary” box. |
| | * Always save your work by clicking “Save changes.” |
| | |
| | Don't worry — you can't break anything permanently. Every edit is saved in the page history. |
| | |
| | If you're unsure, start small! Fix a typo, add a sentence, or update a date. Every contribution helps. |
|
| |
|
| == Contents == | | == Contents == |
|
|
| 12. [[#Using_Talk_Pages|Using Talk Pages]] | | 12. [[#Using_Talk_Pages|Using Talk Pages]] |
| 13. [[#Editing_Rules_and_Etiquette|Editing Rules and Etiquette]] | | 13. [[#Editing_Rules_and_Etiquette|Editing Rules and Etiquette]] |
| | 14. [[#Further_Resources|Further Resources]] |
|
| |
|
| == Account Requirements == | | == Account Requirements == |
| * You must be logged in to edit or create pages. | | * You must be logged in to create or edit pages. |
| * Your email must be confirmed. | | * Your email must be confirmed via the link sent to your inbox. |
| * Some features may be restricted to autoconfirmed users (typically after a few edits or a few days). | | * Some editing features may be restricted until your account is autoconfirmed (after a few edits or a short time). |
|
| |
|
| == Editing Modes == | | == Editing Modes == |
|
| |
|
| === Visual Editor === | | === Visual Editor === |
| * Works like a word processor. | | * User-friendly and similar to a word processor. |
| * Use the toolbar to add formatting, links, templates, and images. | | * Use toolbar buttons to format text, add links, insert media, or create headings. |
| * Good for general contributors or quick edits. | | * Ideal for new users or basic edits. |
|
| |
|
| === Source Editor === | | === Source Editor === |
| * Allows editing in raw wikitext format. | | * Shows the raw wikitext code (with templates and formatting). |
| * Needed for advanced templates, formatting, or debugging. | | * Allows for full control and is required for complex editing. |
| * Use the "Edit source" tab at the top of the page. | | * Accessible by clicking “Edit source”. |
|
| |
|
| == Creating a New Page == | | == Creating a New Page == |
| 1. Use the search box to see if the page already exists. | | 1. Use the search bar to check if the page exists. |
| 2. If not, click the red link or "Create the page" option. | | 2. If not, click the red link or "Create the page". |
| 3. Use templates when appropriate for consistent structure (see below). | | 3. Start with a heading and use templates where available (see below). |
|
| |
|
| == Editing Existing Pages == | | == Editing Existing Pages == |
| * Click "Edit" or "Edit source" on a page. | | * Use either editor to add, update, or fix content. |
| * Make your changes. | | * Write a short description of your edit in the summary box. |
| * Use the "Edit summary" box to briefly describe your changes. | | * Use “Show preview” to check your work before saving. |
| * Preview before saving.
| |
|
| |
|
| == Using Templates == | | == Using Templates == |
| Templates help keep content standardized. | | Templates make articles consistent and easy to update. |
|
| |
|
| === In Visual Editor === | | === In Visual Editor === |
| * Go to Insert > Template | | * Use Insert > Template and fill out fields. |
| * Enter the template name and fill in the fields
| |
|
| |
|
| === In Source Editor === | | === In Source Editor === |
| Paste the template code manually: | | Paste a template like this: |
|
| |
|
| <pre> | | <pre> |
| {{InfoboxCity | | {{InfoboxCity |
| | name = Reno | | | name = Reno |
| | | county = Washoe |
| | population = 264165 | | | population = 264165 |
| | county = Washoe
| |
| }} | | }} |
| </pre> | | </pre> |
|
| |
|
| See [[Nevada Wiki:Templates]] for a list of available templates. | | See [[Nevada Wiki:Templates]] for available templates. |
|
| |
|
| == Adding Categories == | | == Adding Categories == |
|
| |
|
| === In Visual Editor === | | === Visual Editor === |
| * Click the ☰ menu > Categories | | * Click the ☰ menu > Categories |
|
| |
|
| === In Source Editor === | | === Source Editor === |
| Add categories at the end of the page:
| | At the end of the page, add: |
|
| |
|
| <pre> | | <pre> |
| [[Category:Cities in Nevada]] | | [[Category:Cities in Nevada]] |
| [[Category:Geography of Nevada]]
| |
| </pre> | | </pre> |
|
| |
|
| == Linking Between Pages == | | == Linking Between Pages == |
| | | * Link to other wiki pages using: |
| === In Visual Editor ===
| |
| * Highlight text, click the link icon, and search for the page. | |
| | |
| === In Source Editor ===
| |
| Use the following syntax:
| |
| | |
| <pre> | | <pre> |
| [[Las Vegas]] | | [[Las Vegas]] |
| [[Las Vegas|The city of Las Vegas]] | | [[Carson City|Capital of Nevada]] |
| </pre> | | </pre> |
| | |
| | * In Visual Editor, highlight text and click the link icon. |
|
| |
|
| == Adding References == | | == Adding References == |
| | | To cite sources: |
| === In Visual Editor ===
| |
| * Use the "Cite" menu to add references or custom sources.
| |
| | |
| === In Source Editor ===
| |
| Use the following format:
| |
|
| |
|
| <pre> | | <pre> |
|
|
| <references /> | | <references /> |
| </pre> | | </pre> |
| | |
| | Use “Cite” in Visual Editor to insert references. |
|
| |
|
| == Adding Images and Media == | | == Adding Images and Media == |
| | | 1. Upload files using “Upload file” in the sidebar. |
| * Upload images using the "Upload file" link in the sidebar.
| | 2. Insert with: |
| | |
| === In Visual Editor ===
| |
| * Use Insert > Media
| |
| | |
| === In Source Editor ===
| |
| Use the following code:
| |
|
| |
|
| <pre> | | <pre> |
|
|
|
| |
|
| == Styling and Formatting == | | == Styling and Formatting == |
| * Use headings with == Like This == | | * Use headings with `== Heading ==` |
| * Use bullet points (*) and numbered lists (#)
| | * Italics: <nowiki>''italic''</nowiki>, Bold: <nowiki>'''bold'''</nowiki> |
| * Italics: <nowiki>''italic''</nowiki> | Bold: <nowiki>'''bold'''</nowiki> | | * Lists: `*` for bullets, `#` for numbers |
| * Use tables and templates for structure | | * Tables: use `{|` syntax or Visual Editor’s table tool |
|
| |
|
| == Naming Conventions == | | == Naming Conventions == |
| * Use proper nouns with title case (e.g., "Lake Mead") | | * Use proper nouns and title case: "Lake Mead" not "lake mead" |
| * Use singular titles unless the subject is a list | | * Use singular page names unless listing multiple items |
| * Avoid slang, abbreviations, or unofficial names unless widely recognized | | * Be clear and consistent |
|
| |
|
| == Using Talk Pages == | | == Using Talk Pages == |
| * Use the Talk tab to discuss changes or improvements. | | * Use Talk tabs to suggest changes or ask questions. |
| * Sign your messages with <nowiki>--~~~~</nowiki> to include your username and timestamp. | | * Sign your comments with: <nowiki>--~~~~</nowiki> |
|
| |
|
| == Editing Rules and Etiquette == | | == Editing Rules and Etiquette == |
| * Be respectful to other editors. | | * Be respectful and constructive. |
| * Provide sources for factual claims. | | * Cite reliable sources. |
| * Avoid copying content from copyrighted sources. | | * Don’t copy large blocks of text from other websites. |
| * Preview your changes before saving. | | * Preview before saving. |
| | * Discuss major changes on the Talk page first. |
| | |
| | == Further Resources == |
| | For more advanced help, visit these official MediaWiki guides: |
| | |
| | * [https://www.mediawiki.org/wiki/Help:Editing_pages Help:Editing pages] |
| | * [https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting] |
| | * [https://www.mediawiki.org/wiki/Help:Templates Help:Templates] |
| | * [https://www.mediawiki.org/wiki/Help:Categories Help:Categories] |
| | * [https://www.mediawiki.org/wiki/Help:Links Help:Links] |
| | * [https://www.mediawiki.org/wiki/Help:Images Help:Images] |
| | * [https://www.mediawiki.org/wiki/Help:Extension:VisualEditor/User_guide VisualEditor User Guide] |
|
| |
|
| Thank you for contributing to Nevada Wiki! | | Thank you for helping build the Nevada Wiki! |