Difference between revisions of "Format Guidelines for PSUGCAL"

From California PowerSchool User Group
Jump to: navigation, search
(Created page with "These are guidelines to making PSUGCal.org pages look consistent and to help with Wiki formatting in general. == Page Names and Titles == Pages will automatically inherit the...")
 
Line 10: Line 10:
 
To automatically have a page be listed in the Content Directory, add this code to any part of your page:
 
To automatically have a page be listed in the Content Directory, add this code to any part of your page:
 
<nowiki>[[Category:Contents]]</nowiki>
 
<nowiki>[[Category:Contents]]</nowiki>
 +
 +
== Headings ==
 +
Wiki pages look best when organized with headings, like the one above this line. Here is the wiki code for creating a heading:
 +
<pre>== Heading text here ==</pre>

Revision as of 19:08, 11 April 2018

These are guidelines to making PSUGCal.org pages look consistent and to help with Wiki formatting in general.

Page Names and Titles

Pages will automatically inherit the page name as their title. If you're creating a new page, choose a name with that in mind. The pages will automatically alphabetize in the Content Directory, so choose names that users would logically expect to find them under. Examples:

  • Customization
  • Health
  • GPA

Adding pages to the Content Directory

To automatically have a page be listed in the Content Directory, add this code to any part of your page: [[Category:Contents]]

Headings

Wiki pages look best when organized with headings, like the one above this line. Here is the wiki code for creating a heading:

== Heading text here ==