Help:Wiki editing: Difference between revisions

From Opasnet
Jump to navigation Jump to search
(Redirected page to Help:Editing)
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Muotoilu==
#REDIRECT [[Help:Editing]]
Tekstin oikeanlainen muotoilu on tärkeää selkeän luettavuuden ja artikkelin “pääpointin” selviämiseksi.
===Headings===
 
===Tekstin ulkoasu===
=====Bolding=====
'''Bolding''' brings out keywords or other important parts of the text. Bolding should not be overused, because it makes the text less clear and makes understanding of the text more difficult.
 
:Example:
'''Bolded text'''
<nowiki>'''Bolded text''', or <b>Bolded text</b></nowiki>
 
=====Italic=====
 
''Italics'' is a good way to attract attention to a part of the text. It is mainly used in quotes.
 
Example:
 
''Italic text''
<nowiki>''Italic text'', or <i>Italic text</i></nowiki>
 
=====Underlining=====
 
<u>Underlining</u> is a third option in emphasizing a part of the text.
 
Example:
<u>Underlined word</u>
<nowiki><u>Underlined word</u></nowiki>
 
=====Indentations=====
 
Indentations make the text easier to read and they clarify the structure of the text. Indentations can be used to emphasize and clarify parts of the text.
 
Example:
This is normal text.
:This has been indented.
::This is a double indentation.
 
Code for indentations:
 
<nowiki>This is normal text.</nowiki>
<nowiki>:This has been indented.</nowiki>
<nowiki>::This is a double indentation.</nowiki>
 
===Lists===
 
It's easy to list facts in order using lists. You can also write lists without a specific order.
 
Listing goes like this:
 
=====Ordinary list:=====
 
*This is a thing.
*This is another thing.
**This is a corrective or a differentiation of the previous thing.
 
Code:
<nowiki>*This is a thing
*This is another thing
**This is a corrective or a differentiation for the previous thing.
</nowiki>
=====Numbered list:=====
 
#This is the first thing.
#This is the second thing
##This is the first correctice of the second thing.
 
Code:
<nowiki>#This is the first thing.
#This is the second thing
##This is the first corrective of the second thing.
</nowiki>
 
=====You can also combine lists like this:=====
 
*This is a thing
*#This is it's first clarification
*#*This is a corrective of the first corrective
 
Code:
 
<nowiki>*This is a thing
*#This is it's first clarification
*#*This is a corrective of the first corrective
</nowiki>
 
==Understanding and using the heading (attribute) structure for information objects==
 
==Tables==
 
===Normal table===
Normal table or a "pretty table" is table which is used to present facts clearly in a table. These tables don't have any special properties and they can be used only in presenting facts. By pressing '''Table''' in the edit screen you can bring out the '''Table generator''', which lets you change the number of rows and columns of the table. By pressing '''Insert table code''' the table generator creates the code of the table on the page:
 
<nowiki>{|{{prettytable}}
! Column title 0
! Column title 1
|-----
| element 0.1
| element 1.1
|-----
| element 0.2
| element 1.2
|}</nowiki>
 
{|{{prettytable}}
! Column title 0
! Column title 1
|-----
| element 0.1
| element 1.1
|-----
| element 0.2
| element 1.2
|}
 
If you untick PrettyTable-style the table looks like this:
 
{| border="1"
|+ Table topic
! Column title 0
! Column title 1
|-----
| element 0.1
| element 1.1
|-----
| element 0.2
| element 1.2
|}
 
===Data table===
'''Datataulukko''' on taulukko, joka näyttää normaalilta taulukolta, mutta sillä on erityisiä ominaisuuksia. Datataulukkoa voidaan käyttää ennusteiden pohjatietona, niistä voidaan laskea todennäköisyyksiä ja monenlaisia muita tietoja.
 
<t2b  index="index1" Locations="Location0,Location1,Location2" unit="nro">
Location0.1|Location1.1|Location2.1
Location0.2|Location1.2|Location2.2
</t2b>
 
Datataulukon koodi:
 
<nowiki>
<t2b  index="index1" Locations="Location0,Location1,Location2" unit="nro">
Location0.1|Location1.1|Location2.1
Location0.2|Location1.2|Location2.2
</t2b>
</nowiki>
 
==Links==
Linkkien tarkoitus on helpottaa ulkoisten tietolähteiden integrointia jo olemassa olevaan opasnet-artikkeliin. Linkin takana olevaa sivua tai sivustoa ei tarvitse siis kirjoittaa uudelleen, vaan sen sisältämä tieto on helppo linkittää aiheen yhteyteen.
 
====Internal links====
Sivuston sisäiset linkit ohjaavat Opasnetin sivulle:
 
[[Avoimia tehtäviä]]
 
Sisäisten linkkien koodi:
 
<nowiki>[[Sivun nimi]]</nowiki>
esim. <nowiki>[[Avoimia tehtäviä]]</nowiki>
 
===External links====
Linkit sivuston ulkopuolelle vievät Opasnetin ulkopuoliselle sivulle tai sivustolle:
 
esim. http://www.wikipedia.fi
 
Ulkopuolisten linkkien koodi:
 
  <nowiki>[Sivun URL Sivun nimi] tai [Sivun URL]
[http://www.wikipedia.fi Wikipedia] tai [http://www.wikipedia.com]
</nowiki>
[http://www.wikipedia.fi Wikipedia] tai [http://www.wikipedia.com]
 
Linkin voit lisätä myös kirjoittamalla sivun nettiosoitteen (URL):
 
esim. <nowiki>http://www.wikipedia.fi</nowiki>
http://www.wikipedia.fi
 
==Files==
Opasnettiin voidaan liittää erilaisia tiedostoja artikkelin sanoman selkeyttämiseksi. Esimerkiksi
 
==Categories, categorizing==
Kategoriointi helpottaa artikkelin löytämistä.
 
==Rating bar==
Arvostelupalkki on tärkeä osa artikkelia, sillä sen avulla on helppo havainnoida tai arvostella artikkelin tiedon laatua.

Latest revision as of 10:31, 27 August 2014

Redirect to: