FundraisingThermometer

From No Subject
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
FundraisingThermometer widget
Description:Widget Description::Inserts a Fundraising Thermometer into your wiki. It is drawn using HTML5 canvas, so it will work in all modern browsers without plugins.
Author:Grahams
Provider:grahams [[Widget Provider::grahams|]]
Code:Widget Code Page::Widget:FundraisingThermometer
Status:active
Updated:{{#show: Widget:FundraisingThermometer |?Modification date#-F[F j, Y] }} {{#info: If you use code on your wiki which is older than this date you may want to update since your widget may be insecure or broken. |note }}
Security:Widget Security::unknown
Template:AddThis

To copy this widget to your wiki, cut and paste the entire source of the FundraisingThermometer widget code page into a page called Widget:FundraisingThermometer on your wiki.

If you don't have the Widget extension set up on your wiki, go to its description page on MediaWiki.org and follow the installation instructions.


{{#set:

Widget Name=FundraisingThermometer
|Widget Added On={{#show: FundraisingThermometer |?Creation date }}
|Widget Updated On={{#show: Widget:FundraisingThermometer |?Modification date#ISO }}
|Widget Status=active|+sep=,
|Meta element keywords=MediaWiki, Widget, Widgets, FundraisingThermometer|+sep=,
|Meta element description=This site is hosting a public collection of MediaWiki Widgets to be used with the Widgets extension. This page is about the FundraisingThermometer widget.

}}

This widget allows you to add a FundraisingThermometer to your wiki page.

To insert this widget, use the following code:

{{#widget:FundraisingThermometer
|currentTotal=1000
|[[goal]]=8900
|width=100
|height=400
|framed=[[true]]
|asof=08/04/2016
}}

Parameters

  • percentage - The percentage of the thermometer. If omitted, you must include the currentTotal and goal params
  • currentTotal - The current cash total. This parameter is only used if percentage is omitted
  • goal - The overall cash goal. This parameter is only used if percentage is omitted
  • width - The width of the widget in pixels
  • height - The height of the widget in pixels
  • framed - If true, will wrap the thermometer in a frame with a title indicating the percentage and the "As of" date.
  • asof - A string, usually a date, which will be inserted into the frame header if framed is true

Sample result

11% (as of 08/04/2016)

Template:Comments