Primerjava izbranih različic
Prikazane so razlike med izbrano in trenutno različico strani.
| Naslednja revizija | Prejšnja revizija | ||
|
us:slobase:manual:b_usage:l_rte [dd/mm/Y H:i] 127.0.0.1 external edit |
us:slobase:manual:b_usage:l_rte [dd/mm/Y H:i] (Trenutna) admin |
||
|---|---|---|---|
| Vrstica 1: | Vrstica 1: | ||
| - | ======Oblikovanje besedila v opisih====== | + | ======Formatting text in descriptions====== |
| - | V opisnih poljih lahko svoje besedilo enostavno oblikovno urejate. To naredite z uporabo enostavnih znakov. Njihova uporaba je prikazana v nadaljevanju. | + | You can easily format your text in the description fields. It can be done by using simple symbols. Their use is shown below. |
| - | =====Krepko, ležeče, podčrtano, ...===== | + | ===== Bold, italic, underline, etc. ===== |
| - | Če želite oblikovati svoje besedilo ležeče, krepko, ga podčrtati idr., uporabite prikazane znake v levem stolpcu spodnje tabele. Vaše besedilo bo izgledalo, kot je prikazano v desnem stolpcu spodnje tabele. | + | If you wish to format text into italic, bold, underline, etc., use the presented signs in the left column of the table below. Your text will have the appearance of the text in the right column of the table below. |
| - | ^ Uporaba znakov ^ Izgled besedila ^ | ||
| - | | %%//ležeče//%% | //ležeče// | | ||
| - | | %%**krepko**%% | **krepko** | | ||
| - | | %%__podčrtano__%% | __podčrtano__ | | ||
| - | | @@--- prečrtano @@ | <del>prečrtano</del> | | ||
| - | | %%{{kot natipkano}}%% | ''kot natipkano'' | | ||
| - | | %%{{//**__kombinirano__**//}}%% | ''//**__kombinirano__**//'' | | ||
| + | ^ Use of signs ^ Text appearance ^ | ||
| + | | %%//italic//%% | //l italic // | | ||
| + | | %%**bold**%% | ** bold ** | | ||
| + | | %%__underline__%% | __ underline __ | | ||
| + | | @@--- strikethrough @@ | <del> strikethrough</del> | | ||
| + | | %%{{as typed}}%% | ''as typed'' | | ||
| + | | %%{{//**__combined__**//}}%% | ''//**__ combined __**//'' | | ||
| - | =====Večnivojski naslovi===== | ||
| - | V besedilu lahko delate tudi večnivojske naslove. | ||
| - | Da bo vaše besedilo izgledalo kot je prikazano v desnem stolpcu spodnje tabele, uporabite prikazane znake v levem stolpcu spodnje tabele. | ||
| - | ^ Uporaba znakov ^ Izgled besedila ^ | + | =====Multilevel titles===== |
| - | | ++Naslov | <html><font size="+2">Naslov</font> | + | It is possible to make multilevel titles in the text. |
| + | For your text to appear as shown in the right column of the table below, use the signs shown in the left column of the table. | ||
| + | |||
| + | ^ Use of signs ^ Text appearance ^ | ||
| + | | ++Title | <html><font size="+2">Title</font> | ||
| </html>| | </html>| | ||
| - | | ++Podnaslov | <html><font size="+1,5">Podnaslov</font> | + | | ++Subtitle | <html><font size="+1,5">Subtitle</font> |
| </html> | | </html> | | ||
| - | | ++++Podpodnaslov | <html><font size="+1">Podpodnaslov</font> | + | | ++++Sub subtitle | <html><font size="+1">Sub subtitle</font> |
| </html>| | </html>| | ||
| - | =====Seznami===== | + | =====Lists===== |
| - | V besedilu lahko delate tudi različne sezname, ki so lahko oštevilčeni ali označeni. V nadaljevanju je prikazan način, kako se izdelajo. | + | You can also create different lists in the text. They can be numbered or labeled. This is how to make one: |
| - | Če želite, da vaš seznam izgleda tako,: | + | If you wish to create such a list,: |
| - | *Prva točka | + | *First heading one |
| - | *Druga točka | + | *First heading two |
| - | *Prva podtočka | + | *Second heading one |
| - | *Druga podtočka | + | *Second heading two |
| - | ga izdelate tako, da odstavek začnete z zvezdico "*" | + | start the paragraph with an asterisk "*" |
| <code> | <code> | ||
| - | * Prva točka | + | * First heading one |
| - | * Druga točka | + | * First heading two |
| - | * Prva podtočka | + | * Second heading one |
| - | * Druga podtočka | + | * Second heading two |
| </code> | </code> | ||
| - | Če želite, da vaš seznam izgleda tako,: | + | If you wish for your list to look like this,: |
| - | - Prva točka | + | - First heading one |
| - | - Druga točka | + | - First heading two |
| - | - Prva podtočka | + | - Second heading one |
| - | - Druga podtočka | + | - Second heading two |
| - | ga izdelate tako, da odstavek začnete z znakom "#" | + | start the paragraph with "#" |
| <code> | <code> | ||
| - | # Prva točka | + | # First heading one |
| - | # Druga točka | + | # First heading two |
| - | # Prva podtočka | + | # Second heading one |
| - | # Druga podtočka | + | # Second heading two |
| </code> | </code> | ||
| - | Seznam lahko tudi kombinirate. Če želite, da vaš seznam izgleda tako,: | + | The list can also be combined. If you want it to look like this,: |
| - | - Prva točka | + | - First heading one |
| - | - Druga točka | + | - First heading two |
| - | * Prva podtočka | + | * Second heading one |
| - | * Druga podtočka | + | * Second heading two |
| - | - Tretja točka | + | - First heading three |
| - | ga izdelate s kombinacijo znakov "*" in "#". | + | design it by combining the "*" and "#" signs. |
| <code> | <code> | ||
| - | # Prva točka | + | # First heading one |
| - | # Druga točka | + | # First heading two |
| - | * Prva podtočka | + | * Second heading one |
| - | * Druga podtočka | + | * Second heading two |
| - | # Tretja točka | + | # First heading three |
| </code> | </code> | ||
| + | ~~ODT~~ | ||