| Ajuda wiki |
| Texto em negrito: | 2 sublinhados "_". Exemplo: __texto__ |
| Texto em itálico: | 2 aspas simples "'". Exemplo: ''texto'' |
| 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, ;termo:definição para listas de definições |
| Cabeçalhos: | "!", "!!", "!!!" cria cabeçalhos |
| Mostrar/esconder: | "!+", "!!-" mostrar/esconder sessão do cabeçalho. + (mostra) or - (esconde) por padrão. |
| Referências Wiki: | UnirPalavrasComMaiusculas ou use ((página)) ou ((página|desc)) para referências Wiki, ))AlgumNome(( prevenir referência |
| Links externos: | use square brackets for an external link: [URL] or [URL|link_description] or [URL|description|nocache] (that last form prevents the local Wiki from caching the page; please use that form for large pages!). Para um Wiki externo, use ExternalWikiName:PageName or ((External Wiki Name: Page Name)) |
| Tabelas: | "||linha1-coluna1|linha1-coluna2|linha1-coluna3 linha2-coluna1|linha2-coluna2|linha2-coluna3||" cria uma tabela |
| Imagens: | "{img src=http://example.com/foo.jpg width=200 height=100 align=center imalign=right link=http://www.yahoo.com desc=foo alt=txt usemap=name class=xyz}" exibe uma imagem height, width, desc, link e align são opcionais |
| 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) |
| Linha horizontal: | "----" criar uma linha horizontal |
| 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~ dados ~/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). |
| 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}" |