SandBox
IMPORTED REVISION FROM WIKISPACES
This is an imported revision from Wikispaces. The revision metadata is included below for reference:
- This revision was by author xenwolf and made on 2016-12-23 16:32:10 UTC.
- The original revision id was 602787466.
- The revision comment was:
The revision contents are below, presented both in the original Wikispaces Wikitext format, and in HTML exactly as Wikispaces rendered it.
Original Wikitext content:
Links auf existierende Seiten (wie [[Cent]]) können nicht von solchen auf [[nicht existierende Seiten]] unterschieden werden.
-----
Obiger Text sieht im Wikispaces-Quelltext wie folgt aus (Zeilenumbrüche von mir):
[[code]]
Links auf existierende Seiten (wie <a class="wiki_link" href="/Cent">Cent</a>) können nicht von
solchen auf <a class="wiki_link" href="/nicht+existierende+Seiten">nicht existierende Seiten</a>
unterschieden werden.
[[code]]
Dass hier jeweils die Klasse {{``wiki_link``}} benutzt wird, passt gut zu dem Umstand, dass selbst die URLs auf existierende und nicht existierende Wikiseiten ununterscheidbar sind. Um einen Link auf eine nicht existierende Seite unterschiedlich darzustellen, müsste man den //Inhalt// der verlinkten Seite untersuchen! Es ist wirklich ein Trauerspiel :-(
== Tabellen-Optik ==
||~ 1 ||~ 2 ||
|| Inhalt || Inhalt ||
|| Inhalt || Inhalt ||
||~ A || Inhalt || Inhalt ||
||~ B || Inhalt || Inhalt ||
||~ ?? ||~ 1 ||~ 2 ||
||~ A || Inhalt || Inhalt ||
||~ B || Inhalt || Inhalt ||Original HTML content:
<html><head><title>SandBox</title></head><body>Links auf existierende Seiten (wie <a class="wiki_link" href="/Cent">Cent</a>) können nicht von solchen auf <a class="wiki_link" href="/nicht%20existierende%20Seiten">nicht existierende Seiten</a> unterschieden werden.<br />
<hr />
Obiger Text sieht im Wikispaces-Quelltext wie folgt aus (Zeilenumbrüche von mir):<br />
<!-- ws:start:WikiTextCodeRule:1:
<pre class="text">Links auf existierende Seiten (wie &lt;a class=&quot;wiki_link&quot; href=&quot;/Cent&quot;&gt;Cent&lt;/a&gt;) können nicht von <br/>solchen auf &lt;a class=&quot;wiki_link&quot; href=&quot;/nicht+existierende+Seiten&quot;&gt;nicht existierende Seiten&lt;/a&gt;<br/>unterschieden werden.</pre>
-->
<style type="text/css"><!--
/**
* GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann
* (http://qbnz.com/highlighter/ and http://geshi.org/)
*/
.text {font-family:monospace;}
.text .imp {font-weight: bold; color: red;}
.text span.xtra { display:block; }
-->
</style><pre class="text">Links auf existierende Seiten (wie <a class="wiki_link" href="/Cent">Cent</a>) können nicht von
solchen auf <a class="wiki_link" href="/nicht+existierende+Seiten">nicht existierende Seiten</a>
unterschieden werden.</pre>
<!-- ws:end:WikiTextCodeRule:1 --><br />
Dass hier jeweils die Klasse <tt><!-- ws:start:WikiTextRawRule:00:``wiki_link`` -->wiki_link<!-- ws:end:WikiTextRawRule:00 --></tt> benutzt wird, passt gut zu dem Umstand, dass selbst die URLs auf existierende und nicht existierende Wikiseiten ununterscheidbar sind. Um einen Link auf eine nicht existierende Seite unterschiedlich darzustellen, müsste man den <em>Inhalt</em> der verlinkten Seite untersuchen! Es ist wirklich ein Trauerspiel :-(<br />
<br />
<!-- ws:start:WikiTextHeadingRule:2:<h2> --><h2 id="toc0"><a name="x-Tabellen-Optik"></a><!-- ws:end:WikiTextHeadingRule:2 --> Tabellen-Optik </h2>
<br />
<table class="wiki_table">
<tr>
<th>1<br />
</th>
<th>2<br />
</th>
</tr>
<tr>
<td>Inhalt<br />
</td>
<td>Inhalt<br />
</td>
</tr>
<tr>
<td>Inhalt<br />
</td>
<td>Inhalt<br />
</td>
</tr>
</table>
<br />
<table class="wiki_table">
<tr>
<th>A<br />
</th>
<td>Inhalt<br />
</td>
<td>Inhalt<br />
</td>
</tr>
<tr>
<th>B<br />
</th>
<td>Inhalt<br />
</td>
<td>Inhalt<br />
</td>
</tr>
</table>
<br />
<table class="wiki_table">
<tr>
<th>??<br />
</th>
<th>1<br />
</th>
<th>2<br />
</th>
</tr>
<tr>
<th>A<br />
</th>
<td>Inhalt<br />
</td>
<td>Inhalt<br />
</td>
</tr>
<tr>
<th>B<br />
</th>
<td>Inhalt<br />
</td>
<td>Inhalt<br />
</td>
</tr>
</table>
</body></html>