Template:Graph:PageViews
This template is currently being deleted. This template is being removed from the pages on which it is currently used, after which it will be deleted. Please check Wikipedia:Templates for discussion/Holding cell for any additional instructions. Please do not use it on any additional pages, but do not remove it from pages if it is under deletion review. The decision to delete this template was made following this discussion initiated on 3 July 2025 at Templates for discussion. Administrators: Please review this template's instructions at Wikipedia:Templates for discussion/Holding cell before proceeding with any action. |
![]() | This graph was using the legacy Graph extension, which is no longer supported. It needs to be converted to the new Chart extension. |
![]() | This template is used on approximately 4,200 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
Template parameters
TemplateData for Graph:PageViews
This template inserts a graph of daily pageview statistics (Y axis) over the past N days (X axis) for a page.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Number of days back | 1 | Number of days back to show in the chart
| Number | optional |
Page Title | 2 | Title of the page, with namespace, including needed spaces. If '_' is given, shows the total for the whole site
| Page name | optional |
Domain | 3 | Domain from which to find page views for the given title, if not this wiki. If '_' is given as parameter 2, 'all-projects' can be used here for all wiki sites summary data
| String | optional |
Graph color | color | Shade with which to highlight the data in the chart
| String | optional |
Graph scale | scale | Scaling could be one of these: linear, log, pow, sqrt, quantile, quantize, and threshold
| String | optional |
Maximum Y value axis | max | This optional value might be useful to align multiple graphs side-by-side
| Number | optional |
Width | width | Width for the chart in pixels, if different from the default.
| Number | optional |
Height | height | Height for the chart in pixels, if different from the default.
| Number | optional |
Granularity | granularity | If the 2nd parameter is '_' (shows site stats), set data granularity monthly, daily, or hourly
| String | optional |
platform | platform | no description | Unknown | optional |
interpolate | interpolate | no description | Unknown | optional |
Examples
This graph's main version resides at MediaWiki Template:Graph:PageViews.
Please make all the changes there and copy it everywhere else (until the copying is automated).
{{ Graph:PageViews }} 30 days for the current page (if there is data) | ||
---|---|---|
| ||
{{ Graph:PageViews | 90 | Main Page | en.wikipedia.org }} 90 days for Main Page on English Wikipedia | ||
| ||
{{ Graph:PageViews | 180 | _ }} Monthly visitors to the current wiki (last 6 months) | ||
| ||
{{ Graph:PageViews | 180 | _ | all-projects | granularity = daily }} Daily visitors to all worldwide wikis (last 6 months) | ||
|
Usage tips
Width in Talk headers – When using Graph:PageViews in the header section of an article Talk page, use |width=565
in order to generate a graph element that matches other standard elements often found in talk page headers.
Captions – Some talk pages embed Graph:PageViews within {{Info}} to add a leading caption.
Vertical height – Save vertical space in a Talk page header, with the collapse templates {{cot}}/{{cob}}. Example: this talk page uses standard talk header width, adds a caption, and collapses the graphs.