Examine individual changes
This page allows you to examine the variables generated by the Abuse Filter for an individual change.
Variables generated for this change
Variable | Value |
---|---|
Name of the user account (user_name ) | 'Adminstaff' |
Page ID (page_id ) | 25 |
Page namespace (page_namespace ) | 12 |
Page title without namespace (page_title ) | 'Editing Guide' |
Full page title (page_prefixedtitle ) | 'Help:Editing Guide' |
Action (action ) | 'edit' |
Edit summary/reason (summary ) | '' |
Time since last page edit in seconds (page_last_edit_age ) | 120 |
Old content model (old_content_model ) | 'wikitext' |
New content model (new_content_model ) | 'wikitext' |
Old page wikitext, before the edit (old_wikitext ) | '= 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.
'''Note:''' You must be a '''registered user with a confirmed email address''' to edit or create pages.
== Contents ==
1. [[#Account_Requirements|Account Requirements]]
2. [[#Editing_Modes|Editing Modes]]
3. [[#Creating_a_New_Page|Creating a New Page]]
4. [[#Editing_Existing_Pages|Editing Existing Pages]]
5. [[#Using_Templates|Using Templates]]
6. [[#Adding_Categories|Adding Categories]]
7. [[#Linking_Between_Pages|Linking Between Pages]]
8. [[#Adding_References|Adding References]]
9. [[#Adding_Images_and_Media|Adding Images and Media]]
10. [[#Styling_and_Formatting|Styling and Formatting]]
11. [[#Naming_Conventions|Naming Conventions]]
12. [[#Using_Talk_Pages|Using Talk Pages]]
13. [[#Editing_Rules_and_Etiquette|Editing Rules and Etiquette]]
== Account Requirements ==
* You must be logged in to edit or create pages.
* Your email must be confirmed.
* Some features may be restricted to autoconfirmed users (typically after a few edits or a few days).
== Editing Modes ==
=== Visual Editor ===
* Works like a word processor.
* Use the toolbar to add formatting, links, templates, and images.
* Good for general contributors or quick edits.
=== Source Editor ===
* Allows editing in raw wikitext format.
* Needed for advanced templates, formatting, or debugging.
* Use the "Edit source" tab at the top of the page.
== Creating a New Page ==
1. Use the search box to see if the page already exists.
2. If not, click the red link or "Create the page" option.
3. Use templates when appropriate for consistent structure (see below).
== Editing Existing Pages ==
* Click "Edit" or "Edit source" on a page.
* Make your changes.
* Use the "Edit summary" box to briefly describe your changes.
* Preview before saving.
== Using Templates ==
Templates help keep content standardized.
=== In Visual Editor ===
* Go to Insert > Template
* Enter the template name and fill in the fields
=== In Source Editor ===
Paste the template code manually:
<pre>
{{InfoboxCity
| name = Reno
| population = 264165
| county = Washoe
}}
</pre>
See [[Nevada Wiki:Templates]] for a list of available templates.
== Adding Categories ==
=== In Visual Editor ===
* Click the ☰ menu > Categories
=== In Source Editor ===
Add categories at the end of the page:
<pre>
[[Category:Cities in Nevada]]
[[Category:Geography of Nevada]]
</pre>
== Linking Between Pages ==
=== In Visual Editor ===
* Highlight text, click the link icon, and search for the page.
=== In Source Editor ===
Use the following syntax:
<pre>
[[Las Vegas]]
[[Las Vegas|The city of Las Vegas]]
</pre>
== Adding References ==
=== In Visual Editor ===
* Use the "Cite" menu to add references or custom sources.
=== In Source Editor ===
Use the following format:
<pre>
Las Vegas was founded in 1905.<ref>Encyclopedia of Nevada, 2020</ref>
==References==
<references />
</pre>
== Adding Images and Media ==
* Upload images using the "Upload file" link in the sidebar.
=== In Visual Editor ===
* Use Insert > Media
=== In Source Editor ===
Use the following code:
<pre>
[[File:LasVegasStrip.jpg|thumb|Las Vegas Strip at night]]
</pre>
== Styling and Formatting ==
* Use headings with == Like This ==
* Use bullet points (*) and numbered lists (#)
* Italics: <nowiki>''italic''</nowiki> | Bold: <nowiki>'''bold'''</nowiki>
* Use tables and templates for structure
== Naming Conventions ==
* Use proper nouns with title case (e.g., "Lake Mead")
* Use singular titles unless the subject is a list
* Avoid slang, abbreviations, or unofficial names unless widely recognized
== Using Talk Pages ==
* Use the Talk tab to discuss changes or improvements.
* Sign your messages with <nowiki>--~~~~</nowiki> to include your username and timestamp.
== Editing Rules and Etiquette ==
* Be respectful to other editors.
* Provide sources for factual claims.
* Avoid copying content from copyrighted sources.
* Preview your changes before saving.
Thank you for contributing to Nevada Wiki!' |
New page wikitext, after the edit (new_wikitext ) | '= Nevada Wiki: Editing Guide =
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.
== 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 ==
1. [[#Account_Requirements|Account Requirements]]
2. [[#Editing_Modes|Editing Modes]]
3. [[#Creating_a_New_Page|Creating a New Page]]
4. [[#Editing_Existing_Pages|Editing Existing Pages]]
5. [[#Using_Templates|Using Templates]]
6. [[#Adding_Categories|Adding Categories]]
7. [[#Linking_Between_Pages|Linking Between Pages]]
8. [[#Adding_References|Adding References]]
9. [[#Adding_Images_and_Media|Adding Images and Media]]
10. [[#Styling_and_Formatting|Styling and Formatting]]
11. [[#Naming_Conventions|Naming Conventions]]
12. [[#Using_Talk_Pages|Using Talk Pages]]
13. [[#Editing_Rules_and_Etiquette|Editing Rules and Etiquette]]
14. [[#Further_Resources|Further Resources]]
== Account Requirements ==
* You must be logged in to create or edit pages.
* Your email must be confirmed via the link sent to your inbox.
* Some editing features may be restricted until your account is autoconfirmed (after a few edits or a short time).
== Editing Modes ==
=== Visual Editor ===
* User-friendly and similar to a word processor.
* Use toolbar buttons to format text, add links, insert media, or create headings.
* Ideal for new users or basic edits.
=== Source Editor ===
* Shows the raw wikitext code (with templates and formatting).
* Allows for full control and is required for complex editing.
* Accessible by clicking “Edit source”.
== Creating a New Page ==
1. Use the search bar to check if the page exists.
2. If not, click the red link or "Create the page".
3. Start with a heading and use templates where available (see below).
== Editing Existing Pages ==
* Use either editor to add, update, or fix content.
* Write a short description of your edit in the summary box.
* Use “Show preview” to check your work before saving.
== Using Templates ==
Templates make articles consistent and easy to update.
=== In Visual Editor ===
* Use Insert > Template and fill out fields.
=== In Source Editor ===
Paste a template like this:
<pre>
{{InfoboxCity
| name = Reno
| county = Washoe
| population = 264165
}}
</pre>
See [[Nevada Wiki:Templates]] for available templates.
== Adding Categories ==
=== Visual Editor ===
* Click the ☰ menu > Categories
=== Source Editor ===
At the end of the page, add:
<pre>
[[Category:Cities in Nevada]]
</pre>
== Linking Between Pages ==
* Link to other wiki pages using:
<pre>
[[Las Vegas]]
[[Carson City|Capital of Nevada]]
</pre>
* In Visual Editor, highlight text and click the link icon.
== Adding References ==
To cite sources:
<pre>
Las Vegas was founded in 1905.<ref>Encyclopedia of Nevada, 2020</ref>
==References==
<references />
</pre>
Use “Cite” in Visual Editor to insert references.
== Adding Images and Media ==
1. Upload files using “Upload file” in the sidebar.
2. Insert with:
<pre>
[[File:LasVegasStrip.jpg|thumb|Las Vegas Strip at night]]
</pre>
== Styling and Formatting ==
* Use headings with `== Heading ==`
* Italics: <nowiki>''italic''</nowiki>, Bold: <nowiki>'''bold'''</nowiki>
* Lists: `*` for bullets, `#` for numbers
* Tables: use `{|` syntax or Visual Editor’s table tool
== Naming Conventions ==
* Use proper nouns and title case: "Lake Mead" not "lake mead"
* Use singular page names unless listing multiple items
* Be clear and consistent
== Using Talk Pages ==
* Use Talk tabs to suggest changes or ask questions.
* Sign your comments with: <nowiki>--~~~~</nowiki>
== Editing Rules and Etiquette ==
* Be respectful and constructive.
* Cite reliable sources.
* Don’t copy large blocks of text from other websites.
* 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 helping build the Nevada Wiki!' |
Unified diff of changes made by edit (edit_diff ) | '@@ -1,7 +1,21 @@
= 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.
+
+== 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 ==
@@ -19,86 +33,75 @@
12. [[#Using_Talk_Pages|Using Talk Pages]]
13. [[#Editing_Rules_and_Etiquette|Editing Rules and Etiquette]]
+14. [[#Further_Resources|Further Resources]]
== Account Requirements ==
-* You must be logged in to edit or create pages.
-* Your email must be confirmed.
-* Some features may be restricted to autoconfirmed users (typically after a few edits or a few days).
+* You must be logged in to create or edit pages.
+* Your email must be confirmed via the link sent to your inbox.
+* Some editing features may be restricted until your account is autoconfirmed (after a few edits or a short time).
== Editing Modes ==
=== Visual Editor ===
-* Works like a word processor.
-* Use the toolbar to add formatting, links, templates, and images.
-* Good for general contributors or quick edits.
+* User-friendly and similar to a word processor.
+* Use toolbar buttons to format text, add links, insert media, or create headings.
+* Ideal for new users or basic edits.
=== Source Editor ===
-* Allows editing in raw wikitext format.
-* Needed for advanced templates, formatting, or debugging.
-* Use the "Edit source" tab at the top of the page.
+* Shows the raw wikitext code (with templates and formatting).
+* Allows for full control and is required for complex editing.
+* Accessible by clicking “Edit source”.
== Creating a New Page ==
-1. Use the search box to see if the page already exists.
-2. If not, click the red link or "Create the page" option.
-3. Use templates when appropriate for consistent structure (see below).
+1. Use the search bar to check if the page exists.
+2. If not, click the red link or "Create the page".
+3. Start with a heading and use templates where available (see below).
== Editing Existing Pages ==
-* Click "Edit" or "Edit source" on a page.
-* Make your changes.
-* Use the "Edit summary" box to briefly describe your changes.
-* Preview before saving.
+* Use either editor to add, update, or fix content.
+* Write a short description of your edit in the summary box.
+* Use “Show preview” to check your work before saving.
== Using Templates ==
-Templates help keep content standardized.
+Templates make articles consistent and easy to update.
=== In Visual Editor ===
-* Go to Insert > Template
-* Enter the template name and fill in the fields
+* Use Insert > Template and fill out fields.
=== In Source Editor ===
-Paste the template code manually:
+Paste a template like this:
<pre>
{{InfoboxCity
| name = Reno
+ | county = Washoe
| population = 264165
- | county = Washoe
}}
</pre>
-See [[Nevada Wiki:Templates]] for a list of available templates.
+See [[Nevada Wiki:Templates]] for available templates.
== Adding Categories ==
-=== In Visual Editor ===
+=== Visual Editor ===
* Click the ☰ menu > Categories
-=== In Source Editor ===
-Add categories at the end of the page:
+=== Source Editor ===
+At the end of the page, add:
<pre>
[[Category:Cities in Nevada]]
-[[Category:Geography of Nevada]]
</pre>
== Linking Between Pages ==
-
-=== In Visual Editor ===
-* Highlight text, click the link icon, and search for the page.
-
-=== In Source Editor ===
-Use the following syntax:
-
+* Link to other wiki pages using:
<pre>
[[Las Vegas]]
-[[Las Vegas|The city of Las Vegas]]
+[[Carson City|Capital of Nevada]]
</pre>
+
+* In Visual Editor, highlight text and click the link icon.
== Adding References ==
-
-=== In Visual Editor ===
-* Use the "Cite" menu to add references or custom sources.
-
-=== In Source Editor ===
-Use the following format:
+To cite sources:
<pre>
@@ -108,14 +111,10 @@
<references />
</pre>
+
+Use “Cite” in Visual Editor to insert references.
== Adding Images and Media ==
-
-* Upload images using the "Upload file" link in the sidebar.
-
-=== In Visual Editor ===
-* Use Insert > Media
-
-=== In Source Editor ===
-Use the following code:
+1. Upload files using “Upload file” in the sidebar.
+2. Insert with:
<pre>
@@ -124,23 +123,35 @@
== Styling and Formatting ==
-* Use headings with == Like This ==
-* Use bullet points (*) and numbered lists (#)
-* Italics: <nowiki>''italic''</nowiki> | Bold: <nowiki>'''bold'''</nowiki>
-* Use tables and templates for structure
+* Use headings with `== Heading ==`
+* Italics: <nowiki>''italic''</nowiki>, Bold: <nowiki>'''bold'''</nowiki>
+* Lists: `*` for bullets, `#` for numbers
+* Tables: use `{|` syntax or Visual Editor’s table tool
== Naming Conventions ==
-* Use proper nouns with title case (e.g., "Lake Mead")
-* Use singular titles unless the subject is a list
-* Avoid slang, abbreviations, or unofficial names unless widely recognized
+* Use proper nouns and title case: "Lake Mead" not "lake mead"
+* Use singular page names unless listing multiple items
+* Be clear and consistent
== Using Talk Pages ==
-* Use the Talk tab to discuss changes or improvements.
-* Sign your messages with <nowiki>--~~~~</nowiki> to include your username and timestamp.
+* Use Talk tabs to suggest changes or ask questions.
+* Sign your comments with: <nowiki>--~~~~</nowiki>
== Editing Rules and Etiquette ==
-* Be respectful to other editors.
-* Provide sources for factual claims.
-* Avoid copying content from copyrighted sources.
-* Preview your changes before saving.
+* Be respectful and constructive.
+* Cite reliable sources.
+* Don’t copy large blocks of text from other websites.
+* 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!
' |
Lines added in edit (added_lines ) | [
0 => '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.',
1 => '',
2 => '== For First-Time Editors ==',
3 => '',
4 => 'Editing this wiki can be simple! Here's how to get started:',
5 => '',
6 => '* Click “Edit” at the top of a page to use the '''Visual Editor''' — it's like editing a document.',
7 => '* You can also click “Edit source” to see and modify the '''wikitext code''' (advanced).',
8 => '* Use “Show preview” before saving your changes.',
9 => '* Write a short summary of what you changed in the “Edit summary” box.',
10 => '* Always save your work by clicking “Save changes.”',
11 => '',
12 => 'Don't worry — you can't break anything permanently. Every edit is saved in the page history.',
13 => '',
14 => 'If you're unsure, start small! Fix a typo, add a sentence, or update a date. Every contribution helps.',
15 => '14. [[#Further_Resources|Further Resources]]',
16 => '* You must be logged in to create or edit pages.',
17 => '* Your email must be confirmed via the link sent to your inbox.',
18 => '* Some editing features may be restricted until your account is autoconfirmed (after a few edits or a short time).',
19 => '* User-friendly and similar to a word processor.',
20 => '* Use toolbar buttons to format text, add links, insert media, or create headings.',
21 => '* Ideal for new users or basic edits.',
22 => '* Shows the raw wikitext code (with templates and formatting).',
23 => '* Allows for full control and is required for complex editing.',
24 => '* Accessible by clicking “Edit source”.',
25 => '1. Use the search bar to check if the page exists.',
26 => '2. If not, click the red link or "Create the page".',
27 => '3. Start with a heading and use templates where available (see below).',
28 => '* Use either editor to add, update, or fix content.',
29 => '* Write a short description of your edit in the summary box.',
30 => '* Use “Show preview” to check your work before saving.',
31 => 'Templates make articles consistent and easy to update.',
32 => '* Use Insert > Template and fill out fields.',
33 => 'Paste a template like this:',
34 => ' | county = Washoe',
35 => 'See [[Nevada Wiki:Templates]] for available templates.',
36 => '=== Visual Editor ===',
37 => '=== Source Editor ===',
38 => 'At the end of the page, add:',
39 => '* Link to other wiki pages using:',
40 => '[[Carson City|Capital of Nevada]]',
41 => '',
42 => '* In Visual Editor, highlight text and click the link icon.',
43 => 'To cite sources:',
44 => '',
45 => 'Use “Cite” in Visual Editor to insert references.',
46 => '1. Upload files using “Upload file” in the sidebar.',
47 => '2. Insert with:',
48 => '* Use headings with `== Heading ==`',
49 => '* Italics: <nowiki>''italic''</nowiki>, Bold: <nowiki>'''bold'''</nowiki>',
50 => '* Lists: `*` for bullets, `#` for numbers',
51 => '* Tables: use `{|` syntax or Visual Editor’s table tool',
52 => '* Use proper nouns and title case: "Lake Mead" not "lake mead"',
53 => '* Use singular page names unless listing multiple items',
54 => '* Be clear and consistent',
55 => '* Use Talk tabs to suggest changes or ask questions.',
56 => '* Sign your comments with: <nowiki>--~~~~</nowiki>',
57 => '* Be respectful and constructive.',
58 => '* Cite reliable sources.',
59 => '* Don’t copy large blocks of text from other websites.',
60 => '* Preview before saving.',
61 => '* Discuss major changes on the Talk page first.',
62 => '',
63 => '== Further Resources ==',
64 => 'For more advanced help, visit these official MediaWiki guides:',
65 => '',
66 => '* [https://www.mediawiki.org/wiki/Help:Editing_pages Help:Editing pages]',
67 => '* [https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting]',
68 => '* [https://www.mediawiki.org/wiki/Help:Templates Help:Templates]',
69 => '* [https://www.mediawiki.org/wiki/Help:Categories Help:Categories]',
70 => '* [https://www.mediawiki.org/wiki/Help:Links Help:Links]',
71 => '* [https://www.mediawiki.org/wiki/Help:Images Help:Images]',
72 => '* [https://www.mediawiki.org/wiki/Help:Extension:VisualEditor/User_guide VisualEditor User Guide]',
73 => 'Thank you for helping build the Nevada Wiki!'
] |
Unix timestamp of change (timestamp ) | '1746342116' |