Difference between revisions of "Test"

From PreparingYou
Jump to: navigation, search
Line 1: Line 1:
 +
 +
== Mediawiki ==
 +
 
http://meta.wikimedia.org/wiki/Wiki_color_formatting_help
 
http://meta.wikimedia.org/wiki/Wiki_color_formatting_help
  
Line 26: Line 29:
 
Reference to same Footnote <nowiki><ref name=Websites /></nowiki>
 
Reference to same Footnote <nowiki><ref name=Websites /></nowiki>
  
 +
 +
== Tables ==
 +
 +
 +
{| class="wikitable" style="text-align: center; color: green;"
 +
|- style="background-color:#efefef;"
 +
! Icon !! Function !! What it shows when editing !! What it shows on the page
 +
|-
 +
|Attribute
 +
|The early Levites:
 +
|The early Church:
 +
|-
 +
|rowspan="2"|'''Called'''
 +
|colspan="2"|Ministers of God have always been called by God to be His "called out".
 +
|-
 +
|The Levites were the people who answered the call to come out and follow the ways of God.<Ref>Exodus 32:26 Then Moses stood in the gate of the camp, and said, Who [is] on the LORD’S side? [let him come] unto me. And all the sons of Levi gathered themselves together unto him.</Ref>
 +
|The Apostles were called to come out and serve God by teaching the people the ways of God.<Ref>Matthew 4:19  And he saith unto them, Follow me, and I will make you fishers of men.
 +
: Matthew 8:22  But Jesus said unto him, Follow me; and let the dead bury their dead.
 +
: Matthew 9:9  And as Jesus passed forth from thence, he saw a man, named Matthew, sitting at the receipt of custom: and he saith unto him, Follow me. And he arose, and followed him.
 +
: Matthew 16:24  Then said Jesus unto his disciples, If any man will come after me, let him deny himself, and take up his cross, and follow me.
 +
: Matthew 19:21  Jesus said unto him, If thou wilt be perfect, go and sell that thou hast, and give to the poor, and thou shalt have treasure in heaven: and come and follow me.
 +
: Mark 2:14  And as he passed by, he saw Levi the son of Alphaeus sitting at the receipt of custom, and said unto him, Follow me. And he arose and followed him.
 +
</Ref>
 +
|-Those Ministers of God must always belong to God as their only master.<Ref>Matthew 6:24  No man can serve two masters: for either he will hate the one, and love the other; or else he will hold to the one, and despise the other. Ye cannot serve God and mammon.
 +
Luke 16:13  No servant can serve two masters: for either he will hate the one, and love the other; or else he will hold to the one, and despise the other. Ye cannot serve God and mammon.</Ref>
 +
|-
 +
|a
 +
|l
 +
|c
 +
|}
 +
 +
 +
 +
==List of functions==
 +
 +
(apart from the last two examples, these pieces of wikitext are created by typing ''abc'', selecting it and clicking the buttons on the toolbar)
 +
:
 +
{| class="wikitable" style="text-align:center;width:80%"
 +
|- style="background-color:#efefef;"
 +
! Icon !! Function !! What it shows when editing !! What it shows on the page
 +
|-
 +
|[[Image:Bold icon.png|Bold text]]
 +
|Bold or strong emphasis
 +
|<code><nowiki>'''abc'''</nowiki></code>
 +
|'''abc'''
 +
|-
 +
|[[Image:Italic icon.png|Italic text]]
 +
|Italic or emphasis
 +
|<code><nowiki>''abc''</nowiki></code>
 +
|''abc''
 +
|-
 +
|[[Image:Button_link.png|Internal link]]
 +
|Internal link
 +
|<code><nowiki>[[meta:Sandbox|abc]]</nowiki></code>
 +
|[[meta:Sandbox|abc]]
 +
|-
 +
|[[Image:External link icon.png|External link]]
 +
|External link
 +
|<code><nowiki>[abc.com]</nowiki></code>
 +
|
 +
|-
 +
|[[Image:Headline icon.png|Level 2 headline]]
 +
|Section heading
 +
|<code><nowiki>== abc ==</nowiki></code>
 +
|
 +
 +
== abc ==
 +
|-
 +
|[[Image:Image icon.png|Embedded image]]
 +
|Insert image
 +
|<code><nowiki>[[Image:abc.png]]</nowiki></code>
 +
|[[Image:abc.png|80px]]
 +
|-
 +
|[[Image:Media icon.png|Media file link]]
 +
|Insert media
 +
|<code><nowiki>[[Media:abc.ogg]]</nowiki></code>
 +
|[[Media:abc.ogg]]
 +
|-
 +
|[[Image:Math icon.png|Mathematical formula (LaTeX)]]
 +
|Mathematical formula
 +
|<code><nowiki><math>abc</math></nowiki></code>
 +
|<math>abc</math>
 +
|-
 +
|[[Image:Nowiki icon.png|Ignore wiki formatting]]
 +
|Ignore wiki formatting
 +
|<code><nowiki><nowiki>abc '''[[Bold text]]'''</nowiki></nowiki></code>
 +
|<nowiki>abc '''[[Bold text]]'''</nowiki>
 +
|-
 +
|[[Image:Signature icon.png|Your signature with timestamp]]
 +
|Sign talk comments (with time stamp)
 +
|<code><nowiki>~~~~</nowiki></code>
 +
| [[User:Gareth Aus|Gareth Aus]] 22:49, 11 February 2006 (UTC)
 +
|-
 +
|[[Image:H-line icon.png|Horizontal line]]
 +
|Horizontal line
 +
|<code><nowiki>----</nowiki></code>
 +
|
 +
----
 +
|}
 +
 +
* http://meta.wikimedia.org/wiki/Help:Advanced_editing
 +
 +
* http://meta.wikimedia.org/wiki/Help:Editing_FAQ
 +
 +
* http://meta.wikimedia.org/wiki/Help:Editing_FAQ
 +
 +
 +
=== Organizing your writing &mdash; sections, paragraphs, lists and lines ===
 +
 +
{| border="1" cellpadding="2" cellspacing="0"
 +
|-
 +
!What it looks like
 +
!What you type
 +
|-
 +
|
 +
; Sections and subsections
 +
Start sections with header lines
 +
 +
Note: Single equal signs give the highest level heading, like the page title; usually projects have the convention not to use them.
 +
 +
<!-- This code prevents confusion in the section editing feature -->
 +
<b><font style="font-size:120%">New section</font></b>
 +
 +
<b><font style="font-size:110%">Subsection</font></b>
 +
 +
<b><font style="font-size:100%">Sub-subsection</font></b>
 +
 +
* Start with a second-level heading (<tt><nowiki>==</nowiki></tt>); don't use first-level headings (=).
 +
* Don't skip levels (for example, second-level followed by fourth-level).
 +
* A '''table of contents''' will automatically be added to an article that has four or more sections.
 +
* If appropriate, place subsections in order. If listing countries, for example, place them in alphabetical order rather than, say, relative to population of  countries, or some haphazardous order.
 +
* If you want to keep headings out of the TOC you have to use HTML heading tags and close them without using a slash e.g. <nowiki><h4>heading too low level to be in the TOC of large page<h4></nowiki>.
 +
|<nowiki>
 +
 +
== New section ==
 +
 +
=== Subsection ===
 +
 +
==== Sub-subsection ====
 +
</nowiki>
 +
 +
|-
 +
|
 +
; Newline|Newline:
 +
 +
A single
 +
newline
 +
has no
 +
effect on the
 +
layout.
 +
 +
But an empty line
 +
starts a new paragraph,
 +
or ends a list or indented part.
 +
(<nowiki><p></nowiki> disables this paragraphing until <nowiki></p></nowiki> or the end  of the section)
 +
 +
(In Cologne blue, two newlines and a div tag give just one newline; in the order newline, div tag, newline, the result is two newlines.)
 +
 +
A semicolon at the start of a line is not rendered, but has the effect of rendering the newline. A colon in such a line is not rendered, but has the effect of starting a new, indented line, see definition list.
 +
 +
 +
|<pre><nowiki>
 +
 +
A single
 +
newline
 +
has no
 +
effect on the
 +
layout.
 +
 +
But an empty line
 +
starts a new paragraph.</nowiki></pre>
 +
|-
 +
|You can break lines <br/>
 +
without starting a new paragraph.
 +
 +
* Please use this sparingly.
 +
* Close markup between lines; do not start a link or ''italics'' or '''bold''' on one line and close it on the next.
 +
|<pre><nowiki>You can break lines <br/>
 +
without starting a new paragraph.</nowiki></pre>
 +
|-
 +
|
 +
* ''Unordered Lists'' are easy to do:
 +
** start every line with a star,
 +
*** more stars means deeper levels.
 +
* A newline
 +
* in a list 
 +
marks the end of the list.
 +
* Of course,
 +
* you can
 +
* start again.
 +
 +
|<pre><nowiki>* Unordered Lists are easy to do:
 +
** start every line with a star,
 +
*** more stars means deeper levels.
 +
* A newline
 +
* in a list 
 +
marks the end of the list.
 +
* Of course,
 +
* you can
 +
* start again.
 +
 +
</nowiki></pre>
 +
|-
 +
|
 +
# Numbered lists are also good
 +
## very organized
 +
## easy to follow
 +
# A newline
 +
# in a list 
 +
marks the end of the list.
 +
# New numbering starts
 +
# with 1.
 +
 +
|<pre><nowiki># Numbered lists are also good
 +
## very organized
 +
## easy to follow
 +
# A newline
 +
# in a list 
 +
marks the end of the list.
 +
# New numbering starts
 +
# with 1.
 +
</nowiki></pre>
 +
|-
 +
|
 +
* You can even do mixed lists
 +
*# and nest them
 +
*#* or break lines <br/>in lists
 +
|<pre><nowiki>* You can even do mixed lists
 +
*# and nest them
 +
*#* or break lines <br/>in lists</nowiki></pre>
 +
|-
 +
|'''Definition list'''
 +
; word : definition of the word
 +
; longer phrase
 +
: phrase defined
 +
|<pre><nowiki>; word : definition of the word
 +
; longer phrase
 +
: phrase defined</nowiki></pre>
 +
 +
* One item per line; a newline can appear before the colon, but using a space before the colon improves parsing.
 +
|-
 +
|
 +
; Indenting
 +
: A colon at the start of a line indents a paragraph.
 +
A manual newline starts a new paragraph.
 +
* This is often used for discussion.
 +
In the case of a semicolon and some text in front of the colon, the first colon starts a new line (indented as before) even though it is in the wikitext not at the start of the line, see definition list.
 +
|<pre><nowiki>: A colon indents a line or paragraph.
 +
A manual newline starts a new paragraph.
 +
</nowiki></pre>
 +
|-
 +
|
 +
When there is a need for separating a block of text
 +
<blockquote>
 +
the '''blockquote''' command will indent both margins when needed instead of the left margin only as the colon does.
 +
</blockquote>
 +
This is useful for (as the name says) inserting blocks of quoted (and cited) text.
 +
|
 +
<pre><nowiki>
 +
<blockquote>
 +
The '''blockquote''' command will indent
 +
both margins when needed instead of the
 +
left margin only as the colon does.
 +
</blockquote>
 +
</nowiki></pre>
 +
|-
 +
|<center>Centered text.</center>
 +
* Please note the US English spelling of "center".
 +
|<pre><nowiki><center>Centered text.</center></nowiki></pre>
 +
|-
 +
|A horizontal dividing line:
 +
this is above it...
 +
----
 +
...and this is below it.
 +
 +
If you don't use a section header, you don't get a TOC entry.
 +
|<pre><nowiki>A horizontal dividing line:
 +
this is above it...
 +
----
 +
...and this is below it.
 +
</nowiki></pre>
 +
|}
 +
 +
 +
* Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
 +
 +
{{Template:Wiki-Nav}}
  
 
== Footnotes == <references />
 
== Footnotes == <references />

Revision as of 20:29, 15 December 2014

Mediawiki

http://meta.wikimedia.org/wiki/Wiki_color_formatting_help

http://meta.wikimedia.org/wiki/Help:Wikitext_examples

http://www.mediawiki.org/wiki/Help:Formatting


http://wiki.codeblocks.org/index.php?title=Help:Editing

http://snippets.wikidot.com/code:collapsible-text-block

Conferences.jpg


Dual Footnotes

  • gas and maintenance costs for mobile ministries
  • funds for radio outreach
  • website expenses[1]
  • Many of the items list may be link so that viewers can navigate to detail pages, websites[1], or Facebook post with pictures and descriptions.
  • Supplies to victims of the fire in Weed, California

First Footnote <Ref name=Websites>{{Template:Websites}}</Ref>


Reference to same Footnote <ref name=Websites />


Tables

Icon Function What it shows when editing What it shows on the page
Attribute The early Levites: The early Church:
Called Ministers of God have always been called by God to be His "called out".
The Levites were the people who answered the call to come out and follow the ways of God.[2] The Apostles were called to come out and serve God by teaching the people the ways of God.[3]
a l c


List of functions

(apart from the last two examples, these pieces of wikitext are created by typing abc, selecting it and clicking the buttons on the toolbar)

Icon Function What it shows when editing What it shows on the page
Bold text Bold or strong emphasis '''abc''' abc
Italic text Italic or emphasis ''abc'' abc
Internal link Internal link [[meta:Sandbox|abc]] abc
External link External link [abc.com]
Level 2 headline Section heading == abc ==

abc

Embedded image Insert image [[Image:abc.png]] 80px
Media file link Insert media [[Media:abc.ogg]] Media:abc.ogg
Mathematical formula (LaTeX) Mathematical formula <math>abc</math> <math>abc</math>
Ignore wiki formatting Ignore wiki formatting <nowiki>abc '''[[Bold text]]'''</nowiki> abc '''[[Bold text]]'''
Your signature with timestamp Sign talk comments (with time stamp) ~~~~ Gareth Aus 22:49, 11 February 2006 (UTC)
Horizontal line Horizontal line ----


Organizing your writing — sections, paragraphs, lists and lines

What it looks like What you type
Sections and subsections

Start sections with header lines

Note: Single equal signs give the highest level heading, like the page title; usually projects have the convention not to use them.

New section

Subsection

Sub-subsection

  • Start with a second-level heading (==); don't use first-level headings (=).
  • Don't skip levels (for example, second-level followed by fourth-level).
  • A table of contents will automatically be added to an article that has four or more sections.
  • If appropriate, place subsections in order. If listing countries, for example, place them in alphabetical order rather than, say, relative to population of countries, or some haphazardous order.
  • If you want to keep headings out of the TOC you have to use HTML heading tags and close them without using a slash e.g. <h4>heading too low level to be in the TOC of large page<h4>.
== New section == === Subsection === ==== Sub-subsection ====
Newline|Newline

A single newline has no effect on the layout.

But an empty line starts a new paragraph, or ends a list or indented part. (<p> disables this paragraphing until </p> or the end of the section)

(In Cologne blue, two newlines and a div tag give just one newline; in the order newline, div tag, newline, the result is two newlines.)

A semicolon at the start of a line is not rendered, but has the effect of rendering the newline. A colon in such a line is not rendered, but has the effect of starting a new, indented line, see definition list.



A single
newline
has no
effect on the
layout.

But an empty line
starts a new paragraph.
You can break lines

without starting a new paragraph.

  • Please use this sparingly.
  • Close markup between lines; do not start a link or italics or bold on one line and close it on the next.
You can break lines <br/>
without starting a new paragraph.
  • Unordered Lists are easy to do:
    • start every line with a star,
      • more stars means deeper levels.
  • A newline
  • in a list

marks the end of the list.

  • Of course,
  • you can
  • start again.
* Unordered Lists are easy to do:
** start every line with a star,
*** more stars means deeper levels.
* A newline
* in a list  
marks the end of the list.
* Of course,
* you can
* start again.

  1. Numbered lists are also good
    1. very organized
    2. easy to follow
  2. A newline
  3. in a list

marks the end of the list.

  1. New numbering starts
  2. with 1.
# Numbered lists are also good
## very organized
## easy to follow
# A newline
# in a list  
marks the end of the list.
# New numbering starts
# with 1.
  • You can even do mixed lists
    1. and nest them
      • or break lines
        in lists
* You can even do mixed lists
*# and nest them
*#* or break lines <br/>in lists
Definition list
word 
definition of the word
longer phrase
phrase defined
; word : definition of the word
; longer phrase 
: phrase defined
  • One item per line; a newline can appear before the colon, but using a space before the colon improves parsing.
Indenting
A colon at the start of a line indents a paragraph.

A manual newline starts a new paragraph.

  • This is often used for discussion.

In the case of a semicolon and some text in front of the colon, the first colon starts a new line (indented as before) even though it is in the wikitext not at the start of the line, see definition list.

: A colon indents a line or paragraph.
A manual newline starts a new paragraph.

When there is a need for separating a block of text

the blockquote command will indent both margins when needed instead of the left margin only as the colon does.

This is useful for (as the name says) inserting blocks of quoted (and cited) text.

<blockquote>
The '''blockquote''' command will indent 
both margins when needed instead of the 
left margin only as the colon does.
</blockquote>
Centered text.
  • Please note the US English spelling of "center".
<center>Centered text.</center>
A horizontal dividing line:

this is above it...


...and this is below it.

If you don't use a section header, you don't get a TOC entry.

A horizontal dividing line: 
this is above it...
----
...and this is below it.


  • Consult the User's Guide for information on using the wiki software.

Wiki Ways | Get Started | Help Editing | functions | Wiki Wizard Editor forum | Network

== Footnotes ==
  1. 1.0 1.1 == Main HHC websites == His Holy Church Main |

    Preparing you website

    HHC Facebook

    Books online

    YouTube Video

    Audio archives

    Festivals


    • Many other Websites and service and discipleship opportunities are available: ask on the Network...
  2. Exodus 32:26 Then Moses stood in the gate of the camp, and said, Who [is] on the LORD’S side? [let him come] unto me. And all the sons of Levi gathered themselves together unto him.
  3. Matthew 4:19 And he saith unto them, Follow me, and I will make you fishers of men.
    Matthew 8:22 But Jesus said unto him, Follow me; and let the dead bury their dead.
    Matthew 9:9 And as Jesus passed forth from thence, he saw a man, named Matthew, sitting at the receipt of custom: and he saith unto him, Follow me. And he arose, and followed him.
    Matthew 16:24 Then said Jesus unto his disciples, If any man will come after me, let him deny himself, and take up his cross, and follow me.
    Matthew 19:21 Jesus said unto him, If thou wilt be perfect, go and sell that thou hast, and give to the poor, and thou shalt have treasure in heaven: and come and follow me.
    Mark 2:14 And as he passed by, he saw Levi the son of Alphaeus sitting at the receipt of custom, and said unto him, Follow me. And he arose and followed him.
  4. Matthew 6:24 No man can serve two masters: for either he will hate the one, and love the other; or else he will hold to the one, and despise the other. Ye cannot serve God and mammon. Luke 16:13 No servant can serve two masters: for either he will hate the one, and love the other; or else he will hold to the one, and despise the other. Ye cannot serve God and mammon.