|
the power of broadcast
[a revolution in mass-scale content distribution] |
| how to editmain page | recent changes | preferencesDifference (from revision 6 to current revision) (minor diff, author diff) (The revisions are identical or unavailable.) these formatting rules were copied (and modified) from the UseMod wiki
linkingfor the konspire2b wiki, we have decided to disable WikiWords (auto-linking of words that HaveThisKindOfCapitalization).To make a link, you have to insert double square braces around a piece of text. eg, here is a page about [[how to edit]] here is a page about how to edit
ParagraphsLeave a blank line between paragraphs.
EmphasisYou create bold and italic text by using a repeated "'" single quote character before and after the text to be emphasised. Use two quotes for italic and three single quotes for bold. eg,''italic'' '''bold''' '''''bold & italic''''' italic bold bold & italic Alternatively use HyperTextMarkupLanguage tags eg <b>bold</b> <i>italic</i> <b><i>bold and italic</i></b> bold italic bold and italic
Monospace textCreate monospace text by using a " " space as the first character on a line, egThis is text in a monospace font Alternatively use the HyperTextMarkupLanguage tags eg <tt>typewriter</tt> <code>code</code>
typewriter
IndentingIndent text by using a ":" colon as the first character on a line, eg:Text ::More text :::Yet more text
EscapingUse <nowiki></nowiki> to disable wiki rules within a piece of text, eg: [[links]] are not linked, '''formatting''' does not occur.[[links]] are not linked, '''formatting''' does not occur. Miscellaneous formattingUse < pre> </ pre> as an alternative method of preserving layout of text, for example for code, eg< pre> preserves spacing and lines</ pre> preserves spacing and lines |