Difference between revisions of "Help:Edit"
(New page: This page has been adapted from Wikipedia. Logged-on users can edit any article marked "open" in the yellow box at the top of the page. You must be logged on to edit an article. If an ar...) |
|||
Line 108: | Line 108: | ||
| | | | ||
<nowiki> | <nowiki> | ||
− | + | Placing <nowiki> and </nowiki> tags around a function instructs the software to ignore [[Wiki]] ''markup''. | |
It reformats text by removing newlines and multiple spaces. | It reformats text by removing newlines and multiple spaces. | ||
− | It still interprets special characters: → | + | It still interprets special characters like this: → |
</nowiki> | </nowiki> | ||
|<pre><nowiki> | |<pre><nowiki> | ||
<nowiki> | <nowiki> | ||
− | + | Placing <nowiki> and </nowiki> tags around a function instructs the software to ignore [[Wiki]] ''markup''. | |
It reformats text by removing newlines | It reformats text by removing newlines | ||
and multiple spaces. | and multiple spaces. | ||
It still interprets special | It still interprets special | ||
− | characters: &rarr; | + | characters like this: &rarr; |
</nowiki> | </nowiki> | ||
</nowiki></pre> | </nowiki></pre> | ||
− | |||
− | |||
| | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
|'''Leading spaces''' | |'''Leading spaces''' | ||
Line 146: | Line 133: | ||
It still interprets [[Wiki]] ''markup'' and | It still interprets [[Wiki]] ''markup'' and | ||
special characters: → | special characters: → | ||
− | | | + | |<nowiki> |
Leading spaces are another way | Leading spaces are another way | ||
to preserve formatting. | to preserve formatting. |
Revision as of 08:56, 1 August 2008
This page has been adapted from Wikipedia.
Logged-on users can edit any article marked "open" in the yellow box at the top of the page. You must be logged on to edit an article. If an article is protected, you will only be able to see the source of the article but not edit it.
To edit an OutHistory.org page, simply click on the "edit this page" tab at the top of a page. This will bring you to a new page with a text box containing the editable text of the original page. If you add information to a page, please provide references to support the information you're adding.
To see the changes you've made press the "Show preview" button at the bottom of this page. You can see the differences between the page with your edits and the previous version of the page by pressing the "Show changes" button. If you're satisfied with what you see, press the "Save page" button. Your changes will immediately be visible to all users.
OutHistory uses the same software as Wikipedia, so if you have a question that our Help pages doesn't answer, there's a good chance Wikipedia will have it covered in their Help pages.
Also, we find that it's helpful to look at existing pages in EDIT or VIEW SOURCE (for locked pages) mode to see how other users have formatted their pages.
To practice editing use our OutHistory:Sandbox
Character formatting
What it looks like | What you type |
---|---|
Italicized text |
''Italicized text'' '''Bold text''' '''''Italicized & Bold text''''' |
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> |
You can use small text for captions. |
You can use <small>small text</small> for captions. |
Better stay away from big text, unless it's within small text. |
Better stay away from <big>big text</big>, unless <small> it's <big>within</big> small</small> text. |
Punctuation:
|
¿ ¡ § ¶ † ‡ • – — ‹ › « » ‘ ’ “ ” |
Commercial symbols:
|
™ © ® ¢ € ¥ £ ¤ |
No or limited formatting—showing exactly what is being typed
A few different kinds of formatting will tell the Wiki to display things as you typed them—what you see, is what you get!
What it looks like | What you type | ||
---|---|---|---|
<nowiki> tags |
Placing <nowiki> and tags around a function instructs the software to ignore Wiki markup. It reformats text by removing newlines and multiple spaces. It still interprets special characters like this: → </nowiki> |
<nowiki> Placing <nowiki> and tags around a function instructs the software to ignore [[Wiki]] ''markup''. It reformats text by removing newlines and multiple spaces. It still interprets special characters like this: → </nowiki> </nowiki> |
|
Leading spaces |
Leading spaces are another way to preserve formatting. However, it will make the whole page fail to render properly in some browsers, such as IE7, thus making the page unreadable.
Putting a space at the beginning of each line stops the text from being reformatted. It still interprets Wiki markup and special characters: → |
Leading spaces are another way to preserve formatting. Putting a space at the beginning of each line stops the text from being reformatted. It still interprets [[Wiki]] ''markup'' and special characters: → |
Variables
(See also Wikipedia:Help:Variable)
Code | Effect |
---|---|
{{CURRENTWEEK}} | 47 |
{{CURRENTDOW}} | 5 |
{{CURRENTMONTH}} | 11 |
{{CURRENTMONTHNAME}} | November |
{{CURRENTMONTHNAMEGEN}} | November |
{{CURRENTDAY}} | 22 |
{{CURRENTDAYNAME}} | Friday |
{{CURRENTYEAR}} | 2024 |
{{CURRENTTIME}} | 15:29 |
{{NUMBEROFARTICLES}} | 2,488 |
{{NUMBEROFUSERS}} | 484,889 |
{{PAGENAME}} | Edit |
{{NAMESPACE}} | Help |
{{REVISIONID}} | 9216 |
{{localurl:pagename}} | /wiki/Pagename |
{{localurl:Wikipedia:Sandbox|action=edit}} | http://en.wikipedia.org/wiki/Sandbox?action=edit |
{{fullurl:pagename}} | https://wiki.outhistory.org/wiki/Pagename |
{{fullurl:pagename|query_string}} | https://wiki.outhistory.org/index.php?title=Pagename&query_string |
{{SERVER}} | https://wiki.outhistory.org |
{{ns:1}} | Talk |
{{ns:2}} | User |
{{ns:3}} | User talk |
{{ns:4}} | OutHistory |
{{ns:5}} | OutHistory talk |
{{ns:6}} | File |
{{ns:7}} | File talk |
{{ns:8}} | MediaWiki |
{{ns:9}} | MediaWiki talk |
{{ns:10}} | Template |
{{ns:11}} | Template talk |
{{ns:12}} | Help |
{{ns:13}} | Help talk |
{{ns:14}} | Category |
{{ns:15}} | Category talk |
{{SITENAME}} | OutHistory |