214
edits
No edit summary |
|||
Line 6: | Line 6: | ||
*** except for our Get help from Google page, which is a catch-all Β | *** except for our Get help from Google page, which is a catch-all Β | ||
* each page starts with an <nowiki>{{abox}} and ends with a {{CategoryTemplate}}</nowiki> | * each page starts with an <nowiki>{{abox}} and ends with a {{CategoryTemplate}}</nowiki> | ||
* inline images (for instructions) are now added in a very particular way, with a variation of this code: | * inline images (for instructions) are now added in a very particular way, with a variation of this code:<br> | ||
:<nowiki> | ::<nowiki>[[File:Interesting cal.png|thumbnail]]Here's a picture of what you should do<br clear="all"></nowiki> | ||
:which gives you this, including the open space before the next instruction:<br> | |||
::[[File:Interesting cal.png|thumbnail]]Here's a picture of what you should do<br clear="all"> | |||
:plus you can alter the size of the images by adding "|100px" (or another size) as follows: | |||
::<nowiki>[[File:Interesting cal.png|thumbnail|100px]]</nowiki> | |||
:to get this: | |||
::[[File:Interesting cal.png|thumbnail|100px]]Here's a tiny image. It's cheaper that way.<br clear="all"> | |||
See [https://howdoi.riverdale.edu/wiki/Add_a_Riverdale_calendar_(of_any_type_--_event,_room,_or_resource)_to_my_own_calendar/edit this example] for a guide to our style. | See [https://howdoi.riverdale.edu/wiki/Add_a_Riverdale_calendar_(of_any_type_--_event,_room,_or_resource)_to_my_own_calendar/edit this example] for a guide to our style. | ||
Line 16: | Line 21: | ||
: used on every Article to indicate authorship, currency, audience, etc. | : used on every Article to indicate authorship, currency, audience, etc. | ||
== Category Templates == | == Category Templates == | ||
Just ONE of these should be placed at the very bottom of an | Just ONE of these should be placed at the very bottom of an article. Choose its main category. Don't worry about listing a secondary/specific category. | ||
; [[Template:Calendaring|<nowiki>{{Calendaring}}</nowiki>]] | ; [[Template:Calendaring|<nowiki>{{Calendaring}}</nowiki>]] | ||
: Adds Article to [[:Category:Calendars and Scheduling]], and inserts a list of other Articles in that Category. | : Adds Article to [[:Category:Calendars and Scheduling]], and inserts a list of other Articles in that Category. |