PortlandWiki talk:Current events: Difference between revisions

From PortlandWiki
Jump to navigation Jump to search
(→‎This Week's Activity: testing out the calendar view for next few days, might be good for the front page)
Line 15: Line 15:
showempty=0
showempty=0
</calendar>
</calendar>
<div style="float: right; margin: 0 0 1em 1em">
{| cellpadding="8" cellspacing="0" style="background-color: #ffffff" width="300" style="border:1px solid #555;"
|-
| style="text-align: left; border-bottom: 1px solid #aaa; background-color: #f9fff3" | <center>[[Calendar]]: <br />[[USSF Wiki Calendar - Full View|All Dates]] & [[USSF Wiki Calendar - Activity Listings|Scheduled Activity]] ([[USSF Wiki Calendar - Past Activity Listings|past]])</center>
|-
| style="background:#fff;" |
<calendar>
name=mycalendar
view=today
date=today
</calendar>
----
<calendar>
name=mycalendar
view=today
date=tomorrow
skipempty=1
showempty=0
</calendar>
----
<center>
<calendar>
name=mycalendar
view=month
</calendar>
<calendar>
name=mycalendar
view=month
date="+1 month"
</calendar></center>
|-
|}
</div>

Revision as of 20:29, 17 March 2011

how about two meetings?

Calendar

I'm not sure if the calendar is a good idea... seems like a page for every day would be a major hassle to deal with. And there are other local calendars that are already used by people that we could embed, I think? Maybe not, I've been looking. -kotra (talk) 02:52, 18 March 2011 (UTC)

I actually like the idea of a calendar - but frankly I forgot about it. What I would like is the upcoming week on the front page. let's see if we can replicate that here:

This Week's Activity

<calendar> name=mycalendar view=week weekstart=1 skipempty=1 showempty=0 </calendar>

Calendar:
All Dates & Scheduled Activity (past)

<calendar> name=mycalendar view=today date=today </calendar>


<calendar> name=mycalendar view=today date=tomorrow skipempty=1 showempty=0 </calendar>


<calendar> name=mycalendar view=month </calendar> <calendar> name=mycalendar view=month date="+1 month"

</calendar>