Hjälp:Redigering
Från Vemringde.se API Wiki
- Denna artikel är bara påbörjad
Vemringde.se API Wiki bygger på samma programvara som Wikipedia och därför hänsvisar vi till eras sida om hur man redigerar Vemringde.se API Wiki.
Tillägg
Vemringde.se API Wiki använder följande tillägg:
Hur man formaterar text
För att formatera text på Vemringde.se API Wiki använder du wiki kod.
| Beskrivning | Du skriver | Du får |
|---|---|---|
| character (inline) formatting – applies anywhere | ||
| kursiv text | ''kursiv''
| kursiv |
| Fet text | '''fet'''
| fet |
| Fet och kursiv | '''''fet & kursiv'''''
| fet & kursiv |
| Undvik wiki kod | <nowiki>ingen ''kod''</nowiki>
| ingen ''kod'' |
| section formatting – only at the beginning of the line | ||
| Headings of different levels | =level 1= ==level 2== ===level 3=== ====level 4==== =====level 5===== ======level 6====== An article with 4 or more headings automatically creates a table of contents. |
Level 1
Level 2
Level 3 Level 4Level 5 Level 6
|
| Horizontal rule | ----
|
|
| Bullet list |
* one * two * three ** three point one ** three point two Inserting a blank line will end the first list and start another. |
|
| Numbered list |
# one # two<br />spanning more lines<br />doesn't break numbering # three ## three point one ## three point two |
|
| Definition list | ;item 1 : definition 1 ;item 2 : definition 2-1 : definition 2-2 |
|
| Adopting definition list to indent text |
: Single indent :: Double indent ::::: Multiple indent This workaround may be controversial from the viewpoint of accessibility. |
|
| Mixture of different types of list |
# one # two #* two point one #* two point two # three #; three item one #: three def one # four #: four def one #: this rather looks like the continuation of # four #: and thus often used instead of <br /> # five ## five sub 1 ### five sub 1 sub 1 ## five sub 2 ;item 1 :* definition 1-1 :* definition 1-2 : ;item 2 :# definition 2-1 :# definition 2-2 The usage of |
|
| Preformatted text |
preformatted text is done with a '''space''' at the ''beginning'' of the line This way of preformatting only applies to section formatting, and character formatting markups are still effective. |
preformatted text is done with a space at the beginning of the line |
