Help:Editing: Difference between revisions

From BibleVerseWiki
No edit summary
No edit summary
Line 20: Line 20:
=== Paragraphs ===
=== Paragraphs ===
To create a new paragraph press enter twice.
To create a new paragraph press enter twice.
=== Lists ===
To create a bulleted list use *. To create a numbered list use #. For example:
{| class="wikitable"
|-
! What you type !! What you get
|-
|
<nowiki>*</nowiki> list item 1<br />
<nowiki>*</nowiki> list item 2<br />
<nowiki>*</nowiki> list item 3
||
* list item 1
* list item 2
* list item 3
|-
|-
|
<nowiki>#</nowiki> list item 1<br />
<nowiki>#</nowiki> list item 2<br />
<nowiki>#</nowiki> list item 3
||
# list item 1
# list item 2
# list item 3
|-
|}
== Advanced ==
== Advanced ==
BibleVerseWiki uses [https://en.wikipedia.org/wiki/Help:Wikitext wikitext] because it is built using [https://www.mediawiki.org/wiki/MediaWiki MediaWiki]—the same software that powers [https://en.wikipedia.org/wiki/Main_Page Wikipedia]. A complete guide to wikitext can be found [https://en.wikipedia.org/wiki/Help:Wikitext here].
BibleVerseWiki uses [https://en.wikipedia.org/wiki/Help:Wikitext wikitext] and is built using [https://www.mediawiki.org/wiki/MediaWiki MediaWiki]—the same software that powers [https://en.wikipedia.org/wiki/Main_Page Wikipedia]. A complete guide to wikitext can be found [https://en.wikipedia.org/wiki/Help:Wikitext here].

Revision as of 22:48, 2 May 2024

Bible Quotes

Here are a few examples showing how to quote verses:

What you type What you get
{{Bible|Genesis 1:1-3}}

1 In the beginning God created the heaven and the earth.

2 And the earth was without form, and void; and darkness was upon the face of the deep. And the Spirit of God moved upon the face of the waters.

3 And God said, Let there be light: and there was light.

{{Bible|Song of Solomon 1:1}}

The song of songs, which is Solomon's.

{{Bible|1 Corinthians 15:50}}

Now this I say, brethren, that flesh and blood cannot inherit the kingdom of God; neither doth corruption inherit incorruption.

Basics

Headings

Section headings can be created as follows:

  • == Heading 1 ==
  • === Heading 2 ===
  • ==== Heading 3 ====

Paragraphs

To create a new paragraph press enter twice.

Lists

To create a bulleted list use *. To create a numbered list use #. For example:

What you type What you get

* list item 1
* list item 2
* list item 3

  • list item 1
  • list item 2
  • list item 3

# list item 1
# list item 2
# list item 3

  1. list item 1
  2. list item 2
  3. list item 3

Advanced

BibleVerseWiki uses wikitext and is built using MediaWiki—the same software that powers Wikipedia. A complete guide to wikitext can be found here.