wiki_kurzeinfuehrung

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki_kurzeinfuehrung [04 Mar 2022 13:45] – [The new wysiwyg editor] lutzwiki_kurzeinfuehrung [04 Mar 2022 15:09] (current) – [new line] lutz
Line 1: Line 1:
 ====== Wiki Kurzeinführung ====== ====== Wiki Kurzeinführung ======
  
 +
 +===== new line =====
 +Most important for wikis: How to tell the Wiki to make a new line. \\ Use a double backslash with spaces around it: %% \\ %%
  
 ===== Images ===== ===== Images =====
Line 30: Line 33:
  
 ===== Formatierungen ===== ===== Formatierungen =====
- +Bartels und Stöckler (Hrsg). Wissenschaftstheorie. Paderborn: Mentis Verlag, <sup>1</sup>2007, <sup>2</sup>2009. 
-Bartels und Stöckler (Hrsg). Wissenschaftstheorie. Paderborn: Mentis Verlag, <sup>1</sup>  2007, <sup>2</sup>  2009.+
 <code> <code>
-Bartels und Stöckler (Hrsg). Wissenschaftstheorie. Paderborn: Mentis Verlag, <sup>1</sup>2007, <sup>2</sup>2009. +Bartels und Stöckler (Hrsg). Wissenschaftstheorie. Paderborn: Mentis Verlag, <sup>1</sup>2007, <sup>2</sup>2009. 
 </code> </code>
 +You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
  
-You can use <sub>subscript</sub> and <sup>superscript</sup>  , too. +  You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
-<code> +
-You can use <sub>subscript</sub>  and <sup>superscript</sup> , too. +
- +
-</code>+
  
 ===== No Formatting ===== ===== No Formatting =====
Line 47: Line 45:
 If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''. If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''.
  
-<nowiki> This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. </nowiki> The same is true for <nowiki>//__this__ text// with a smiley ;-)</nowiki>. 
- 
-<code> 
 <nowiki> <nowiki>
 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
 </nowiki> </nowiki>
-The same is true for <nowiki>//__this__ text// with a smiley ;-)</nowiki>.+The same is true for %%//__this__ text// with a smiley ;-)%%.
  
-</code>+  <nowiki> 
 +  This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. 
 +  </nowiki> 
 +  The same is true for %%//__this__ text// with a smiley ;-)%%.
  
 === Zitate - Quotes === === Zitate - Quotes ===
- +>"Ich stelle oft fest, dass ich nur etwas zitiere, was ich vor längerer Zeit gelesen habe, und das wird dann zu einer Wiederentdeckung. Vielleicht sollte ein Dichter besser namenlos sein." (S. 17 unten) \\ 
-_QUOT__ckgedit>Ich stelle oft fest, dass ich nur etwas zitiere, was ich vor längerer Zeit gelesen habe, und das wird dann zu einer Wiederentdeckung. Vielleicht sollte ein Dichter besser namenlos sein." (S. 17 unten) ''_QUOT''__''_GESHI_QUOT__Ich stelle oft fest, dass ich nur etwas zitiere, was ich vor längerer Zeit gelesen habe, und das wird dann zu einer Wiederentdeckung. Vielleicht sollte ein Dichter besser namenlos sein.__GESHI>(S. 17 unten) ''+<code> 
 +>"Ich stelle oft fest, dass ich nur etwas zitiere, was ich vor längerer Zeit gelesen habe, und das wird dann zu einer Wiederentdeckung. Vielleicht sollte ein Dichter besser namenlos sein.(S. 17 unten) \\ 
 +</code>
 ===== Tabellen - Tables ===== ===== Tabellen - Tables =====
- 
 You can have rowspans (vertically connected cells) by adding '':::'' into the cells below the one to which they should connect. You can have rowspans (vertically connected cells) by adding '':::'' into the cells below the one to which they should connect.
- 
-^Heading 1  ^Heading 2  ^Heading 3  | 
-|Row 1 Col 1  |this cell spans vertically|Row 1 Col 3  | 
-|Row 2 Col 1  | ::: |Row 2 Col 3  | 
-|Row 3 Col 1  | ::: |Row 2 Col 3  | 
- 
-Apart from the rowspan syntax those cells should not contain anything else. 
-<code> 
  
 ^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ ^ Heading 1      ^ Heading 2                  ^ Heading 3          ^
Line 77: Line 68:
 | Row 3 Col 1    | :::                        | Row 2 Col 3        | | Row 3 Col 1    | :::                        | Row 2 Col 3        |
  
-</code>+Apart from the rowspan syntax those cells should not contain anything else. 
 + 
 +  ^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ 
 +  | Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        | 
 +  | Row 2 Col 1    | :::                        | Row 2 Col 3        | 
 +  | Row 3 Col 1    | :::                        | Row 2 Col 3        |
  
 You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text. You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text.
- 
-^  Table with alignment  ^^| 
-|  right|  center  |left  | 
-|left  |  right|  center  | 
-|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx| 
- 
-This is how it looks in the source: 
-<code> 
  
 ^           Table with alignment           ^^^ ^           Table with alignment           ^^^
Line 94: Line 82:
 | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
-</code>+This is how it looks in the source: 
 + 
 +  ^           Table with alignment           ^^^ 
 +  |         right|    center    |left          | 
 +  |left          |         right|    center    | 
 +  | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
  
 Note: Vertical alignment is not supported. Note: Vertical alignment is not supported.
Line 100: Line 93:
 ===== Links ===== ===== Links =====
  
-  * **simple link to a page:**  <nowiki>[[name of the wiki page|optional text for the link]]</nowiki> * **link to a section within the same page:**  <nowiki>[[#name of the section|optional text for the link]]</nowiki> * **link to a section of a different wiki page:**  <nowiki>[[name of the wiki page#name of the section|optional text for the link]]</nowiki> * **link to the www:**  <nowiki>[[url|optional text for the link]]</nowiki> i_tip_icon use the button with the chain and the globe to select and insert a link using a helpful dialog.+  * **simple link to a page:**  <nowiki>[[name of the wiki page|optional text for the link]]</nowiki>  
 +  * **link to a section within the same page:**  <nowiki>[[#name of the section|optional text for the link]]</nowiki>  
 +  * **link to a section of a different wiki page:**  <nowiki>[[name of the wiki page#name of the section|optional text for the link]]</nowiki>  
 +  * **link to the www:**  <nowiki>[[url|optional text for the link]]</nowiki> i_tip_icon use the button with the chain and the globe to select and insert a link using a helpful dialog.
 ===== Tag ===== ===== Tag =====
 <code> <code>
Line 115: Line 111:
   * with namespaces: ''<nowiki>{{tag>ns1:tag1 ns1:tag2 ns2:subns1:tag3}}</nowiki>''   * with namespaces: ''<nowiki>{{tag>ns1:tag1 ns1:tag2 ns2:subns1:tag3}}</nowiki>''
  
-==== Topic ==== 
-<code> 
- 
-{{topic>[tag]&[flags]}} 
- 
-</code> 
- 
-^[tag]|the category tag for which you want a list of pages|required| 
-^[flags]|pagelist flags delimited by ''&'', see [[:pagelist#flags|flags]]|optional| 
- 
-Example: 
  
-  * ''<nowiki>{{topic>tag1 -tag2}}</nowiki>''  – Lists all pages tagged with tag1 but not with tag2. 
-  * ''<nowiki>{{topic>tag1 +tag2}}</nowiki>''  – Lists all pages tagged with tag1 and tag2. 
-  * ''<nowiki>{{topic>tag1 tag2}}</nowiki>''  – Lists all pages tagged with either tag1 or tag2 or both. 
-  * ''<nowiki>{{topic>ns1?tag1 tag2}}</nowiki>''  – List all pages inside namespace ns1 tagged with either tag1 or tag2 
-  * ''<nowiki>{{topic>.?tag1 tag2}}</nowiki>''  – List all pages inside the current namespace tagged with either tag1 or tag2 
-  * ''<nowiki>{{topic>tag1 tag2 tag3&nodate&desc&sort}}</nowiki>''  (Adding [[:plugin:pagelist|]] options to change the design) 
 ==== Count ==== ==== Count ====
 <code> <code>
  • wiki_kurzeinfuehrung.1646419525.txt.gz
  • Last modified: 04 Mar 2022 13:45
  • by lutz