Enviar artigo
listar submissões
|
| Ênfase: | '' para itálico, __ para negrito, ''__ para ambos |
| Listas: | * para listas de ítens, # para listas numeradas, ;termo:definição para listas de definições |
| Referências Wiki: | UnirPalavrasComMaiusculas ou use ((página)) ou ((página|desc)) para referências Wiki, ))AlgumNome(( prevenir referência |
| Desenhos: | {draw name=foo} cria o desenho editável foo |
| 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)) |
| Páginas multi-página: | utilize ...página... para separar páginas |
| Headings: | "!", "!!", "!!!" criar_cabecalhos |
| Show/Hide: | "!+", "!!-" show/hide heading section. + (shown) or - (hidden) by default. |
| Misc: | "----" criar uma linha horizontal "===texto===" sublinhar texto. |
| Barra de título: | "-=título=-" Cria uma barra de título. |
| Wiki File Attachments: | {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. |
| 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}" 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 |
| Desenhos: | {draw name=foo} creates an editable drawing named foo |
| Tabelas: | "||row1-col1|row1-col2|row1-col3 row2-col1|row2-col2col3||" cria uma tabela |
| Fontes RSS: | "{rss id=n max=m}" exibe fonte rss com ítens id=n maximum=m |
| Caixa simples: | "^Conteúdo da caixa^" Cria uma caixa com os dados |
| Conteúdo dinâmico: | "{content id=n}" Será substituído pelo valor real do bloco de conteúdo dinâmico com id=n |
| Texto colorido: | "~~#FFEE33:algum texto~~" Será exibido com a cor HTML indicada |
| Centralizar: | "::algum texto::" Exibirá o texto centralizado |
| Seções não interpretadas: | "~np~ dados ~/np~" Prevents wiki parsing of the enclosed data. |
| 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). |
| Square Brackets: | Use [[foo] to show [foo]. |
| Block Preformatting: | 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. |
| Variáveis dinâmicas: | "%nome%" Inserir uma váriavel editável |
| Insert Module Output: | {MODULE(module=>some_module)}text{MODULE} can be used to insert the output of module "some_module" into your Wiki page. See PluginModule for more information. |
| Rendering Program Code: | {CODE()}some code{CODE} will render "some code" as program code. This plugin has other options; see PluginCode. |
| Direction: | "{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. |
| Table of contents | "{toc}", "{maketoc}" prints out a table of contents for the current page based on structures (toc) or ! headings (maketoc) |
| Misc: | "{cookie}" |