Open main menu

OrthodoxWiki β

Changes

Help:Editing

1,890 bytes added, 21:25, May 28, 2008
m
ro
==General==
To edit a [[OrthodoxWiki:Glossary#MediaWiki|MediaWiki]] page, click on the "'''Edit this page'''" (or just "'''edit'''") link at one of its edges. This will bring you to a page with a text box containing the ''[[OrthodoxWiki:Glossary#Wiki markup|wikitext]]'': the editable source code from which the server produces the webpage. For the special codes, see below.
After adding to or changing the wikitext it is useful to press "Preview", which produces the corresponding webpage in your browser but does not make it publicly available yet (not until you press "Save"). Errors in formatting, links, tables, etc., are often much easier to discover from the rendered page than from the raw wikitext.
If you are not satisfied you can make more changes and preview the page as many times as necessary. Then write a short [[HelpOrthodoxWiki:Edit Glossary#edit summary|edit summary]] in the small text field below the edit-box and when finished press "Save". Depending on your system, pressing the "Enter" key while the edit box is not active (i.e., there is no typing cursor in it) may have the same effect as pressing "Save".
You may find it more convenient to copy and paste the text first into your favorite [[en:text editor|text editor]], edit and spell check it there, and then paste it back into your [[en:web browser|web browser]] to preview. This way, you can also keep a local backup copy of the pages you have edited. It also allows you to make changes offline, but before you submit your changes, ''please make sure nobody else has edited the page'' since you saved your local copy (by checking the [[Help:page history|page history]]), otherwise you may accidently revert someone else's edits. If someone ''has'' edited it since you copied the page, you'll have to merge their edits into your new version (you can find their specific edits by using the "[[HelpOrthodoxWiki:diffGlossary#Diff|diff]]" feature of the page history). These issues are handled automatically by the Mediawiki software if you edit the page online, retrieving and submitting the wikicode in the same text box.
See also [[MediaWiki architecture]].
== Minor edits ==
When editing a page, a [[MediaWiki User's Guide: Logging-in|logged-in]] user has the option of flagging the edit as a "minor edit". This feature is important, because users can choose to ''hide'' minor edits in their view of the [[MediaWiki User's GuideSpecial: The Recent Changes page Recentchanges| Recent Changes page]], to keep the volume of edits down to a manageable level.
When to use this is somewhat a matter of personal preference. The rule of thumb is that an edit of a page that consists of spelling corrections, formatting, and minor rearranging of text should be flagged as a "minor edit". A major edit is basically something that makes the entry worth revisiting for somebody who wants to watch the article rather closely. So any "real" change, even if it is a single word, should be flagged as a "major edit".
<tr valign="top"><td>
A link to the page on the same subject in another language or, more generally, to a page on another wiki:
[[:fr:Wikipédia:Aide]].
For more info see [[MediaWiki User's Guide: Interwiki linking]].
</td>
<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
</nowiki></pre>
</td>
</tr>
 
<tr>
<td>
'''For comparison for the following examples:'''
 
arrow &rarr;
 
''italics''
[[link]]
</td>
<td valign="bottom">
<pre><nowiki>arrow &amp;rarr;
 
''italics''
[[link]]</nowiki></pre>
</td>
</tr>
<tr>
<td>
'''Use &lt;nowiki> to suppress interpretation of wiki markup, but interpret character references and remove newlines and multiple spaces:'''
 
<nowiki>arrow &rarr;
 
''italics''
[[link]]
</nowiki>
</td>
<td valign="bottom">
<pre><nowiki><nowiki>arrow &amp;rarr;
 
''italics''
[[link]]</nowiki></nowiki></pre>
 
</td>
</tr>
 
<tr>
<td>
'''Use <nowiki><pre></nowiki> to suppress interpretation of wiki markup and keep newlines and multiple spaces, and get typewriter font, but interpret character references:'''
 
<pre>arrow &rarr;
 
''italics''
[[link]]
</pre>
</td>
<td valign="bottom">
<pre><nowiki><pre>arrow &amp;rarr;
 
''italics''
[[link]]&lt;/pre></nowiki></pre>
</td>
</tr>
 
<tr>
<td>
'''Use leading space on each line to keep newlines and multiple spaces, and get typewriter font:
<pre> arrow &rarr;
 
''italics''
[[link]]
</pre>
</td>
<td valign="bottom">
<pre> <nowiki>arrow &amp;rarr;
 
''italics''
[[link]]</nowiki></pre>
</td>
</tr>
<tr>
<td>
'''Use typewriter font:'''
 
<tt>arrow &rarr;</tt>
 
<tt>''italics''</tt>
<tt>[[link]]</tt>
 
</td>
<td valign="bottom">
<pre><nowiki><tt>arrow &amp;rarr;</tt>
 
<tt>''italics''</tt>
<tt>[[link]]</nowiki></tt></pre>
</td>
</tr>
<tr>
<td>
'''Show character references:'''
&amp;rarr;
</td>
<td valign="bottom">
<pre>&amp;amp;rarr;</pre>
</td>
</tr>
<tr>
<td>
'''Commenting page source:'''<br/>
''not shown in page''
* Used to leave comments in a page for future editors.
</td>
<td>
<pre><nowiki><!-- comment here --></nowiki></pre>
</td>
</tr>
*[[Help:Calculation]]
*[[Help:Editing toolbar]]
*[[Help:Html HTML in wikitext]]
*[[Help:Administration#Page_protection| Protecting pages]]
*[[Help:Starting a new page]]
*[[en:UseModWiki|UseModWiki]] and [[en:Wikipedia:PHP script|Wikipedia:PHP script]].
*[[en:HTML tag|HTML tag]].
 
[[Category:Help]]
 
[[ro:OrthodoxWiki:Cum să modifici o pagină]]
interwiki, renameuser, Administrators
9,194
edits