Editar una página es muy fácil sin necesidad de saber nada de html ni de editores web: sólo hace falta pulsar sobre el enlace «Cambiar esta página» que se encuentra abajo o dar un doble clic con el botón izquierdo de ratón en cuanquier sitio dentro del marco donde está este texto... Incluso puedes editar esta página.
**negrita**
| negrita
|
//cursiva//
| cursiva
|
__subrayado__
| subrayado
|
--tachado--
|
|
!!color dorado!!
| color dorado
|
??color rojo??
| color rojo
|
línea horizontal inferior separadora -----
| línea horizontal inferior separadora
|
[[http://www.forpas.us.es]] o ((http://www.forpas.us.es)) o http://www.forpas.us.es
| http://www.forpas.us.es
|
| Centro de Formación del P.A.S.
|
[[NuevaPagina]] or ((NuevaPagina))
| NuevaPagina
|
[[NuevaHoja Nueva hoja de trabajo]] o ((NuevaHoja Nueva hoja de trabajo))
| Nueva hoja de trabajo
|
http://www.r2h2.us.es/images/marca_universidad_de_sevilla.gif Imagen sin acceso a enlace.
|
|
((/gmcfppas http://www.r2h2.us.es/images/marca_universidad_de_sevilla.gif)) Imagen con enlace a una página interna del wiki
|
|
((http://www.us.es http://www.r2h2.us.es/images/marca_universidad_de_sevilla.gif)) Imagen con enlace a una página externa del wiki
|
|
{{a name="test"}} or {{anchor name="test"}} declaración de enlace interno.
|
|
((#test)) or ((/HomePage#TOC_1)) referencia a enlace interno.
| test or /HomePage#TOC_1
|
mailto:fulano@dominio.com correo.
| mailto:fulano@dominio.com
|
file:rindex.gif or file:/Subpage/rindex.zip enlace a ficheros.
| file:rindex.gif file:/Subpage/rindex.zip
|
Tabla con bordes
#|
||cell11|cell12|cell13||
||cell21|cell22||
|#
cell11 | cell12 | cell13 |
cell21 | cell22 |
Tabla sin bordes, 100% anchura
#||
||cell11|cell12|cell13||
||cell21|cell22||
||#
cell11 | cell12 | cell13 |
cell21 | cell22 |
Importante
Títuloen negrita |
Listas:
| Lists:
first line
indented line
|
<[ Citation of text (blockquote) ]>
| Citation of text
|
(?Term Some definition?)
| Term
|
(?Term containing spaces == Some other definition?)
| Term containing spaces
|
Text, then footnote[[*]] and second one[[**]]
| Text, then footnote* and second one**
|
Text, then numeric footnote[[*1]] and second one[[*2]]
| Text, then numeric footnote1 and second one2
|
[[#*]] Text for first footnote [[#**]] Text for second footnote [[#1]] Text for numeric footnote [[#2]] Text for second numeric footnote
| * Text for first footnote ** Text for second footnote 1 Text for numeric footnote 2 Text for second numeric footnote
|
Forced line break:
test---shmest
test
shmest
Text output as-is — ignoring markup
Text should be enclosed by a pair of double quotes. You can look at the source of this page for numerous examples.
Furthermore, for the screening of any form of marking, it is possible to use ~ (tilde).
HTML output as-is
this works only if site the admin allows it.
<# <input type="text"> #>
If you see <input type="text"> instead of input field, site admin don't turn up this function (config file's parameter allow_rawhtml. NB: it is very dangerous option, avoid XSS!).
Superscript:
E=mc^^2^^
E=mc2
Subscript:
H vv2vv O
H 2 O
Macros are little shortcuts which automatically update the document you're writing with relevant variables such as your name and wikiname, the date of writing etc. Basically, they're just little text shortcuts.
To automatically insert your name, use:
::::
RomanIvanov
Auto name and date:
::@::
RomanIvanov /20.06.2003 18:13/
Date:
::+::
20.06.2003 18:13
To make a table of contents entry, use
anything with a headline value will be listed with anchors to specific parts of your page.
NB: if you are using this with the 'include' plugin, but don't want the headers that you're pulling in from the include file to be listed in the generated table of contents, use the 'notoc' option like so:
{{Include file="WackoFormatting/Headlines" notoc="1"}}
There are several formatters included in Wacko package:
%%(php) PHP-code%%
|
<? Attention: that code should begin with <? and end with ?>, because builtin PHP parser identifies PHP by those separators.
| ||||||||||||
%%(comments) Comments, they will be hidden when the page is stored and redisplayed %%
|
| ||||||||||||
%%(noautolinks) no AutoLinks if CamelCase-Words%%
| no AutoLinks if CamelCase-Words
| ||||||||||||
%%(icq) ICQ Pro Logs%%
|
| ||||||||||||
There's also icq_t (Trillian), icq_l (ICQ Lite) and icq_m (Miranda IM + nConvers) formatters.
| |||||||||||||
%%(email) Email%%
| Hi! RI>> Yes, it is. >Are you sure? Of course, yes! Roman.
| ||||||||||||
%%(sql) SQL-code%%
| SELECT * FROM sometable WHERE a = '12' and b = 2 ORDER BY c DESC
| ||||||||||||
There's also (ini), (html), (css) and (pascal) highlighters.
| <html> <a href="http://www.ya.ru" width="8">test</a> </html>
[Wiki] BestEngine="WackoWiki" Version=4
body {margin: 0; padding:5px;}
.class {background:url("http://www.ya.ru/")}
BEGIN if a = 15 then writeln("test"); END.
| ||||||||||||
There's also highlighters for CSS, diff, DTD, Javascript, mySQL, PHP, Python, SQL, XML. They can be called as (hl css) etc.
| body {margin: 0; padding:5px;} .class {background:url("http://www.ya.ru/")}
var a = document.getElementById("test"); a.value = new Array(15, 31); function echo (msg) {alert(msg)};
phpinfo(); $s = "Hello, World!\n"; print "$s";
<config> <section name="test"> <var>Test</var> <val><![CDATA[..text...]]></val> </section> </config>
| ||||||||||||
You choose specific wrapper for any highlighter using wrapper parameter as shown below.
There are such wrappers: box, shade, page and text
%%(css wrapper=box wrapper_align=left wrapper_width=270) .d { font-size:70% } %%
| .d { font-size:70% } As we see, wrapper box makes it possible to form the convenient menu, streamlined with text. By the way, there is special formatter (Box), which does not make anything except as it turns around text into this wrapper.
|
%%(css wrapper=shade) .d2 { font-size:70% } %%
| .d2 { font-size:70% } shade — this box without the tuning.
|
%%(wacko wrapper=text wrapper_align=center) text on to center %%
| Formatter «highlight/wacko» not found text is derived the floating (float) block of text.
|
%%(wacko wrapper=page wrapper_width=200) this text cannot be wider than two hundred pixel %%
| Formatter «highlight/wacko» not found page it makes it possible to regulate the width of the usual block of text.
|
| Formatter «highlight/wacko» not found
|