Modelo:Graph:PageViews/uso

Na Galipedia, a Wikipedia en galego.


{{ 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)
{{ Graph:PageViews | 30 | Main Page | en.wikipedia.org}}
30 days for Main Page on English Wikipedia
{{ Graph:PageViews | 30 | Main Page | en.wikipedia.org | platform = desktop}}
30 days for Main Page on English Wikipedia - desktop computer browsers
{{ Graph:PageViews | 30 | Main Page | en.wikipedia.org | platform = mobile-web}}
30 days for Main Page on English Wikipedia - mobile browsers
{{ Graph:PageViews | 30 | Main Page | en.wikipedia.org | platform = mobile-app}}
30 days for Main Page on English Wikipedia - mobile applications

Template may be used with different parameter order. For example, in English Wikipedia

  • {{Graph:PageViews|90|Main Page}}
  • {{Graph:PageViews|Main Page|90}}
  • {{Graph:PageViews|Main Page|en.wikipedia.org|90}}

will give the same output.

Uso[editar a fonte]

Inserts a graph with the page views statistics for the past N days of a page.

Parámetros do modelo[Editar os datos do modelo]

Este modelo prefire o formato en bloque dos parámetros.

ParámetroDescriciónTipoEstado
Number of days back1

Number of days back to show in the chart

Por defecto
30
Númeroopcional
Page Title2

Title of the page, with namespace, including needed spaces. If '_' is given, shows the total for the whole site

Por defecto
Name of the current article page (even if on talk page)
Exemplo
Main Page
Nome da páxinaopcional
Domain3

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

Por defecto
Current wiki
Exemplo
en.wikipedia.org
Cadea de caracteresopcional
Graph colorcolor

Shade with which to highlight the data in the chart

Por defecto
#00f
Exemplo
#f00
Cadea de caracteresopcional
Graph scalescale

Scaling could be one of these: linear, log, pow, sqrt, quantile, quantize, and threshold

Por defecto
linear
Exemplo
log
Cadea de caracteresopcional
Maximum Y value axismax

This optional value might be useful to align multiple graphs side-by-side

Por defecto
Automatically scaled to the data.
Exemplo
10000
Númeroopcional
Widthwidth

Width for the chart in pixels, if different from the default.

Por defecto
400
Númeroopcional
Heightheight

Height for the chart in pixels, if different from the default.

Por defecto
200
Númeroopcional
Platformplatform

Computer platform could be one of these: all-access (all platforms together), desktop (regular browsers), mobile-web (mobile browsers), mobile-app (mobile wiki applications)

Por defecto
all-access
Cadea de caracteresopcional
Granularitygranularity

If the 2nd parameter is '_' (shows site stats), set data granularity monthly, daily, or hourly

Por defecto
monthly
Cadea de caracteresopcional
interpolateinterpolate

Type of line interpolation. See https://github.com/vega/vega/wiki/Marks#line

Por defecto
monotone
Exemplo
linear, step-before, step-after, basis, basis-open, basis-closed, bundle, cardinal, cardinal-open, cardinal-closed, monotone
Cadea de caracteresopcional