Jump to content

Main Page: Difference between revisions

From PUBLISH DATE
No edit summary
 
No edit summary
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
{{frontpage}}


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
== Welcome to Our Wiki ==


== Getting started ==
Welcome! This wiki is a free, collaborative resource where anyone can contribute. Whether you're interested in reading articles or creating your own, this page will help you get started.
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
== Getting Started ==
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
=== What is a Wiki? ===
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
A wiki is a website where people can easily create and edit pages together. You don't need special programming knowledge—just a basic understanding of how to format text. Think of it like Wikipedia, but for a specific topic or community.
 
=== Creating an Account ===
Before you can edit or create pages, you'll need an account:
 
# Click the '''Log in / Create account''' link (usually in the top right corner)
# Choose '''Create account'''
# Enter a username, password, and email address
# Confirm your email address by clicking the link sent to you
# You're ready to start editing!
 
== How to Create a New Article ==
 
=== Method 1: Using the Search Box ===
This is the easiest way:
 
# Go to the search box at the top of the page
# Type the name of the article you want to create
# Press Enter or click Search
# If the article doesn't exist, you'll see a message suggesting you create it
# Click the blue link that says "create it"
# You'll be taken to a blank editing page
 
=== Method 2: Using the URL ===
If you know the exact title you want:
 
# Add this to the URL bar: <code>/wiki/Your_Article_Name</code>
# Replace spaces with underscores
# Press Enter and click "create this page"
 
=== Method 3: From an Existing Article ===
# Write the article title in <code>[[double brackets]]</code> while editing another article
# Save the page
# Click the red link that appears
# Write your new article
 
== Basic Formatting Guide ==
 
=== Headings ===
Use equals signs to create headings. The more equals signs, the smaller the heading:
 
{|
! Code !! Result
|-
| <code>= Main Heading =</code> || '''Main Heading'''
|-
| <code>== Sub Heading ==</code> || '''Sub Heading'''
|-
| <code>=== Sub Sub Heading ===</code> || '''Sub Sub Heading'''
|}
 
<div style="background-color: #f0f0f0; padding: 10px; margin: 10px 0;">
'''Example:'''
<pre>
= The Holy Bible =
== History and Composition ==
=== Early Manuscripts ===
</pre>
</div>
 
=== Bold and Italic Text ===
 
{|
! Effect !! Code !! Result
|-
| Bold || <code>'''text'''</code> || '''text'''
|-
| Italic || <code>''text''</code> || ''text''
|-
| Bold and Italic || <code>'''''text'''''</code> || '''''text'''''
|}
 
=== Links ===
 
{|
! Type !! Code !! Result
|-
| Internal link || <code>[[Article Name]]</code> || [[Article Name]]
|-
| Link with custom text || <code>[[Article Name\|custom text]]</code> || [[Article Name|custom text]]
|-
| External link || <code>[https://example.com Example]</code> || [https://example.com Example]
|}
 
=== Bullet Lists and Numbered Lists ===
 
{|
! Type !! Code
|-
| Bullet List ||
<pre>
* Item one
* Item two
** Indented item
</pre>
|-
| Numbered List ||
<pre>
# First item
# Second item
## Indented number
</pre>
|}
 
<div style="background-color: #f0f0f0; padding: 10px; margin: 10px 0;">
'''Result of bullet list:'''
* Item one
* Item two
** Indented item
</div>
 
=== Paragraphs ===
Just type normally and press Enter twice to create a new paragraph. Single line breaks don't create new paragraphs.
 
== Step-by-Step: Your First Article ==
 
'''Follow this simple process to create your first article:'''
 
# '''Come up with a title''': Think of a clear, descriptive title. Examples: "The King James Version" or "Early Printed Bibles"
 
# '''Create the article''': Use one of the methods above to create a new page with your chosen title
 
# '''Add your content''': You'll see a text box. Type your article text
 
# '''Format it''': Use the formatting guide above to add headings, bold text, lists, etc.
 
# '''Add a summary''': In the "Edit summary" box at the bottom, write a brief description of what you added (example: "Created initial article about the King James Version")
 
# '''Preview your work''': Click the "Show preview" button to see how it will look
 
# '''Save it''': Click "Publish changes" to save your article
 
# '''Done!''': Your article is now live on the wiki
 
== Article Writing Tips ==
 
=== Writing Quality Articles ===
* '''Start with an introduction''': The first paragraph should briefly explain what your article is about
* '''Use clear headings''': Break your article into sections with descriptive headings
* '''Be accurate''': Double-check facts before publishing
* '''Stay neutral''': Write from an objective perspective, not from a personal opinion
* '''Use simple language''': Write so people unfamiliar with the topic can understand
* '''Link to related articles''': Use [[double brackets]] to connect related topics
 
=== Structure Example ===
Here's a good basic structure for most articles:
 
<div style="background-color: #f0f0f0; padding: 10px; margin: 10px 0;">
<pre>
'''Article Title''' is a brief description of what this article is about.
 
== History ==
Explain the background and origins.
 
== Development ==
Describe how the topic developed over time.
 
== Modern Era ==
Explain the current status.
 
== See Also ==
* [[Related Article 1]]
* [[Related Article 2]]
 
== References ==
{{Reflist}}
</pre>
</div>
 
== Common Mistakes to Avoid ==
 
* '''Forgetting to add links''': Connect related topics with [[double brackets]]
* '''Using too few headings''': Break long articles into sections
* '''Not previewing first''': Always click "Show preview" before saving
* '''Forgetting the edit summary''': Tell others what you changed
* '''Writing opinions instead of facts''': Stick to objective information
* '''Not citing sources''': If you add facts, indicate where they come from
 
== Using Templates ==
 
Templates are pre-made sections of code that format information consistently. Here are some common ones:
 
=== Merge Template ===
<code>{{Merge|Other Article Name}}</code> - Suggests this article should be merged with another
 
=== Citation Template ===
<code>{{Reflist}}</code> - Creates a space for your references/citations
 
=== Info Box ===
Many articles use info boxes to display key facts. Your wiki administrator can help with these.
 
== Getting Help ==
 
* '''Having trouble?''': Check the [[Help:Contents|Help section]]
* '''Want to learn more?''': Visit [[Help:Editing|Editing help]]
* '''Questions about formatting?''': See [[Help:Formatting|Formatting help]]
* '''Contact an administrator''': They can answer specific questions about your wiki
 
== Featured Articles ==
 
* [[Holy Bible]] - Overview of the Holy Bible
* [[Bible Publishing History]] - The history of Bible publishing throughout the ages
 
== Recent Changes ==
 
Visit the [[Special:RecentChanges|Recent Changes]] page to see what other editors have been working on.
 
== Quick Reference Card ==
 
{|
! What You Want !! Code
|-
| Heading || <code>== Heading ==</code>
|-
| Bold || <code>'''bold'''</code>
|-
| Italic || <code>''italic''</code>
|-
| Link || <code>[[Article]]</code>
|-
| Bullet || <code>* item</code>
|-
| Number || <code># item</code>
|-
| Horizontal line || <code>----</code>
|}
 
== Ready to Start? ==
 
Now that you understand the basics:
 
# '''Pick a topic''' you'd like to write about
# '''Search for it''' to see if an article already exists
# '''Create it''' using one of the methods above
# '''Write and format''' your article using the guide above
# '''Save it''' and share it with the community
 
Don't worry about making it perfect on the first try—that's what editing is for! Other contributors may improve your article over time, and you can always edit it again to fix things.
 
'''Happy editing!'''
 
[[Category:Wiki Help]]
[[Category:Getting Started]]

Revision as of 15:14, 17 February 2026

Template:Frontpage

Welcome to Our Wiki

Welcome! This wiki is a free, collaborative resource where anyone can contribute. Whether you're interested in reading articles or creating your own, this page will help you get started.

Getting Started

What is a Wiki?

A wiki is a website where people can easily create and edit pages together. You don't need special programming knowledge—just a basic understanding of how to format text. Think of it like Wikipedia, but for a specific topic or community.

Creating an Account

Before you can edit or create pages, you'll need an account:

  1. Click the Log in / Create account link (usually in the top right corner)
  2. Choose Create account
  3. Enter a username, password, and email address
  4. Confirm your email address by clicking the link sent to you
  5. You're ready to start editing!

How to Create a New Article

This is the easiest way:

  1. Go to the search box at the top of the page
  2. Type the name of the article you want to create
  3. Press Enter or click Search
  4. If the article doesn't exist, you'll see a message suggesting you create it
  5. Click the blue link that says "create it"
  6. You'll be taken to a blank editing page

Method 2: Using the URL

If you know the exact title you want:

  1. Add this to the URL bar: /wiki/Your_Article_Name
  2. Replace spaces with underscores
  3. Press Enter and click "create this page"

Method 3: From an Existing Article

  1. Write the article title in double brackets while editing another article
  2. Save the page
  3. Click the red link that appears
  4. Write your new article

Basic Formatting Guide

Headings

Use equals signs to create headings. The more equals signs, the smaller the heading:

Code Result
= Main Heading = Main Heading
== Sub Heading == Sub Heading
=== Sub Sub Heading === Sub Sub Heading

Example:

= The Holy Bible =
== History and Composition ==
=== Early Manuscripts ===

Bold and Italic Text

Effect Code Result
Bold text text
Italic text text
Bold and Italic text text
Type Code Result
Internal link Article Name Article Name
Link with custom text custom text custom text
External link Example Example

Bullet Lists and Numbered Lists

Type Code
Bullet List
* Item one
* Item two
** Indented item
Numbered List
# First item
# Second item
## Indented number

Result of bullet list:

  • Item one
  • Item two
    • Indented item

Paragraphs

Just type normally and press Enter twice to create a new paragraph. Single line breaks don't create new paragraphs.

Step-by-Step: Your First Article

Follow this simple process to create your first article:

  1. Come up with a title: Think of a clear, descriptive title. Examples: "The King James Version" or "Early Printed Bibles"
  1. Create the article: Use one of the methods above to create a new page with your chosen title
  1. Add your content: You'll see a text box. Type your article text
  1. Format it: Use the formatting guide above to add headings, bold text, lists, etc.
  1. Add a summary: In the "Edit summary" box at the bottom, write a brief description of what you added (example: "Created initial article about the King James Version")
  1. Preview your work: Click the "Show preview" button to see how it will look
  1. Save it: Click "Publish changes" to save your article
  1. Done!: Your article is now live on the wiki

Article Writing Tips

Writing Quality Articles

  • Start with an introduction: The first paragraph should briefly explain what your article is about
  • Use clear headings: Break your article into sections with descriptive headings
  • Be accurate: Double-check facts before publishing
  • Stay neutral: Write from an objective perspective, not from a personal opinion
  • Use simple language: Write so people unfamiliar with the topic can understand
  • Link to related articles: Use double brackets to connect related topics

Structure Example

Here's a good basic structure for most articles:

'''Article Title''' is a brief description of what this article is about.

== History ==
Explain the background and origins.

== Development ==
Describe how the topic developed over time.

== Modern Era ==
Explain the current status.

== See Also ==
* [[Related Article 1]]
* [[Related Article 2]]

== References ==
{{Reflist}}

Common Mistakes to Avoid

  • Forgetting to add links: Connect related topics with double brackets
  • Using too few headings: Break long articles into sections
  • Not previewing first: Always click "Show preview" before saving
  • Forgetting the edit summary: Tell others what you changed
  • Writing opinions instead of facts: Stick to objective information
  • Not citing sources: If you add facts, indicate where they come from

Using Templates

Templates are pre-made sections of code that format information consistently. Here are some common ones:

Merge Template

Template:Merge - Suggests this article should be merged with another

Citation Template

Template:Reflist - Creates a space for your references/citations

Info Box

Many articles use info boxes to display key facts. Your wiki administrator can help with these.

Getting Help

  • Having trouble?: Check the Help section
  • Want to learn more?: Visit Editing help
  • Questions about formatting?: See Formatting help
  • Contact an administrator: They can answer specific questions about your wiki

Recent Changes

Visit the Recent Changes page to see what other editors have been working on.

Quick Reference Card

What You Want Code
Heading == Heading ==
Bold bold
Italic italic
Link Article
Bullet * item
Number # item
Horizontal line ----

Ready to Start?

Now that you understand the basics:

  1. Pick a topic you'd like to write about
  2. Search for it to see if an article already exists
  3. Create it using one of the methods above
  4. Write and format your article using the guide above
  5. Save it and share it with the community

Don't worry about making it perfect on the first try—that's what editing is for! Other contributors may improve your article over time, and you can always edit it again to fix things.

Happy editing!