Tabla de Wikitexto
Información de la revisión
- Identificador de la revisión: 25770
- Creada:
- Creador/a: pegnacorp
- Comentario: Principios de la traducción
- Revisado: No
- Listo para localización: No
Origen de la revisión
Contenido de la revisión
This is the wiki and special markup available on SUMO.
Wiki markup common to articles and posts
Dscripción | Como se ve | Sintaxis wiki | ||||||
---|---|---|---|---|---|---|---|---|
Tipo de letra | ||||||||
Negrita | negrita | '''negrita'''
| ||||||
Cursiva | cursiva | ''cursiva''
| ||||||
Subrayado | subrayado | <u>subrayado</u>
| ||||||
Superíndice | Text in superíndice | Texto <sup>superíndicet</sup>
| ||||||
Subíndice | Text in subsíndice | Texto <sub>subsíndice</sub>
| ||||||
Tachado | <s>Tachado</s> or <del>Tachado</del>
| |||||||
Code | code
| <code>code</code>
| ||||||
Quoting | ||||||||
Preformatted text (start each line with a space) |
This is preformatted | This is | ||||||
Text breaks | ||||||||
Line break | line
break | line
| ||||||
Line break within tables, lists, etc. | line break | line<br>break
| ||||||
Horizontal rule | text above
text below | text above ---- text below | ||||||
Enlaces | ||||||||
Enlaces a otros artículos | Título de página | [[Título de página]]
| ||||||
Texto especifico de un enlace a otros artículos | presiona aquí | [[Título de página|presiona aquí]]
| ||||||
Texto especifico de un enlace a un tema del artículo | presiona aquí | [[Título de página#tema|presiona aquí]]
| ||||||
Enlaces externos | http://www.mozilla.com/ | [http://www.mozilla.com/]
| ||||||
Enlace externo con texto | Mozilla | [http://www.mozilla.com/ Mozilla]
| ||||||
Listas | ||||||||
Listas numeradas |
| # Item 1
| ||||||
lista desordenada |
| * Item A
| ||||||
Sublista desordenada dentro de una lista numerada |
| #Item 1
| ||||||
Sublistas mezcladas (Puedes mezclar y relacionar muchos tipos de listas) |
| * tema A
| ||||||
Tablas | ||||||||
Tabla con título, títulos de las columnas y varias filas |
| {| |+ Título de tabla !col 1!!col 2 |- |A||B |- |C||D |} | ||||||
misceláneo | ||||||||
Escape wiki parsing | [[Not a link]] | <nowiki>[[Not a link]]</nowiki>
| ||||||
Comentarios(solo se ve en el código) | <!-- comment -->
|
Markup only for articles
Article Wiki markup
Description | What it looks like | Wiki Syntax |
---|---|---|
Headings | ||
Table of Contents | Table of Contents (list of article headings) | __TOC__
|
Indicates a level 1 heading |
Level 1 | = Level 1 =
|
Indicates a level 2 heading |
Level 2 | == Level 2 ==
|
Indicates a level 3 heading |
Level 3 | === Level 3 ===
|
Indicates a level 4 heading |
Level 4 | ==== Level 4 ====
|
Indicates a level 5 heading |
Level 5 | ===== Level 5 =====
|
Indicates a level 6 heading |
Level 6 | ====== Level 6 ======
|
Customized styling | ||
Note | text
| {note}text{/note}
|
Warning | text
| {warning}text{/warning}
|
Preference name / value | text | {pref text}
|
File name / path | file | {filepath file}
|
Keyboard shortcut | Ctrl + T | {key Ctrl+T}
|
Menu path | {menu Firefox}
| |
Button | {button Button}
| |
Indent text | ||
Definition list |
| ; Term
|
Media | ||
Image | La imagen "Image Title" no existe. | [[Image:Image Title ]]
|
Video | El vídeo "Video Title" no existe. | [[Video:Video Title ]]
|
{for}
{for}
doesn't get any special styling. It's useful for specifying that content only applies to certain operating systems or Firefox versions. See Cómo utilizar "for" for details.
Templates
Templates are a way of reusing small pieces of content. Instead of writing a message twice, you can create and update it in one place, and then refer to it in other pages. The other pages will stay up-to-date with changes to the Template automatically! See Cómo usar las plantillas for details.