@model Project_Unite.Models.WikiViewModel @{ if (Model.Page == null) { ViewBag.Title = "Wiki"; } else { ViewBag.Title = Model.Page.Name + " - Wiki"; } } @helper CreateCategoryListRecursive(Project_Unite.Models.WikiCategory category) {
@ViewBag.Error
Ambiguity detected. Here's a list of pages that may relate to this page.
Last edited by @Html.UserLink(edit.UserId) on @edit.EditedAt
if (Request.IsAuthenticated) { }@Html.Markdown(Model.Page.Contents)
if (Request.IsAuthenticated) { } } else {The ShiftOS Wiki is a community and developer-driven handbook for everything you need to know about ShiftOS. It contains tutorials, guides, code examples, and loads of other interesting things. Read on!
If you have a ShiftOS account, and have the right privileges to a category, simply click the "Add new page" button at the top, and fill in the blanks.
If you don't have a ShiftOS account, this is the perfect time to @Html.ActionLink("create one", "Register", "Account")! Without one, how would you play the game?
Adding categories is only available to those with the `CanManageWikiCategories` access control definition. If you have this ACL definition, you may manage wiki categories from the Developer Control Panel.
You can use Markdown in the wiki, just like you would in a forum post, skin description or user status update. We use the CommonMark standard - which is the standard used by websites and software like GitHub, Discourse, Gitter, and various others.
}