Because the Wiki paragraph formatting feature is off, each line will be presented as you write it. This means that if you want paragraphs to be wrapped properly, a paragraph should be all together on one line.
| Format |
Sintaxe wiki |
| Texto em negrito | 2 sublinhados "_". Exemplo __texto__ = text |
| Texto em itálico | 2 aspas simples "'". Exemplo ''texto'' = text |
| Texto centralizado | 2 dois pontos ":". Exemplo ::algum texto: |
| Texto sublinhado | 3 igual "=". Exemplo ===texto=== |
| Caixa de texto | Um acento circunflexo "^". Cria uma caixa com os dados. Exemplo "^Conteúdo da caixa^" |
| Barra de título | "-=Título=-" Cria uma barra de título. |
| Texto colorido | "~~#FFEE33:algum texto~~" ou "~~yellow:algum texto~~". Mostra o texto usando o código HTML ou nome da cor especificado |
| Listas | * para listas de itens, # para listas numeradas, ;Palavradefinição para listas de definições |
| Indentation | +, ++ Creates an indentation for each plus(useful in list to continue at the same level) |
| Cabeçalhos | "!", "!!", "!!!" cria cabeçalhos |
| Mostrar/esconder | "!+", "!!-" mostrar/esconder sessão do cabeçalho. + (mostra) or - (esconde) por padrão. |
| Autonumbered Headings | "!#", "!!#", "!+#", "!-#" ... make autonumbered headings |
| Tabelas | "||linha1-coluna1|linha1-coluna2|linha1-coluna3 linha2-coluna1|linha2-coluna2|linha2-coluna3||" cria uma tabela |
| Linha horizontal | "----" criar uma linha horizontal |
| Referências Wiki | UnirPalavrasComMaiusculas ou use ((página)) ou ((página|desc)) para referências Wiki, ((page|#anchor)) ou ((page|#anchor|desc)) for wiki heading/anchor references, ))AlgumNome(( prevenir referência |
| Links externos | use square brackets for an external link: [URL], [URL|link_description],[URL|link_description|relation] or [URL|description|relation|nocache] (that last prevents the local Wiki from caching the linked page; relation can be used to insert rel attribute for the link - useful e.g. for shadowbox).
Para um Wiki externo, use ExternalWikiName:PageName or ((External Wiki Name: Page Name)) |
| Imagens | "{img src=http://example.com/foo.jpg width=200 height=100 align=center imalign=right link=http://www.yahoo.com title='Yahoo Website' rel='shadowbox[gallery];type=img' desc=foo alt=txt usemap=name class=xyz}" exibe uma imagem (imalign, height, width, desc, link, rel, title, usemap, class and align are optional) |
| Imagens não armazenáveis em cache | "{img src=http://example.com/foo.jpg?nocache=1 width=200 height=100 align=center link=http://www.yahoo.com desc=foo}" exibe uma imagem height, width, desc, link e align são opcionais |
| Quebra de linha | "%%%" (muito útil especialmente em tabelas) |
| Desenhos | {draw name=foo} cria o desenho editável foo |
| Páginas multi-página | Usar ...page... para separar páginas |
| Anexos do arquivo wiki | {file name=file.ext desc="description text" page="wiki page name" showdesc=1} Creates a link to the named file. If page is not given, the file must be attached to the current page. If desc is not given, the file name is used for the link text, unless showdesc is used, which makes the file description be used for the link text. If image=1 is given, the attachment is treated as an image and is displayed directly on the page; no link is generated. |
| Fontes RSS | "{rss id=n max=m}" exibe fonte rss com itens id=n maximum=m |
| Conteúdo dinâmico | "{content id=n}" Será substituído pelo valor real do bloco de conteúdo dinâmico com id=n |
| Variáveis dinâmicas | "%Nome%" Inserir uma váriavel editável |
| Seções não interpretadas | "~np~ dados ~/np~" O conteúdo entre as tags não é interpretado como código wiki. |
| Seções pré-formatadas | "~pp~ data ~/pp~" Displays preformated text/code; no Wiki processing is done inside these sections (as with np), and the spacing is fixed (no word wrapping is done). "~pre~ data ~/pre~" also displayes preformatted text with fixed spacing, but wiki processing still occurs on the text. |
| Comentários | "~tc~ Tiki Comment ~/tc~" makes a Tiki comment. It will be completely removed from the display, but saved in the file for future reference. "~hc~ HTML Comment ~/hc~" makes an HTML comment. It will be inserted as a comment in the output HTML; these are not normally displayed in browsers, but can be seen using "View Source" or similar. |
| Colchetes | Usa [[foo] para mostrar [foo]. |
| Pré-formatar bloca | Indent text with any number of spaces to turn it into a monospaced block that still follows other Wiki formatting instructions. It will be indended with the same number of spaces that you used. Note that this mode does not preserve exact spacing and line breaks; use ~pp~...~/pp~ for that. |
| Direção | "{r2l}", "{l2r}", "{rm}", "{lm}"Insert resp. right-to-left and left-to-right text direction DIV (up to end of text) and markers for langages as arabic or hebrew. |
| Tabela de conteúdo | "{toc}", "{maketoc}" mostrar uma tabela de conteúdo para a página atual baseada em estruturas (toc) ou ! cabeçalhos (maketoc) |
| Misc | "{cookie}, {poll}" |