Difference between revisions of "Help:Editing"

From eagle-rock.org
m (Protected "Help:Editing": Charles, i'm working on this page, synchronizing it with the same page in my personal wiki. I'll lift the protection when i'm done. ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Line 93: Line 93:
 
* You can also use the [http://meta.wikimedia.org/wiki/Help:Contents Wikimedia User's Guide] MediaWiki
 
* You can also use the [http://meta.wikimedia.org/wiki/Help:Contents Wikimedia User's Guide] MediaWiki
  
== Install enhanced WikiMedia edit toolbar ==
+
== Install enhanced MediaWiki edit toolbar ==
 
'':Main article: [[Help:Install enhanced WikiMedia edit toolbar]]''
 
'':Main article: [[Help:Install enhanced WikiMedia edit toolbar]]''
  

Revision as of 13:11, 9 January 2014


Specific editing help pages

Categories

  • Help:Category MediaWiki
  • Categories are made by adding [[Category:Gardening]] at the bottom of a page (for the category 'Gardening'). To add other categories, simply add a new line, for example [[Category:Trees]]. If you want to the category 'Trees' to be a subcategory of the category 'Gardening' then simply add [[Category:Gardening]] to the page that was generated for the Category:Trees. The software automatically generates pages with alphabetical lists of all subcategories and pages in a category.

Images

Making galleries

Example code:

    == Gallery ==
     <gallery caption="" widths="200px" heights="150px" perrow="5">
     File:Water cress seeds.JPG|Watercress seeds
     File:whatever.gif|Text that you want to place as caption
     </gallery>

Of course, instead of ==Gallery== you can use another title.
You can change the parameters in the code. Perrow=5 means that you'll get 5 columns. You have to change the widths and the heights of the frames accordingly.
See Winter garden for an example of a gallery with 5 columns.

Quotes in grey frames and codes in text

To add codes to texts, you need to apply the 'Nowiki' button in the standard editing toolbar that shows at the top of each page in edit mode. The button looks like this: Nowiki button in toolbar.GIF
The code that the button generates is:

    <nowiki>Your coded text</nowiki>

You can also put such codes in a grey frame, as you see elsewhere on this page. In order to do this, use the space bar.
Standard for this wiki is to hit the space bar five times for each line.

You can also use this space-bar method to emphasize quotes.

References

Table of contents variables

  • To place the entire table at the right of a page, see below #Templates.
  • To place the TOC elsewhere on the page, use
    __TOC__

where you want the table.

  • To force the table to appear, for example in case you have only three or fewer section heads on that page, use
    __FORCETOC__

anywhere on the page.

  • In case you want no TOC, use
    __NOTOC__.

Tables

Video

  • Video Players for Embedding in MediaWiki

Templates

You can copy templates from other wikis, or also easily make them yourself.
For example, suppose you want to start each page with: Welcome to Eagle Rock Wiki. We have done our best to provide you with the best possible teaching for your internal-, external- and spiritual growth.
Make a template page on this website with the title: Template:Welcome.
In the text of this page you write the entire welcoming lines. In each new page where you want to insert the welcoming text, you write

    {{Welcome}} 

and the template generates the longer welcoming lines.
In the same way you can add code to the template page.

Comments

To add a comments section at the bottom of a page, add

    {{Comments}} 

at the bottom of the page.

Table of Contents placed to the right

To make the Table of Contents box go to the right side of the page, add

    {{TOC right}}

preferably right after the introduction to the page, and before the first section.

Manuals

Install enhanced MediaWiki edit toolbar

:Main article: Help:Install enhanced WikiMedia edit toolbar

Trying out things

  • If you want to try out things without danger of doing any harm, you can do so in the Wikimedia Meta:Sandbox MediaWiki