Talk:Main Page

From RAGE Multiplayer Wiki
Revision as of 15:48, 27 December 2017 by Mcfloy (talk | contribs) (It's more logical to put the mother-class after as the constructor must be the first function.)

We should have some rules about contributing on the Wiki, just to format it in a proper ways.

For example:

  • Naming the templates: Some templates have no s in their name (like Blip function) whereas Blips colours have two. For now i'll just format it so the type keep in singular form and put the function with an "s". I'll put a list of wiki pages that will be no longer useful and that must be deleted
  • Add a 'c' at the end of your template name if it's a clientside function: We could also put a suffix on each template names for that but that'll create a lot of redirects for now.
  • Sorting the functions and properties alphabetically: Keep the types with themselves, but sort them alphabetically so it's simpler to look at a function in all this mess. If you see that you're using a template and you can't sort them perfectly, create a new template.
  • Mother-class always last: As some classes are inherited (like Player), the mother class shall be put at last. (For example every properties of Entity must be listed after properties of Player)