Changes

Jump to navigation Jump to search
no edit summary
Line 3: Line 3:  
To create a new page, you can 1) type the title in the search bar. If the page does not exist yet, a red link will appear. Click on this link and you will be able to create this page. 2) If you find a red link on a page on this wiki, this means that the linked page does not exist yet. Click on the link to create a new page for the link.
 
To create a new page, you can 1) type the title in the search bar. If the page does not exist yet, a red link will appear. Click on this link and you will be able to create this page. 2) If you find a red link on a page on this wiki, this means that the linked page does not exist yet. Click on the link to create a new page for the link.
   −
=== Do I need to know markdown syntax to create content? ===
+
=== Do I need to know Wiki syntax to create content? ===
No, not necessarily. There is a WYSIWYG editor that you can use without needing to write markdown for formatting. It should appear when you click "edit" on a page. You are free to edit the source code using markdown (Click on "edit source"). Pages of some name spaces (e.g. "Talk" or "Help") don't seem to implement the WYSIWYG editor, so in that case you will have to edit the source code directly. For an overview of Mediawiki syntax, [https://www.mediawiki.org/wiki/Cheatsheet click here].
+
No, not necessarily. There is a WYSIWYG editor that you can use without needing to write in Wiki syntax for formatting. It should appear when you click "edit" on a page. You are free to edit the source code using Wiki syntax (Click on "edit source"). Pages of some name spaces (e.g. "Talk" or "Help") don't seem to implement the WYSIWYG editor, so in that case you will have to edit in this way. For an overview of Mediawiki syntax, [https://www.mediawiki.org/wiki/Cheatsheet click here].
    
=== How to create a page of a certain category, e.g. "Tool"? ===
 
=== How to create a page of a certain category, e.g. "Tool"? ===
Just add the text "[[Category:NAME OF CATEGORY]]" somewhere to your page.
+
There is a manual for each category:
 +
* [[Help:How to make a Tool page|How to make a Tool page]]
 +
* [[Help:How to make a Topic page|How to make a Topic page]]
 +
* [[Help:How to make a Project page|How to make a Project page]]
 +
* [[Help:How to make a People page|How to make a People page]]
    
=== How to edit a page? ===
 
=== How to edit a page? ===
Line 29: Line 33:     
=== Best practices for talk pages ===
 
=== Best practices for talk pages ===
To add a new issue, add it to the bottom of the page, using h2 headings ("==" syntax). To reply to a comment, indent your reply using colons (":"). For new comments and replies, please sign using "[[User:Katoss|Katoss]] ([[User talk:Katoss|talk]]) 15:27, 10 November 2021 (UTC)" (this adds your username and a time stamp). If you notice that someone forget to sign their comment, you can have a look at the page's history to identify the author, and add a signature for them ("[[User: USERNAME]]").
+
To add a new issue, add it to the bottom of the page, using h2 headings ("==" syntax). To reply to a comment, indent your reply using colons (":"). For new comments and replies, please sign using "<nowiki>~~~~</nowiki>" (this adds your username and a time stamp). If you notice that someone forget to sign their comment, you can have a look at the page's history to identify the author, and add a signature for them ("<nowiki>[[User: USERNAME]]</nowiki>").
    
=== I have a question regarding a certain page category (Tool, Topic, Project, People). ===
 
=== I have a question regarding a certain page category (Tool, Topic, Project, People). ===
 
Please have a look at the respective category page (see side menu).
 
Please have a look at the respective category page (see side menu).
 +
 +
=== Code on wiki pages ===
 +
You can add code snippets (ADD how to do that) to your page, e.g. to show how the output of a device looks like. For longer code segments, please add a link to an external source (notebook, GitHub...).
    
== On referencing content ==
 
== On referencing content ==
 
tbd
 
tbd

Navigation menu