Wiki development: Difference between revisions
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* Do not delete any content from other people without consulting them. The wiki has a discussion feature which can be used for this purpose. | * Do not delete any content from other people without consulting them. The wiki has a discussion feature which can be used for this purpose. | ||
--> | --> | ||
'''Test out wiki functionality in our [[Wiki sandbox]].''' | |||
Wiki-media resources: | Wiki-media resources: | ||
Line 28: | Line 30: | ||
* ''Creating a new page:'' Put the title of the new page in the search field. If the field does not exist you will get the option to create it. | * ''Creating a new page:'' Put the title of the new page in the search field. If the field does not exist you will get the option to create it. | ||
* ''Deleting and renaming pages:'' Next to the search field at the top of the page is a downward pointing arrow. If you move the mouse pointer over the arrow a scroll menu will appear with the options to delete or move (i.e., rename) the wiki page. If you move a page, you will have the option set up a re-direct from the old page name (this option is activated by default). Please deactivate the re-direct option if the re-direct is not needed (e.g., if you have created a new page and you want to rename it shortly after, i.e. before anyone knows of its existence) | * ''Deleting and renaming pages:'' Next to the search field at the top of the page is a downward pointing arrow. If you move the mouse pointer over the arrow a scroll menu will appear with the options to delete or move (i.e., rename) the wiki page. If you move a page, you will have the option set up a re-direct from the old page name (this option is activated by default). Please deactivate the re-direct option if the re-direct is not needed (e.g., if you have created a new page and you want to rename it shortly after, i.e. before anyone knows of its existence) | ||
* ''Formatting'': Use two times ' | * ''Formatting'': Use two times ' to enclose ''italic'' text and three times ' to enclose '''bold''' text. | ||
* ''Lists'': Start the line with * in the first column, followed by a single space and then the text to be listed. | * ''Lists'': Start the line with * in the first column, followed by a single space and then the text to be listed. | ||
* ''Creating sections and subsections:'' Use <code>==</code> around the title of top-level sections and <code>===</code> etc. around the title of subsections. | * ''Creating sections and subsections:'' Use <code>==</code> around the title of top-level sections and <code>===</code> etc. around the title of subsections. |
Latest revision as of 09:14, 23 September 2014
Test out wiki functionality in our Wiki sandbox.
Wiki-media resources:
Examples for model wikis:
Examples for model homepages:
- ROMS homepage
- WRF homepage, WRF users page
- HYCOM homepage
- CESM homepage
- FOAM homepage
- MITgcm homepage
- IPSL models
- GISS model
Tips for wiki-development:
- Creating a new page: Put the title of the new page in the search field. If the field does not exist you will get the option to create it.
- Deleting and renaming pages: Next to the search field at the top of the page is a downward pointing arrow. If you move the mouse pointer over the arrow a scroll menu will appear with the options to delete or move (i.e., rename) the wiki page. If you move a page, you will have the option set up a re-direct from the old page name (this option is activated by default). Please deactivate the re-direct option if the re-direct is not needed (e.g., if you have created a new page and you want to rename it shortly after, i.e. before anyone knows of its existence)
- Formatting: Use two times ' to enclose italic text and three times ' to enclose bold text.
- Lists: Start the line with * in the first column, followed by a single space and then the text to be listed.
- Creating sections and subsections: Use
==
around the title of top-level sections and===
etc. around the title of subsections. - Internal link to a page: To link to another page use double [ ] around the name of the page. Optionally, you can specify an alternative link title by adding | followed by the alternative text.
- Internal link to a section: As above, but after the page name add # followed by the name of the section. For example
[[NorCPM User Manual - beta#Running the model|Instructions for running NorCPM]]
- External link: To link to an external page use single [ ] around the URL of the external page. Optionally, you can specify an alternative link title by adding | followed by the alternative text. For example
[https://wiki.met.no/noresm/start NorESM wiki|NorESM wiki]
- Comments: To comment (i.e., hide) text use
<!-- some hidden text -->