(anonymous guest) (logged out)

Copyright (C) by the contributors. Some rights reserved, license BY-SA.

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 

Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-27) was last changed on 16-May-2008 13:59 by Isonomia  

This page was created on 27-Aug-2006 11:41 by Christoph

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 changed 2 lines
!! Bold
(weak majority at [Wikisym 06])
Bold and Italics should be able to embed in lists and one should be able to make links bold and italic. Text should be bold or italics across lines, but not across paragraphs.
At line 3 added 11 lines
!Bold
Creole:
{{{ **bold** }}}
Recommended XHTML:
{{{ <strong>bold</strong> }}}
Output:
__bold__
Creole:
At line 5 changed 2 lines
**bold** This might be problematic as it is a collision with bullet lists
}}}
Bold and italics should //be
able// to cross lines.
At line 8 changed one line
[WikiMatrix bold syntax comparison|http://www.wikimatrix.org/syntax.php?i=23]
But, should //not be...
At line 10 changed 2 lines
!! Italics
(majority agreement at [Wikisym 06])
...able// to cross paragraphs.
}}}
At line 23 added one line
Recommended XHTML:
At line 14 changed one line
//italics// parsing URLs, harder to parse (majority)
<p>
Bold and italics should <em>be</br>
able</em> to cross lines.
</p>
<p>
But, should //not be...
</p>
<p>
...able// to cross paragraphs.
</p>
At line 37 added 12 lines
!Italics
Ignore // for italics processing if immediately following ''http:'' or ''ftp:''
Creole:
{{{ //italics// }}}
Recommended XHTML:
{{{ <em>italics</em> }}}
Output:
''italics''
At line 25 removed 2 lines
----
Examples:
At line 28 changed 3 lines
Good:
{{{
Some text **bold** some more text **italics** even more text.
!!Bold Italics
Creole:
{{{ **//bold italics//** }}}
At line 32 changed one line
**Bold words** some text //italic words// more text //**bold italics**// and **//italics bold//**.
Recommended XHTML:
{{{ <strong><em>bold italics</em></strong> }}}
At line 34 changed one line
Something **bold //bold italics// bold**, //italics **bold italics** italics//.
Output:
__''Bold italics''__
At line 36 changed 2 lines
**Some bold text
spanning multiple lines**
Creole:
{{{ //**bold italics**// }}}
Recommended XHTML:
{{{ <em><strong>bold italics</strong></em> }}}
Output:
''__Bold Italics__''
Unacceptable:
{{{
**//bold italics**//
//**bold italics//**
At line 40 changed one line
Bad:
!!Bold and/or italic links
Creole:
At line 42 changed one line
Something **bold not closed until the end of paragraph
//[[Important page|this link is bold]]//
**[[Important page]]**
//**[[Important page]]**//
}}}
At line 44 changed one line
new paragraph not bold anymore** closing makes it bold angain.
Recommended XHTML:
{{{
<em><a href="http://www.examplewiki.com/Important_Page">this link is bold</a></em>
<strong><a href="http://www.examplewiki.com/Important_page">Important page</a></strong>
<em><strong><a href="http://www.examplewiki.com/Important_page">Important page</a></strong></em>
At line 98 added 7 lines
Output:
''[this link is bold|Important page]''\\
__[Important page]__\\
''__[Important page]__''
!!Bold, Italics, Links, Pre in Lists
Creole:
At line 48 changed one line
Nested //italics **bold italics// bold**.
- **bold** item
- //italic** item
# item about a [[certain page]]
# { { { //this// is **not** [[processed]] } } }
At line 112 added 11 lines
Recommended XHTML:
{{{
<ul>
<li><strong>bold</strong> item</li>
<li><em>italic</em> item</li>
</ul>
<ol>
<li>item about a <a href="http://www.examplewiki.com/certain_page">certain page</a></li>
<li>//this// is **not** [[processed]]</li>
</ol>
}}}
At line 124 added 6 lines
Output:
* __bold__ item
* ''italic'' item
* item about a [certain page]
* {{{//this// is **not** [[processed]]}}}
Version Date Modified Size Author Changes ... Change note
27 16-May-2008 13:59 2.971 kB Isonomia to previous Specification is ambiguous
26 26-Sep-2007 08:57 2.844 kB ChuckSmith to previous | to last restore
25 26-Sep-2007 00:55 2.856 kB 217.169.44.14 to previous | to last
24 28-Feb-2007 08:43 2.844 kB ChristophSauer to previous | to last for the record - added link
23 07-Feb-2007 11:05 2.799 kB 212.234.3.220 to previous | to last
22 31-Jan-2007 16:56 2.797 kB ChuckSmith to previous | to last reasoning
21 23-Jan-2007 13:15 2.732 kB 80.229.31.31 to previous | to last
« This page (revision-27) was last changed on 16-Mai-2008 13:59 by Isonomia