Editorial Guidelines

From newLISP on Noodles

Jump to: navigation, search

Contents

Editorial Guidelines

This section outlines the editorial guidelines for newLISP on Noodles. The primary purpose behind these guidelines is to maintain the project's basic goals. Please use this page's talk page for comments.

Guidelines

Code

  • Code contributions should be set in the wiki code blocks.
  • Code contributions should be commented and should include an example of usage.

Discussion

  • Use of the talk pages is strongly encouraged, and when main page discussions become too lengthy or off topic the content will be moved to the respective talk page.
  • Talk pages should reflect the organization of the article itself. Users should create sections on talk pages as necessary.
  • I have found that comments become more readable when they are indented. Sadly, indenting large blocks of code is a hassle in mediawiki. If you wrap your comment with a CSS indent style it will obey it. The hassle is you have to remember what level of code you're at. See Talk:Base as an example. Anyone with experience in MediaWiki templates is welcome to figure out how to do this the right way. :)
<div style="margin-left: 2em;"> reply goes here </div>
<div style="margin-left: 4em;"> 2nd repy goes here </div>
Personal tools