Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:Calendar"

(New page: <noinclude> Template to improve the MediaWiki-ish syntax for embedding Google Calendars within wiki pages. Note that this just delegates to the <pre><googlecalendar/></pre> tag, which is ...)
 
Line 12: Line 12:
 
  | 2={{calendar|width=100%|title=Galileo Release Schedule|id=e7qn66hb96fvgbnlrkfng6n0r0%40}}
 
  | 2={{calendar|width=100%|title=Galileo Release Schedule|id=e7qn66hb96fvgbnlrkfng6n0r0%40}}
 
  }}
 
  }}
</noinclude><includeonly><googlecalendar width="{{{width}}}" title="{{{title}}}">{{{id}}}group.calendar.google.com</googlecalendar></includeonly>
+
</noinclude><includeonly><googlecalendar width="{{{width}}}" title="{{{title}}}">{{{id}}}</googlecalendar></includeonly>

Revision as of 15:10, 12 November 2008

Template to improve the MediaWiki-ish syntax for embedding Google Calendars within wiki pages. Note that this just delegates to the
<googlecalendar/>
tag, which is magically implemented within the Eclipse.org customizations of MediaWiki.

Usage

Markup Rendering
{{calendar
 |width=100%
 |title=Galileo Release Schedule
 |id=e7qn66hb96fvgbnlrkfng6n0r0%40
 }}


Back to the top