Sandbox

Viewing diff between revisions 6 (previous) and 7 (current)
(revisions:  1  2  3  4  5  6  7  8  9  10 )

[table]
[tr][th]Test 1[/th][th]Test 2[/th][/tr]
[tr][td]Hello[/td][td]Bonjour[/td][/tr]
[/table]

[[Sandbox/Subpage]]

<h1>Bugs</h1>

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

<h2>Page Names Can't Have Dashes</h2>
The name gets cut off where the dash starts.
Example: [[Page-Name]]

<h2>Diff is Broken</h2>
Well it works fine but there's a crap ton of deprecated warnings.
Example: https://nsmbhd.net/wikidiff/Sandbox/?rev=6


<h2>Page Links Can't Have Custom Display Names with Periods</h2>
Normal page link:
Code: [​[Page Name]​]
Result: [[Page Name]]

Page link with custom displayed name:
Code: [​[Page Name|Displayed Name]​]
Result: [[Page Name|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: [[Page.Name|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: [url=https://nsmbhd.net/wiki/Page_Name/]Displayed.Name[/url]

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: [url=https://nsmbhd.net/wiki/Page.Name/]Displayed.Name[/url]

<h1>Important Missing Features</h1>

<h2>Search Function</h2>
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.

<h2>History Button</h2>
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 [url=http://nsmbhd.net/wikichanges/]Recent Changes[/url] 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 [url=http://nsmbhd.net/wikichanges/]Recent Changes[/url], is incredibly unstraightforward and many people may not realize the feature exists because of it.

<h2>Diff Button</h2>
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 [url=http://nsmbhd.net/wikichanges/]Recent Changes[/url] 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 [url=http://nsmbhd.net/wikichanges/]Recent Changes[/url], is incredibly unstraightforward and once again many people may not realize the feature exists because of it.