Help:Basic Formatting
You don't need to be Editor-In-Chief to add or edit content to WikiDoc. You can begin to add to or edit text on this WikiDoc page by clicking on the edit button at the top of this page. Next enter or edit the information that you would like to appear here. Once you are done editing, scroll down and click the Save page button at the bottom of the page.
Click on the edit button at the top of the page to start editing a page.
Formatting WikiDoc articles is a bit different from writing on a standard word processor. Instead of a strict WYSIWYG or "what you see is what you get" approach, Wikipedia uses text codes to create particular elements of the page (e.g. headings). This "language" is known as Wikitext (or Wiki-markup) and is designed for ease of editing.
When you click edit, you can begin to enter or edit text on a page. The right hand column of the table shows you what to type in the space where you are editing to end up with the text you see in the righthand column.
Why Use the Formatting Below Including "Equal Signs" to Create Sections, Subsections, and Sub Sub Sections?
So that WikiDoc can automatically generate a table of contents for you. If you just use bold, an automatic table of contents won't be created.
Examples
| What it looks like | What you type |
|---|---|
|
Start your sections as follows: New section Subsection Sub-subsection
|
==New section== ===Subsection=== ====Sub-subsection==== |
|
A single newline generally has no effect on the layout. These can be used to separate sentences within a paragraph. Some editors find that this aids editing and improves the function diff (used internally to compare different versions of a page). But an empty line starts a new paragraph.
|
A single newline generally has no effect on the layout. These can be used to separate sentences within a paragraph. Some editors find that this aids editing and improves the function ''diff'' (used internally to compare different versions of a page). 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.
|
* It's easy to create a list: ** 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 |
|
; Definition list : list of definitions ; item : the item's definition ; another item : the other item's definition |
|
* You can even create mixed lists *# and nest them *#* like this *#*; can I mix definition list as well? *#*: yes *#*; how? *#*: it's easy as *#*:* a *#*:* b *#*:* c |
A manual newline starts a new paragraph.
|
: 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> |
|
(See formula on right):
|
IF a line starts with a space THEN it will be formatted exactly as typed; in a fixed-width font; lines will not wrap; ENDIF |
|
<center>Centered text.</center> |
|
A horizontal dividing line: this is above it and this is below it.
|
A horizontal dividing line: this is above it ---- and this is below it. |
This page is for assisting in basic formatting of text on wiki pages.
Boldness and Italics
Boldness can be performed simply by using three apostrophes on each side of the text you wish to boldify. For example,
'''This is bold text'''
becomes This is bold text
Italics can be perfomed by using two apostrophes on either side of the text you wish to italicise. For example,
''This is italicised text''
becomes This is italicised text.
Naturally, these two can be combined:
'''''This is bold and italicised'''''
becomes This is bold and italicised.
In order to print something like multiple apostrophes or tildes (without wiki interpreting), use the nowiki tag: <nowiki> Here are five apostrophes in a row '''''without bold italics'''''. </nowiki>
Signatures
Users can leave timestamped signatures to identify themselves. Three tildes (~~~) inserts the user's name, four tildes (~~~~) inserts the user's name with a timestamp, and five tildes (~~~~~) gives just a timestamp with no name. You can also insert your signature with timestamp from edit screen toolbar (second button from the right).
- Three tildes: C Michael Gibson talk
- Four tildes: C Michael Gibson talk 14:23, 10 March 2006 (GMT)
- Five tildes: 14:23, 10 March 2006 (GMT)
Signatures should be used on all talk pages.
Line Breaks
Paragraphs are identified in wikicode by the simple expedient of leaving a blank line between paragraphs. This has the side effect that two lines of text without a blank line between them will remain on the same line on-screen. Also, <br /> can be used to force a line break (but not a paragraph break) at any time within a paragraph, though you shouldn't need to use this much.
Horizontal Lines
A horizontal lines can be created by adding four dashes in a row on a separate line.
This code in the edit window:
----
creates this horizontal line:
(Equivalently, the XHTML code <hr /> also creates a horizontal line.)
Also, the largest two section headers automatically create a horizontal line immediately below the heading title.
HTML and XHTML tags
What's the difference?
Background
HTML is an interpreted language that is currently used to write web pages. HTML is now considered deprecated by the W3C, and is strongly discouraged. XHTML is a revised version of HTML, designed to counter problems within the HTML standard.
Compatability and Future Proofing
Older browers will rarely have issues with XHTML, but the same cannot be said of any browser in regards to regular HTML; the flaws within the original HTML specifications left too much room for ambiguity and both can, and often have been, misinterpreted.
The primary reason behind the stated strong preference for wikimarkup over either HTML or XHTML is future proofing. As stated earlier, HTML is deprecated and discouraged. One can imagine that backwards compatability with aging and defunct standards may eventually be discarded in order to reduce the size and complexity of browsers.
At present, wikimarkup can be likened to "shorthand" of XHTML, but will presumably take advantage of the capabilities of XML when it becomes reasonable. Therefore, it is strongly advised that wherever possible, wikimarkup should be used instead of HTML or XHTML.
Non-exhaustive List of HTML and XHTML Tags
Some more useful HTML formatting codes are as follows:
- Using
<tt></tt>and<code></code>to put items in typewriter font. These tags are often synonymous, but not in every case. The<code></code>tag is actually intended to delineate program source code from other text. - Using
<s></s>or<strike></strike>tostrikethrough text. - Using
<u></u>to underline text. - Using
<span style="font-variant:small-caps"></span>to put text in small caps. Technically, this is using XHTML and CSS. - Using
<sup></sup>and<sub></sub>to make text Superscript and subscript respectively. - As mentioned previously,
<br />generates a line break. Use blank lines wherever possible, try to use the<br />tag as a last resort. - As mentioned previously
<hr />will generate a horizontal line. Again, use<hr />as a last resort.
| ||||
Acknowledgement and Attribution Regarding Sources of Content
Some of the initial content on this page may be incorporated in part from copyleft sources in the public domain including wikis such as Wikipedia and AskDrWiki. Drug information for patients came from the The National Library of Medicine. Infectious disease information may have come from the Centers for Disease Control (CDC). Differential Diagnoses are drawn from clinicians as well as an amalgamation of 3 sources: 1.The Disease Database; 2. Kahan, Scott, Smith, Ellen G. In A Page: Signs and Symptoms. Malden, Massachusetts: Blackwell Publishing, 2004:3; 3. Sailer, Christian, Wasner, Susanne. Differential Diagnosis Pocket. Hermosa Beach, CA: Borm Bruckmeir Publishing LLC, 2002:7 .

