| Both sides previous revision Previous revision Next revision | Previous revision |
| wiki_kurzeinfuehrung [04 Mar 2022 15:06] – lutz | wiki_kurzeinfuehrung [04 Mar 2022 15:09] (current) – [new line] lutz |
|---|
| ====== 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 ===== |
| ===== 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> |
| * 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> |