Sandbox

Contents
1. Bugs
    1.1. Page Names Can't Have Dashes
    1.2. Page Links Can't Have Custom Display Names with Periods
2. Important Missing Features
    2.1. Search Function
    2.2. History Button
    2.3. Diff Button

[th]Test 1[/th][th]Test 2[/th]
HelloBonjour

Sandbox/Subpage

1. Bugs

All of the bugs with the wiki, ordered from most problematic to least problematic.

1.1. Page Names Can't Have Dashes

The name gets cut off where the dash starts.
Example: Page-Name

Normal page link:
Code: [​[Page Name]​]
Result: Page Name

Page link with custom displayed name:
Code: [​[Page Name|Displayed Name]​]
Result: Displayed Name

Page link with period:
Code: [​[Page.Name]​]
Result: Page.Name

Page link with period and custom displayed name:
Code: [​[Page.Name|Displayed Name]​]
Result: Displayed Name

Page link with custom displayed name with period:
Code: [​[Page Name|Displayed.Name]​]
Result: Page Name|Displayed.Name
What it should look like: Displayed.Name

Page link with period and custom displayed name with period:
Code: [​[Page.Name|Displayed.Name]​]
Result: Page.Name|Displayed.Name
What it should look like: Displayed.Name

2. Important Missing Features


2.1. Search Function

You can's search for pages. The only way to access them is through external links or by typing out the URL. This makes it easy for pages to be made but be practically inaccessible due to the lack of external links.

2.2. History Button

It's currently possible to consult any revision of a page by adding "?rev=[Revision Number]" at the end of the URL. This works fine, but the only other way to access it is to go to the Recent Changes page and to click the View page button on a page that has been recently edited. This only works on pages that have been edited less than a month ago because older pages don't show up in Recent Changes, is incredibly unstraightforward and many people may not realize the feature exists because of it.

2.3. Diff Button

It's currently possible to consult any revision of a page and see its changes from the previous revision by adding "?rev=[Revision Number]" at the end of the URL and changing the "/wiki/" to a "/wikidiff/". This works fine, but the only other way to access it is to go to the Recent Changes page and click the Diff button on a page that has been recently edited. This only works on pages that have been edited less than a month ago because older pages don't show up in Recent Changes, is incredibly unstraightforward and once again many people may not realize the feature exists because of it.