Nodyn:Graph:Lines/doc
Gwedd
![]() | Dyma is-ddalen dogfennaeth ar gyfer Nodyn:Graph:Lines. Mae'n cynnwys gwybodaeth defnydd, categorïau, dolenni rhyngiaith a chynnwys eraill sydd ddim yn rhan o nodyn dudalen wreiddiol. |
Defnydd
[golygu cod]Enghraifft 1 - Ffynhonnell: Comin
[golygu cod]{{Graph:Lines
| table=bls.gov/US Women's weekly earnings as a percent of men's by age, annual averages.tab
| type=year | xField=year
| series="age_16_24", "age_25_34", "age_35_44", "age_45_54"
| title=Pourcentage de salaire d'une femme vis-à-vis d'un homme aux USA
| yZero=false | xAxis=Année | yAxis=Pourcentage |yAxisFormat=r| yMax=100 | yGrid=y | width=550 | legend=Groupe d'âge
| vAnnotationsValues={"text": "Événement fictif", "x": 1990}
}}
|
Script error: The function "msg" does not exist..
|
Enghraifft 2 - Ffynhonnell: Wicidata
[golygu cod]{{Graph:Lines
| tabletype=query | table=
SELECT ?decade (COUNT(?decade) AS ?count) WHERE {
?item wdt:P31 wd:Q3305213 .
?item wdt:P571 ?inception .
BIND( year(?inception) as ?year ).
BIND( ROUND(?year/10)*10 as ?decade ) .
FILTER( ?year > 1400)
FILTER( ?year <= year(now()))
} GROUP BY ?decade ORDER BY ?decade
| series="count" | type=year | xField=decade
| title=Paentiadau / degawdau
|yAxisFormat=s
| yZero=false | width=550
| hAnnotationsValues={"text": "Maximum", "x": 20000}
}}
|
Script error: The function "msg" does not exist..
|
Exemple 3 - Source Wikidata
[golygu cod]La requête Wikidata fournit trois colonnes - année, population, et le nom du pays. Ce graph montre une ligne par pays.
{{Graph:Lines
| tabletype=query | table=
#Population des pays voisins de l'Allemagne
SELECT ?year ?population ?countryLabel WHERE {
{
SELECT ?country ?year (AVG(?populations) AS ?population) WHERE {
{
SELECT ?country (YEAR(?date) AS ?year) ?populations WHERE {
?country wdt:P47 wd:Q183.
?country p:P1082 ?populationStatement.
?populationStatement ps:P1082 ?populations.
?populationStatement pq:P585 ?date.
FILTER(year(?date)>=1920) .
FILTER( ?country not in (wd:Q1201)).
}
}
}
GROUP BY ?country ?year
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
}
| type=year | xField=year | group=countryLabel | value=population
| title=Population of countries bordering Germany | colorscheme=category20
| legend=- | xGrid=y | yGrid=y | yTicks=7 | width=600|yAxisFormat=.1s
}}
|
Script error: The function "msg" does not exist.. |
Script error: The function "doc" does not exist.