-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAyuda_de_edici%C3%B3n
138 lines (120 loc) · 6.33 KB
/
Ayuda_de_edici%C3%B3n
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
= Resumen de sintaxis
Aquí se describe brevemente la forma de escribir en este Wiki.
También hay una [[Markup2|descripción más detallada]].
Secciones:
[[#heading|Encabezados]],
[[#emphasis|Resaltados]],
[[#punctuation|Puntuación y Símbolos]],
[[#paragraph|Párrafos]],
[[#list|Listas]],
[[#preformat|Texto preformateado]],
[[#syntax|Sintaxis]],
[[#link|Enlaces]],
[[#image|Imágenes]],
[[#table|Tablas]]
{{#heading}}
[[Markup2#heading|Encabezados]]:
|=Código |=Resulta (simulado) |=Comentario |
|{{{== Large Heading (h2)}}} |Large Heading (h2) |Rendered big |
|{{{=== Medium Heading (h3)}}} |Medium Heading (h3) |Rendered medium |
|{{{==== Small Heading (h4)}}} |Small Heading (h4) |Rendered small |
{{#emphasis}}
[[Markup2#emphasis|Emphasis]]:
|=Código |=Resulta |=Comentario |
|{{{##Monospace text##}}} |##Monospace text## |
|{{{//Italic text//}}} |//Italic text// |
|{{{**Bold text**}}} |**Bold text** |Use sparingly |
|{{{**//Bold-italic text//**}}} |**//Bold-italic text//** |
|{{{//**Italic-bold text**//}}} |//**Italic-bold text**// |Same as previous |
|{{{{{{Monospace no-wiki}}}}}} |{{{Monospace no-wiki}}} |Inline mono, no format |
|{{{----}}} |___________________ |Horizontal line |
{{#punctuation}}
[[Markup2#punctuation|Puntuación y Símbolos]]:
|=Código |=Resulta |=HTML |
|{{{Go...home}}} |Go...home |&nellip; |
|{{{Go--home}}} |Go--home |– |
|{{{Go---home}}} |Go---home |— |
|{{{Go----home}}} |Go----home |
|{{{Go~home}}} |Go~home | |
|{{{Go\~home}}} |Go\~home |"~" |
|{{{Go~~home}}} |Go~~home |∼ |
|{{{Go(C)home}}} |Go(C)home |© |
|{{{Go-->home}}} |Go-->home |→ |
|{{{Go<--home}}} |Go<--home |← |
|{{{Go(R)home}}} |Go(R)home |® |
|{{{Go(TM)home}}} |Go(TM)home |™ |
|{{{Go%%home}}} |Go%%home |‰ |
|{{{Go``home}}} |Go``home |“ |
|{{{Go''home}}} |Go''home |” |
|{{{Go,,home}}} |Go,,home |„ |
{{#paragraph}}
[[Markup2#paragraph|Párrafos]]:
|=Código |=Resulta |=Comentario |
|{{{Concatenate}}}\\{{{adjoining!}}} |Concatenate adjoining! |Concatenated and wrap |
|{{{Line 1 stuff.}}}\\{{{ }}}\\{{{line 3 stuff.}}} |Line 1 stuff.\\ \\line 3 stuff. |Empty line between |
|{{{Force\\linebreak}}} |Force\\ \\linebreak |Forced '{{{\\}}}' linebreak |
{{#list}}
[[Markup2#list|Listas]]:
|=Código |=Resulta (simulado) |=Comentario |
|{{{* First}}}\\{{{* Second}}}|* First\\* Second |Unordered list |
{{#preformat}}
[[Markup2#preformat|Texto preformateado]]:
|=Markup |=Resulta (simulado) |=Comentario |
|{{{{{{#!text}}}\\{{{Block text}}}\\{{{preformatted}}}\\{{{monospace}}}\\{{{syntax highlight}}}\\{{{}}}}}} |Block text\\preformatted\\monospace\\syntax highlight|No Wiki formats or links.\\Syntax selected by optional\\'#!text', '#!c', '#!Fortran' or ...\\http://pygments.org/docs/lexers/#special-lexers|
|{{{> Joe: Beer is Best!}}}\\{{{>> Bob: Wine is refined}}} |{{{| Joe: Beer is Best!}}}\\{{{|| Bob: Wine is refined}}} |Conversation block |
{{#link}}
[[Markup2#link|Enlaces]]:
|=Código |=Resulta |
|{{{[[Markup2]]}}} |[[Markup2]] |
|{{{[[Markup2|Markup details]]}}} |[[Markup2|Markup details]] |
|{{{[[Markup2#emphasis]]}}} |[[Markup2#emphasis]] |
|{{{[[Markup2#emphasis|Markup emphasis]]}}} |[[Markup2#emphasis|Markup emphasis]] |
|{{{[[path/filename.hat]]}}} |[[path/filename.hat]] |
|{{{[[chapter_1/section_2#par3]]}}} |[[chapter_1/section_2#par3]] |
|{{{[[#test]]}}} |[[#test]] |
|{{{[[#test|On page link]]}}} |[[#test|On page link]] |
|{{{[[#5|[5] ]] Footnote}}} |[[#5|[5] ]] Footnote |
|{{{http://sheep.art.pl}}} |http://sheep.art.pl |
|{{{[[http://sheep.art.pl]]}}} |[[http://sheep.art.pl]] |
|{{{[[http://sheep.art.pl|Sheep]]}}} |[[http://sheep.art.pl|Sheep]] |
|{{{[[Home|{{development.png}}]]}}} |[[Home|{{development.png}}]] |
|{{{MarkupSummary (CamelCase enabled)}}} |MarkupSummary (CamelCase enabled) |
|{{{{{#5}} [5] Footnote anchor}}} |{{#5}} [5] Footnote anchor |
{{#image}}
[[Markup2#image|Imágenes]]:
|=Código |=Resulta |
|{{{Inline {{development.png}} image}}} |Inline {{development.png}} image |
|{{{Inline {{development.png|Logo}} image}}} |Inline {{development.png|Logo}} image |
|{{{Linked [[http://hatta-wiki.org|{{development.png}}]] image}}} |Linked [[http://hatta-wiki.org|{{development.png}}]] image |
|{{{**{{development.png}}** Left float}}} |**{{development.png}}** Left float |
|{{{//{{development.png}}// Right float}}} |//{{development.png}}// Right float |
|{{{Smiley :) faces}}} |Smiley :) faces |
----
{{#table}}
== Tablas
//Nunca// use tablas para diseñar la página!
Pending features (wish list?):
* Table alignment within page
* Cell alignment within table
* Row and column spans
* Lists within cells
{{{#!text
|Headers |=Column A|=Column B|=Column C|
|=Row 1 |Cell A1 |Cell B1 |Cell C1 |
|=Row 2 |Cell A2 |Cell B2 |
|=Row 3 |Cell A3 |Cell B3 |Cell C3 |
}}}
|Headers |=Column A|=Column B|=Column C|
|=Row 1 |Cell A1 |Cell B1 |Cell C1 |
|=Row 2 |Cell A2 |Cell B2 |
|=Row 3 |Cell A3 |Cell B3 |Cell C3 |
{{{#!text
|=Line Hdr\\Break Hdr|=Column //A//|Italic //B//|=Column C|
|Row 1 |Bold **A1**|Italic //B1//|Cell C1|
|=Row 2|Line A2\\Break A2| |Link [[#list|C2]]|
|=Row 3|{{{A3= Bar}}} |Bold **B3**|
}}}
|=Line Hdr\\Break Hdr|=Column //A//|Italic //B//|=Column C|
|Row 1 |Bold **A1**|Italic //B1//|Cell C1|
|=Row 2|Line A2\\Break A2| |Link [[#list|C2]]|
|=Row 3|{{{A3= Bar}}} |Bold **B3**|