(Created page with "== Templates == ;<nowiki>{{Calendaring}}</nowiki> : Adds article to the <code>Calendars and Scheduling</code> Category ;<nowiki>{{SS}}</nowiki> : Adds article to the <code>Sof...")
 
No edit summary
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Templates ==
To make our resources easily navigable for community members, please follow these guidelines for creating, editing, and maintaining articles in our knowledge base. Each howdoi page should answer a question (ex. How do I find a list of Riverdale Google Calendars). This is so that articles stayed focused on the question at hand.
;<nowiki>{{Calendaring}}</nowiki>
 
: Adds article to the <code>Calendars and Scheduling</code> Category
== Before you begin writing your article ==
;<nowiki>{{SS}}</nowiki>
Every article should start with the <code><nowiki>{{AboxNew}}</nowiki></code> template. With this template, you will fill in the following information to correctly categorize and maintain articles in our wiki. To use this template, you can either start typing <code><nowiki>{{AboxNew}}</nowiki></code> and then search for the "AboxNew" template, or you can click [https://howdoi.riverdale.edu/wiki/Template:AboxNew here for the abox template]. Once you copy the code, click on '''''Edit source''''', and then paste the block of text (for the template) at the top of your article. Make sure to update the categories and data as needed!
: Adds article to the <code>Software and Services</code> Category
 
==Writing your article==
Each howdoi page should answer a question (ex. ''How do I... '''Find a list of Riverdale Google Calendars'''''). This is so that articles stayed focused on the question at hand and provides only the necessary information.
 
* Each article starts with an <code><nowiki>{{AboxNew}}</nowiki></code> template. Update the template accordingly and make sure the fields are appropriately filled in. An example is shown below.
<syntaxhighlight lang="markdown">
{{AboxNew
| name = Access myRiverdale
| learning = x
| instruction = x
| community = x
| summ = Access many of our RCS applications with a single log-on
| maintained = MV
| year = 2023-2024
}}
__TOC__
</syntaxhighlight>
* Use the '''''Heading''''' styling ( ^ 2 ) for major section titles. If a sub-section is needed, then use '''''Sub-heading 1''''' ( ^ 3 ).
* Use '''''Paragraph''''' ( ^ 0 ) mode for other text.
* If you refer to a menu item or UI element for the intended user to interact with, then '''''bold and italicize''''' that item. This is to make the article easy navigable, so that the key steps are easy to find at a first glance without getting lost in the text.
** Ex: click on '''''Submit'''''
* If the user needs to type something in a textfield or text area, then "place the text in quotation marks".
* Include images that you think are necessary, but also remember the following: the more images you include in your article, the harder it will be to update content when UI's and OS's change.
* If you want to include images, make sure to un-check the '''''Wrap text around this item''''' box. Images, as a rule of thumb, should not exceed a width of 500 pixels unless there is a good reason to do so.
[[File:Wraptextimage.png|none|thumb|274x274px]]

Latest revision as of 14:38, 24 January 2024

To make our resources easily navigable for community members, please follow these guidelines for creating, editing, and maintaining articles in our knowledge base. Each howdoi page should answer a question (ex. How do I find a list of Riverdale Google Calendars). This is so that articles stayed focused on the question at hand.

Before you begin writing your article

Every article should start with the {{AboxNew}} template. With this template, you will fill in the following information to correctly categorize and maintain articles in our wiki. To use this template, you can either start typing {{AboxNew}} and then search for the "AboxNew" template, or you can click here for the abox template. Once you copy the code, click on Edit source, and then paste the block of text (for the template) at the top of your article. Make sure to update the categories and data as needed!

Writing your article

Each howdoi page should answer a question (ex. How do I... Find a list of Riverdale Google Calendars). This is so that articles stayed focused on the question at hand and provides only the necessary information.

  • Each article starts with an {{AboxNew}} template. Update the template accordingly and make sure the fields are appropriately filled in. An example is shown below.
{{AboxNew
| name = Access myRiverdale
| learning = x
| instruction = x
| community = x
| summ = Access many of our RCS applications with a single log-on
| maintained = MV
| year = 2023-2024
}}
__TOC__
  • Use the Heading styling ( ^ 2 ) for major section titles. If a sub-section is needed, then use Sub-heading 1 ( ^ 3 ).
  • Use Paragraph ( ^ 0 ) mode for other text.
  • If you refer to a menu item or UI element for the intended user to interact with, then bold and italicize that item. This is to make the article easy navigable, so that the key steps are easy to find at a first glance without getting lost in the text.
    • Ex: click on Submit
  • If the user needs to type something in a textfield or text area, then "place the text in quotation marks".
  • Include images that you think are necessary, but also remember the following: the more images you include in your article, the harder it will be to update content when UI's and OS's change.
  • If you want to include images, make sure to un-check the Wrap text around this item box. Images, as a rule of thumb, should not exceed a width of 500 pixels unless there is a good reason to do so.