Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
policies:ndc_wiki_syntax [2010-05-20 23:02:46]
garrett.plasky
policies:ndc_wiki_syntax [2010-05-20 23:02:56]
garrett.plasky
Line 19: Line 19:
   * //Tags// are descriptive words used to categorize articles into a could and to make them more easily searchable. These should be limited to 3-4 and should not be overly specific. Tags already in use are displayed at the bottom of the page creation form. These can be used in conjunction with new tags using the **%%{{tag>tag1 tag2 tag3}}%%** syntax, preferably at the bottom of the article.   * //Tags// are descriptive words used to categorize articles into a could and to make them more easily searchable. These should be limited to 3-4 and should not be overly specific. Tags already in use are displayed at the bottom of the page creation form. These can be used in conjunction with new tags using the **%%{{tag>tag1 tag2 tag3}}%%** syntax, preferably at the bottom of the article.
   * Pages always begin with a level 1 heading used to describe the contents of the article. This heading is important as it is also used as the page name when displayed in reference tables.   * Pages always begin with a level 1 heading used to describe the contents of the article. This heading is important as it is also used as the page name when displayed in reference tables.
-  * Important sections within an article are given **bold** text, whereas buttons or selections for the user are given //italics//, and finally inputt/selected values are "double quoted".\\  <q>Ex.: In the WHM, go to **Main >> Tweak Settings**, change //Number (or all) of accounts to display per page in list accounts.// to "500".</q>+  * Important sections within an article are given **bold** text, whereas buttons or selections for the user are given //italics//, and finally input/selected values are "double quoted".\\  <q>Ex.: In the WHM, go to **Main >> Tweak Settings**, change //Number (or all) of accounts to display per page in list accounts.// to "500".</q>
   * Generally we use # (hash plus a space) at the beginning of shell commands to differentiate them from regular console output. Example:\\ <code console># perl hello_world.pl   * Generally we use # (hash plus a space) at the beginning of shell commands to differentiate them from regular console output. Example:\\ <code console># perl hello_world.pl
 Hello world!</code> Hello world!</code>