Wiki Widgets
From Hexten
Wiki Widgets are extensions for MediaWiki that provide simple ways to embed information from other sources within a wiki page. For example here's a Google Map:
Errors from Google Maps Widget
The following errors occurred:Mandatory config key api_key not defined
To insert that on the page this markup was used:
<widget type="googlemap">
<marker lat="54.786953" lon="-2.344154">
My House
</marker>
</widget>
Contents |
[edit] Quick Start
- Using Wiki Widgets - how to find out which widgets are available and add them to your own pages
- Why Wiki Widgets - the advantages of Wiki Widgets
- WikiWidgets Ideas - ideas for using WikiWidgets
- Wiki Widget Users - if you're using WikiWidgets add a link to your site here
- Installing Wiki Widgets - how to install Wiki Widgets for MediaWiki
- Writing Wiki Widgets - how to develop your own widgets
- Wiki Widgets FAQ - frequently asked questions
[edit] Current Widgets
- Google Calendar Widget - embed Google calendars
- Google Co-op Search Widget - embed Google co-op search
- Google Gadget Widget - embed any Google Gadget
- Google Maps Widget - embed Google maps with markers
- Twitter Widget - insert your Twitter status
- Include Widget - insert any php code into your wiki page
[edit] Work in Progress
- GraphViz Widget - embed a dot graph
[edit] Proposed Widgets
- Wiki Widgets Proposals - ideas for future developement
[edit] TODO List
- Wiki Widgets TODO - outstanding tasks

