mNo edit summary
No edit summary
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[https://docs.google.com/spreadsheets/d/1dh7Myh6vxGqvw0BchbLgyjTPJ1lEUBH-E429ARk6xGk/edit#gid=0 Our Google spreadsheet] for organizing content for this wiki.
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.


== Article Templates ==
== Before you begin writing your article ==
; [[Template:abox|<nowiki>{{abox}}</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!
: used on every Article to indicate authorship, currency, audience, etc.
 
== Category Templates ==
==Writing your article==
Just ONE of these should be placed at the very bottom of an 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.
; [[Template:Calendaring|<nowiki>{{Calendaring}}</nowiki>]]
 
: Adds Article to [[:Category:Calendars and Scheduling]], and inserts a list of other Articles in that Category.
* 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.
; [[Template:SS|<nowiki>{{SS}}</nowiki>]]
<syntaxhighlight lang="markdown">
: Adds Article to [[:Category:Software and Services]], and inserts a list of other Articles in that Category.
{{AboxNew
; [[Template:ClassTech|<nowiki>{{ClassTech}}</nowiki>]]
| name = Access myRiverdale
: Adds Article to [[:Category:Classroom technology and systems]], and inserts a list of other Articles in that Category.
| learning = x
; [[Template:Communication|<nowiki>{{Communication}}</nowiki>]]
| instruction = x
: Adds Article to [[:Category:Communication]], and inserts a list of other Articles in that Category.
| community = x
<!--
| summ = Access many of our RCS applications with a single log-on
; [[Template:|<nowiki>{{}}</nowiki>]]
| maintained = MV
:
| year = 2023-2024
; [[Template:|<nowiki>{{}}</nowiki>]]
}}
:
__TOC__
; [[Template:|<nowiki>{{}}</nowiki>]]
</syntaxhighlight>
:
* Use the '''''Heading''''' styling ( ^ 2 ) for major section titles. If a sub-section is needed, then use '''''Sub-heading 1''''' ( ^ 3 ).
; [[Template:|<nowiki>{{}}</nowiki>]]
* 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.