While trying to track down syntax highlighting extension's display bug, I added the formatting of the <div class="CodeBlockStyle"> tag to the syntax highlighting in the CSS file to simplify things. So that the "CodeBlockStyle" tag is not needed and should no longer be used. I have gone through the Wiki and removed all of the "CodeBlockStyle" tags. Any scripts should now be entered in with just:
<div class="CodeBlockHeader">Code:</div>
<syntaxhighlight lang="sci">Script here.</syntaxhighlight>I don't think that the syntax highlighting display bug has been completely fixed yet, but it seems to not be occurring as often.
All of the tutorials have been added and I have also gone through and made all of the tables and various style elements uniform. I had a couple of pages locked that I was working on that are now unlocked. Some pages were moved to arrange them in a more logical way to avoid confusion. With 4 tutorials and the SCI specifications all having a chapter 1, chapter 2, etc. I wanted the page titles to specify what it belonged to. I fixed all of the links broken by this so that the redirects are no longer needed. All of the images have been made uniform and uploaded. I think that most of the typos have been corrected. The basic structure of the Wiki is done.
Besides adding any new material and updating the existing information, the main thing to do is to to start cross referencing everything and making sure that all relevant categories have been added to each page. Since sections within a page cannot be added automatically to a category's page, they will need to be added manually. This can be done by editing the category's page to add links to the named anchor with in that page. These links can be found in the table of contents at the top of the pages. An example can be seen on the
Said() Strings category page at the top. It links to the Said_specs section of the SCI in action chapter of the SCI specs. We should cross reference as much of the SCI specs document through out the rest of the Wiki as is possible/relevant.
So start looking through the Wiki to find what should be cross referenced/linked and look for any inconsistencies or details that need to be addressed. If you are not sure about something or have a suggestion, start a discussion for that page on the Wiki or in the forum here.