Help:Wiki markup
From Feast upon the Word (http://feastupontheword.org). Copyright, Feast upon the Word.
In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column.
You may want to keep this page open in a separate browser window for reference. If you want to try out things without danger of doing any harm, you can do so in the sandbox.
Below is a high-level overview of the features of the wiki markup that are most commonly used on Feast upon the Word. For more information see Wikipedia's editing help.
Contents |
Sections, paragraphs, lists and lines
| What it looks like | What you type |
|---|---|
|
New section Subsection Sub-subsection
|
==New section== ===Subsection=== ====Sub-subsection==== |
|
A single newline generally has no effect on the layout. But an empty line starts a new paragraph.
|
A single newline generally has no effect on the layout. But an empty line starts a new paragraph. |
|
You can break lines
|
You can break lines<br> without starting a new paragraph. |
marks the end of a list item.
|
* 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 a list item. * An empty line starts a new list. |
|
# Numbered lists are also good ## very organized ## easy to follow ### easier still |
|
* You can even do mixed lists *# and nest them *#* like this |
|
; Definition list : list of definitions ; item : the item's definition ; another item : the other item's definition |
A manual newline starts a new paragraph.
|
: A colon indents a line or paragraph. A manual newline starts a new paragraph. |
|
<center>Centered text.</center> |
Links and URLs
| What it looks like | What you type |
|---|---|
|
See also 1 Ne 1:3.
|
See also [[1 Ne 1:3]]. |
|
Look at verses 1 Ne 1:3-9.
|
Look at verses [[1 Ne 1:3|1 Ne 1:3-9]]. |
|
In general you cannot create new pages on this site. If you would like to create a new page, please leave a note for the admin on his page |
|
|
Help:Wiki_markup is this page.
|
[[Help:Wiki_markup]] is this page. |
|
When adding a comment to a Talk page, you should sign it by adding three tildes to add your user name: or four to add user name plus date/time:
Five tildes gives the date/time alone:
|
When adding a comment to a Talk page, you should sign it by adding three tildes to add your user name: : ~~~ or four for user name plus date/time: : ~~~~ Five tildes gives the date/time alone: : ~~~~~ |
|
Three ways to link to external (non-wiki) sources:
|
Three ways to link to external (non-wiki) sources: # Bare URL: http://www.lds.org/ # Unnamed link: [http://www.lds.org/] # Named link: [http://www.lds.org The Church of Jesus Christ of Latter-day Saints] |
|
Date formats:
|
Date formats: # [[July 20]], [[1969]] # [[20 July]] [[1969]] # [[1969]]-[[07-20]] |
Character formatting
| What it looks like | What you type |
|---|---|
|
Emphasize, strongly, very strongly.
|
''Emphasize'', '''strongly''', '''''very strongly'''''. |
|
A typewriter font for monospace text or for computer code:
|
A typewriter font for <tt>monospace text</tt> or for computer code: <code>int main()</code> |
|
Diacritical marks: À Á Â Ã Ä Å
|
è é ê ë ì í À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ñ Ò Ó Ô Õ Ö Ø Ù Ú Û Ü ß à á â ã ä å æ ç è é ê ë ì í î ï ñ ò ó ô œ õ ö ø ù ú û ü ÿ |
|
Punctuation: |
¿ ¡ § ¶ † ‡ • – — ‹ › « » ‘ ’ “ ” |
|
Commercial symbols: |
™ © ® ¢ € ¥ £ ¤ |
|
Greek characters: |
α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ σ ς τ υ φ χ ψ ω Γ Δ Θ Λ Ξ Π Σ Φ Ψ Ω |
Tables
Placement of the Table of Contents (TOC)
At the current status of the wiki markup language, having at least four headers on a page triggers the TOC to appear in front of the first header (or after introductory sections). Putting __TOC__ anywhere forces the TOC to appear at that point (instead of just before the first header). Putting __NOTOC__ anywhere forces the TOC to disappear.
Keeping headings out of the Table of Contents
If you want some subheadings to not appear in the Table of Contents, then make the following replacements.
Replace == Header 2 == with <h2> Header 2 </h2>
Replace === Header 3 === with <h3> Header 3 </h3>
And so forth.
For example, notice that the following header has the same font as the other subheaders to this "Tables" section, but the following header does not appear in the Table of Contents for this page.
This header has the h4 font, but is NOT in the Table of Contents
This effect is obtained by the following line of code.
<h4> This header has the h4 font, but is NOT in the Table of Contents </h4>
Tables
There are two ways to build tables:
- in special Wiki-markup (see markup for wiki tables)
- with the usual HTML elements: <table>, <tr>, <td> or <th>.
Hiding the edit links
Insert __NOEDITSECTION__ into the document to suppress the edit links that appear next to every section header.
Note: much of the content from this page was taken from Wikipedia:How to edit a page
