Since Ninjamask and I (Foo2) have been cleaning up the wiki pages, trying to use practical templates to make the look more consistent, I will be putting together a list of tips (as reminder to myself), but quite possibly also useful for the wikipedians out there as well.
Todo
- Add link to the templates...
- Mention how to make the most of the link related templates with real-world examples.
- Tips & Ideas on "nice" layout.
- ...
Consistent Capitalization of Names
Where possible spell these terms exactly as shown:
- AniDB
- MyList
- ...
Avoiding HTML, when Wiki Code exists
The wiki very much supports HTML tags in the textareas, but since it comes with it's own set of convenient "tags", it is a good idea to prefer using the latter, if possible:
<b>...</b> -> '''...''' <i>...</i> -> ''...''
...
--- everything is still very much todo ---