Das ist eine alte Version von Testing/WikiFormattingTestPage vom 01.02.2026 13:33 bearbeitet durch EoNy.
Quelltext der Seite Wiki Formatting Test Page
===== WackoWiki Formatting Test Page =====
This page demonstrates all major WackoWiki markup features.
{{toc}}
== Alignment ==
%%(wacko wrapper=text wrapper_align=center) center%%
%%(wacko wrapper=text wrapper_align=right) right%%
%%(wacko wrapper=text wrapper_align=justify) justify%%
== Links ==
((https://eony.org/EoNyWerkstatt/Testing/WikiFormattingTestPage/edit Edit THIS Page))
((Sandbox))
((Sandbox The sandbox page))
((https://eony.org/EoNyWerkstatt/theme/collab/icon/light/unlocked.svgright&caption&400 ))
((/HomePage https://eony.org/EoNyWerkstatt/theme/collab/icon/light/unlocked.svg))
((#test))
{{anchor href="test"}}
== Including uploaded files ==
file:/mammut_mascot.jpg
file:mammut_mascot.jpg
file:/Subpage/archive.zip
file:/lotus_flower.webp?right&caption&400
Shinobazu Pond at Ueno Park at Ueno, Taito-ku in Tokyo
(Source:: Yoshikazu TAKADA /Some rights reserved)
== Headlines ==
== Primary Heading ==
=== Secondary Heading ===
==== Tertiary Heading ====
===== Small Heading =====
====== Even Smaller Heading ======
======= Smallest Heading =======
== Bulleted and Numbered Lists ==
* bullet list
* bullet list-2
1. numbered list
1. numbered list-2
#8 numbered list, with transition
A. using upper case characters
A. using upper case characters-2
a. using lower case characters
a. using lower case characters-2
i. using Roman numbers
i. using Roman numbers-2
1. list 1
* nested list
1. and even more nested list
1. nested list 2
2. list 2
== Cite and definitions ==
<[ Citation of text (blockquote) ]>
(?Term Some definition?)
(?Term containing spaces == Some other definition?)
== Footnotes ==
Text, then footnote[[*]] and second one[[**]]
Text, then numeric footnote[[*1]] and second one[[*2]]
[[#*]] 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
[[^ text of footnote here]]
== Quoting ==
Hi!
> Yes, it is.
>> Are you sure?
> Of course, yes!
>> Really?
>>> Now what?
== Tables ==
#|*|header 1|header 2|header 3|*||cell11|cell12|cell13||||cell21|cell22|||#
Table without border, 100% width
#||||cell11|cell12|cell13||||cell21|cell22||||#
To include a pipe | as content within your cell, enclosed the pipe by a pair of double quotes: ""|""
== Miscellaneous ==
Horizontal rule (separator):
----
Forced line break:
test---new line
Forced empty line:
---"" ""---
Text output "as-is" -- ignoring markup
""test---new line""
~test
== Inline HTML ==
<# <input type="text"> #>
== Special Character ==
Superscript E=mc^^2^^
Subscript H vv2vv O
^F °F ^C °C
(p) § (tm) (c) (r)
+- ~~ ~
== Macros ==
((user:EoNy EoNy))
((user:EoNy EoNy)) (01.02.2026 14:33)
01.02.2026 14:33
== Code and Syntax highlighting ==
%%(wacko)((/HomePage))%%
%%(php)
<?php
phpinfo();
$s = "Hello, World!\n";
echo $s;
?>
%%
%%(noautolinks) no AutoLinks if CamelCase-Words%%
%%(details title="Summary" open=1) Details info. %%
Summary
The HTML Details Element (<details>) creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state. A summary or label can be provided using the <summary> element.
%%(cl)zypper dup --no-recommends%%
%%(chat [type="div|table"])chat log%%
Mike
Hi altogether. 12:04
Alice
Did you check out the link https://example.com/ 12:05
Pete
Awesome! 12:10
%%(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;
%%(html) HTML-Code%%
<html>
<a href="http://example.com">test</a>
</html>
%%(ini) ini-Code%%
[Wiki]
BestEngine="WackoWiki"
Version=6
%%(css) CSS-Code%%
body {margin: 0; padding: 5px;}
.class {background: url("http://example.com/");}
%%(pascal) PASCAL-Code%%
program megaprogramme;
{ comment }
BEGIN
if a = 15 then writeln('test');
END.
%%(info type="note" title="Remarks" icon=0) content... %%
%%(info type="note")content... %%
A wiki is a website where users can add, remove, and edit every page using a web browser. It's so terrifically easy for people to jump in and revise pages that wikis are becoming known as the tool of choice for large, multiple-participant projects.
%%(info type="warning")content... %%
As with any software that you expose to the internet, there may be bugs or security problems. Do not install WackoWiki unless you intend to keep up with security upgrades.
%%(hl php numbers=2) PHP-Code%%
%%(geshi css) CSS-Code%%
body {margin: 0; padding: 5px;}
.class {background: url("http://example.com/");}
== Wrappers around formatters ==
%%(wacko wrapper="box" wrapper_align="center" wrapper_title="Title") Text%%
%%(wacko wrapper="shade") Text%%
%%(wacko wrapper="page") Text%%
%%(wacko wrapper="text") Text%%
return "Responsive & Clean!"