Differences between revisions 10 and 11
Revision 10 as of 2014-06-01 05:18:51
Size: 10219
Editor: KaiJaeger
Comment: Wicth seesaw
Revision 11 as of 2014-06-01 05:21:22
Size: 7635
Editor: KaiJaeger
Comment: without seesaw
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:

<<SeeSaw(section="whitespace", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/whitespace/whitespace-bg/hide
Line 29: Line 26:
}}}}
Line 33: Line 28:
<<SeeSaw(section="linebreaks", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/linebreaks/linebreaks-bg/hide
Line 45: Line 38:
}}}}
Line 48: Line 39:

<<SeeSaw(section="indent", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/indent/indent-bg/hide
Line 92: Line 80:
}}}}
Line 96: Line 82:
<<SeeSaw(section="nos", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/nos/nos-bg/hide
Line 119: Line 103:
}}}}
Line 122: Line 105:

<<SeeSaw(section="bullets", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/bullets/bullets-bg/hide
Line 142: Line 122:
}}}}
Line 145: Line 123:

<<SeeSaw(section="table", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/table/table-bg/hide
Line 170: Line 145:
}}}}
Line 173: Line 146:

<<SeeSaw(section="code", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/code/code-bg/hide
Line 185: Line 155:
}}}}
Line 191: Line 159:
<<SeeSaw(section="CamelCase", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/CamelCase/CamelCase-bg/hide
Line 213: Line 178:
<<SeeSaw(section="Prevent", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/Prevent/Prevent-bg/hide
Line 226: Line 188:
}}}}
Line 230: Line 190:
<<SeeSaw(section="ExLinks", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/ExLinks/ExLinks-bg/hide
Line 248: Line 205:
}}}}
Line 252: Line 207:
<<SeeSaw(section="subLinks", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/subLinks/subLinks-bg/hide
Line 271: Line 223:
}}}}
Line 277: Line 227:
Line 280: Line 229:
<<SeeSaw(section="imageLinks", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/imageLinks/imageLinks-bg/hide
Line 300: Line 246:
}}}}
Line 305: Line 249:

<<SeeSaw(section="images", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/images/images-bg/hide
Line 337: Line 278:
}}}}
Line 340: Line 279:
<<SeeSaw(section="attach", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/attach/attach-bg/hide
Line 360: Line 297:
}}}}
Line 364: Line 299:
<<SeeSaw(section="toc", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/toc/toc-bg/hide
Line 372: Line 304:

}}}}

HelpOnBasicFormatting

This page contains basic information about MoinMin's formatting capabilities. It covers only a small amount of the formatting features but these are possibly covering about 99% of every-day problems. If you need more detailed information start with HelpOnEditing or HelpOnMoinWikiSyntax.

Basics

White space

Note that white space most of the time is ignored. This:

The   only       exception is white space at the beginning of a line.
This is not another line.

leads to this:

The only exception is white space at the beginning of a line. This is not another line.

For details how white space at the beginning of a line is processed see Indentation

Line breaks

Insert a line break with the <<BR>>. This:

This goes onto the first line<<BR>>This goes onto the second line.

leads to this:

This goes onto the first line
This goes onto the second line

Indentation

This:

no space
 Line 1
 Line 2
   Line 3
 Line 4

leads to this:

no space

  • Line 1 Line 2
    • Line 3
    Line 4

}}}}

Titles

Show the details

HelpOnBasicFormatting (last edited 2014-10-22 20:00:16 by KaiJaeger)