Contributing to the wiki - MovingBlocks/TerasologyModulesWikiTemplate GitHub Wiki
Home > Developer Guide > Contibuting to the wiki
Page requirements:
Every page in this wiki must have a navigation bar added at the top. It follows this convention (Markdown Syntax):
## [Home](Home) > [Main Section](Main-Section) > [Sub Section](Sub-Section) > [Sub Sub Section](Sub-Sub-Section)
Extra sub-sections can be added by simply appending an extra > to the end and then adding your sub-section name. So if you wanted to add a new sub-section under User Guide labeled 'Guide to new blocks', then you would add at the top of the 'Guide to new blocks' page:
## [Home](Home) > [User Guide](User-Guide) > [Guide to new blocks](Guide-to-new-blocks)
It would appear like this (Do not click! The last link does not work):
Home > User Guide > Guide to new blocks
And to add another section underneath that then just append another > and repeat. After this is done you will also have to change the sidebar known to show this new section.
Content Requirements:
If you have specific requirements for content on the wiki then you can put them here.