Search Results: Module:Chart display/doc

Sorry, the article you're looking for isn't specifically available. Here are related topics:


Module:Chart
Minggu, 2025-10-05 10:07:07

parameters of the template ]] local keywords = { barChart = 'bar chart', pieChart = 'pie chart', width = 'width', height = 'height', stack = 'stack'...

Click to read more »
Module:Chart/doc
Selasa, 2026-04-14 12:12:07

Module:Chart exports two functions: bar chart and pie chart Bar charts behave unpredictably, causing problems with the axes and legend. Use Template:Graph:Chart...

Click to read more »
Module:Music chart/doc
Senin, 2026-03-16 02:20:52

the chart templates: {{Single chart}}, {{Album chart}}, {{Year-end single chart}}, and {{Year-end album chart}}. It generates table rows with chart name...

Click to read more »
Module:Music chart/sandbox/doc
Jumat, 2026-02-06 07:34:29

the chart templates: {{Single chart}}, {{Album chart}}, {{Year-end single chart}}, and {{Year-end album chart}}. It generates table rows with chart name...

Click to read more »
Module:Music chart
Rabu, 2026-03-18 20:33:14

-- Module:Music Chart -- Generates table rows for music chart positions with automatic references. -- Chart data stored in JSON files, referenced...

Click to read more »
Module:Dot chart/doc
Minggu, 2025-08-17 21:53:30

This module is used to implement {{Dot chart}}. Function graph is used to return the graph. See Template:Dot chart/doc....

Click to read more »
Module:Climate chart
Sabtu, 2024-12-21 06:23:59

local p = {} local cfg = mw.loadData('Module:Climate chart/configuration') -- we import this function to strip whitespace and normalize minus signs --...

Click to read more »
Module:Tree chart
Selasa, 2024-04-30 22:22:01

require('strict') local p = {} local cells = mw.loadData('Module:Tree chart/data') function p._main(cell_args) local ret = mw.html.create() local...

Click to read more »
Module:Medical cases chart/doc
Minggu, 2024-07-14 22:58:46

Used by Template:Medical cases chart See Template:Medical cases chart/testcases...

Click to read more »
Module:Tree chart/doc
Kamis, 2025-04-24 09:28:43

Implements Template:Tree chart; Full documentation on chart syntax exists at Template:Tree chart/doc This module uses the mw.html library to create rows...

Click to read more »
Module:Chart/sandbox
Minggu, 2021-10-17 22:52:28

parameters of the template ]] local keywords = { barChart = 'bar chart', pieChart = 'pie chart', width = 'width', height = 'height', stack = 'stack'...

Click to read more »
Module:Climate chart/styles.css
Minggu, 2025-10-05 10:03:39

/* TODO: All font-size declarations need review or something */ .climate-chart { border: 1px solid #c0c0c0; background-color: var(--background-color-neutral-subtle...

Click to read more »
Module:Medical cases chart/sandbox
Kamis, 2025-09-04 21:12:04

lang:getCode() local i18n = require('Module:Medical cases chart/i18n')[language] assert(i18n, 'no chart translations to: ' .. mw.language.fetchLanguageName(language...

Click to read more »
Module:Uses Chart/doc
Jumat, 2025-10-31 00:15:43

Implements {{Uses Chart}}....

Click to read more »
Module:Chart display/sandbox
Kamis, 2025-07-17 01:13:38

border) or values.border, chart = ifblank(args.chart, args.definition) } assert(notblank(opts.chart), 'Must specify chart= or definition=') local...

Click to read more »
Module:Music chart/sandbox
Senin, 2026-03-16 03:14:37

-- Module:Music Chart -- Generates table rows for music chart positions with automatic references. -- Chart data stored in JSON files, referenced...

Click to read more »
Module:Climate chart/doc
Jumat, 2024-08-30 03:46:07

Implements {{climate chart}}. At some point. {{#invoke:Climate chart|function_name}}...

Click to read more »
Module:Music chart/album.json
Selasa, 2026-05-12 21:14:33

single.json for schema documentation", "Argentina": { "Argentina": { "chart": "Argentine Albums", "provider": "[[CAPIF]]", "date_format": "DD/MM/YYYY"...

Click to read more »
Module:Uses Chart
Jumat, 2025-10-31 02:44:08

(mw.ustring.find(cs, "%.chart$") or mw.ustring.find(cs, "%.tab$")) then link = string.format('[[:commons:%s.chart|%s.chart]] ([[:commons:%s.tab|.tab]])'...

Click to read more »
Module:Graph:Chart/doc
Jumat, 2024-08-30 04:35:30

This module simulates {{Graph:Chart}} but with a lower post-expand include size. Use it on articles with large numbers of graphs or that are approaching...

Click to read more »
Module:Music chart/sandbox/album.json
Minggu, 2026-02-01 06:43:44

single.json for schema documentation", "Argentina": { "Argentina": { "chart": "Argentine Albums", "provider": "[[CAPIF]]", "date_format": "DD/MM/YYYY"...

Click to read more »
Module:Music chart/single.json
Jumat, 2026-05-22 02:59:10

"_description": "JSON Schema for Music chart data. Keys starting with _ are ignored by the module.", "_output_standard": "| {chart} ({provider})\u003Cref...

Click to read more »
Module:Music chart/sandbox/single.json
Senin, 2026-03-16 01:53:28

"_description": "JSON Schema for Music chart data. Keys starting with _ are ignored by the module.", "_output_standard": "| {chart} ({provider})\u003Cref...

Click to read more »
Module:Unicode chart/doc
Senin, 2020-03-02 11:31:10

Implements {{unicode chart}}...

Click to read more »
Module:Climate chart/sandbox 1
Rabu, 2024-04-24 02:38:12

local p = {} local cfg = mw.loadData('Module:Climate chart/configuration') -- from https://lua-users.org/wiki/SimpleRound local function arg_or_default(args...

Click to read more »
Module:Sandbox/Izno/Pie chart
Sabtu, 2023-10-07 00:23:52

:addClass('pie-chart-inner thumbinner') :css('width', (diameter + 2) .. 'px') local chart = mw.html.create('div') chart:addClass('pie-chart-chart mw-no-invert')...

Click to read more »
Module:Medical cases chart/i18n
Sabtu, 2021-04-10 10:22:57

['the_'] = 'the ', ['_data'] = ' data', ['_medicalCasesChart'] = ' medical cases chart', ['deaths'] = 'Deaths', ['recoveries'] = 'Recoveries'...

Click to read more »
Module:Graph:Chart
Minggu, 2023-06-11 05:32:57

frame end, getTitle = function(self) return 'Template:Graph:Chart' end, args = {} } setmetatable(newFrame, { __index = function(t...

Click to read more »
Module:Vertical bar chart
Jumat, 2026-05-15 03:42:20

-- -- This module implements {{Vertical bar chart}} -- local p = {} local lang = mw.getContentLanguage() local function isnotempty(s) return s and...

Click to read more »
Module:Music chart/year-end-single.json
Sabtu, 2026-03-14 01:53:36

"Argentina": { "Argentina": { "chart": "Argentina Airplay", "provider": "[[Monitor Latino]]", "url": "https://charts.monitorlatino...

Click to read more »
Module:Tree chart/sandbox
Selasa, 2024-04-30 20:27:16

require('strict') local p = {} local cells = mw.loadData('Module:Tree chart/data/sandbox') function p._main(cell_args) local ret = mw.html.create()...

Click to read more »
Module:Bumps chart
Jumat, 2015-01-02 23:52:30

implements [[Template:Bumps chart]] -- which was originally created by [[User:Richard B]] -- local p = {} function p.chart(frame) local args = frame:getParent()...

Click to read more »
Module:Music chart/year-end-album.json
Senin, 2026-01-12 09:42:44

"Australia": { "chart": "Australian Albums", "provider": "[[ARIA Charts|ARIA]]", "url": "https://www.aria.com.au/charts/{year}/albums-chart", "url_title":...

Click to read more »
Module:Climate chart/configuration
Minggu, 2024-03-03 01:00:49

local cfg = { i18n = { explainer = 'Climate chart ([[Template:Climate chart/How to read a climate chart|explanation]])', months = { 'J', 'F', 'M',...

Click to read more »
Module:Bumps chart/doc
Jumat, 2024-08-30 03:28:54

Implements {{Bumps chart}}...

Click to read more »
Module:WikidataChart
Kamis, 2026-02-26 00:01:58

plot(frame) local property = frame.args[1] or error("Wikidata property to chart required") local xQualifier = frame.args[2] or error("Wikidata qualifier...

Click to read more »
Module:Music chart/sandbox/year-end-single.json
Jumat, 2026-01-30 18:05:53

"Australia": { "chart": "Australia", "provider": "[[ARIA Charts|ARIA]]", "url": "http://www.aria.com.au/pages/aria-charts-end-of-year-charts-top-100-singles-{year}...

Click to read more »
Module:Uses Chart/config
Senin, 2025-11-10 05:24:16

disable categorization (not recommended). cfg['error_category'] = 'Uses Chart templates with no sources specified' -- Default category: this category...

Click to read more »
Module:Unicode chart/sandbox/doc
Rabu, 2024-04-24 12:20:25

This module implements {{Unicode chart/sandbox}}...

Click to read more »
Module:Music chart/sandbox/year-end-album.json
Jumat, 2026-01-30 18:05:52

documentation", "Austria": { "Austria": { "chart": "Austrian Albums", "provider": "[[Ö3 Austria Top 40#Charts published|Ö3 Austria Top 75]]", "url":...

Click to read more »
Module:Unicode chart
Kamis, 2025-10-30 23:48:38

require('Module:Unicode chart/entities') local mDisplay = require('Module:Unicode chart/display') local mSubsets = require('Module:Unicode chart/subsets') local...

Click to read more »
Module:Medical cases chart
Minggu, 2026-02-15 06:50:15

lang:getCode() local i18n = require('Module:Medical cases chart/i18n')[language] assert(i18n, 'no chart translations to: ' .. mw.language.fetchLanguageName(language...

Click to read more »
Module:Graph
Sabtu, 2025-07-12 23:57:01

bug? (xAxisFormat =) https://en.wikipedia.org/wiki/Template_talk:Graph:Chart#X-Axis_label_format_bug?_(xAxisFormat_=) -- linewidths - doesnt work for...

Click to read more »
Module:Remsense/Unicode chart
Jumat, 2024-09-20 07:27:17

require('strict') local p = {} p.uData = require "Module:Unicode data" function p.uChart(frame) -- load arguments module to simplify handling of args local getArgs...

Click to read more »
Module:Sandbox/Innesw/Charts SVG
Kamis, 2022-07-07 08:43:27

barChart = 'barChart', lineChart = 'lineChart', scatterChart = 'scatterChart', mixedChart = 'mixedChart', pieChart = 'pieChart', ...

Click to read more »
Module:Sandbox/Swpb/NPVIC chart old
Kamis, 2019-01-17 00:41:23

bars .. mw.getCurrentFrame():getParent():expandTemplate{ title = 'NPVIC chart/bar' , args = { size = size, max_tot = max_tot, updated = updated, items[i]...

Click to read more »
Module:Sandbox/trappist the monk/cat chart properties
Senin, 2022-10-24 04:09:24

local out = {}; -- formatted output suitable for [[Module:Chart]] local link = 'yes' == frame.args.link:lower(); -- make a boolean...

Click to read more »
Module:Graph/doc
Rabu, 2025-12-10 00:26:18

of the chart height: height of the chart type: type of the chart: line for line charts, area for area charts, and rect for (column) bar charts, and pie...

Click to read more »
Module:ChartColors/doc
Selasa, 2025-02-18 19:46:51

{{ChartColors}}. To translate or review the translation of the module to your language, edit carefully Data:I18n/ChartColors.tab. {{#invoke:Chart...

Click to read more »
Module:Bar/doc
Jumat, 2025-08-01 04:08:33

{{Bar box}}, is used for construction of horizontal bar charts. {{Bar box |width = ''width of the graph'' (optional) |barwidth= ''width of the bar area''...

Click to read more »
Module:Graph/sandbox
Minggu, 2025-07-13 00:29:11

bug? (xAxisFormat =) https://en.wikipedia.org/wiki/Template_talk:Graph:Chart#X-Axis_label_format_bug?_(xAxisFormat_=) -- linewidths - doesnt work for...

Click to read more »
Module:Piechart/doc
Kamis, 2025-04-24 09:24:11

Smooth pie chart module. Accessed via Template:Pie chart. Draws charts in HTML with an accessible legend (optional). A list of all features is in the...

Click to read more »
Module:Sandbox/Jc86035/2
Selasa, 2018-08-14 15:38:55

local p = {} -- CHARTS TABLE – Wikidata entity IDs for each chart. local charts = { -- AUSTRALIA ['ARIA SINGLES CHART'] = 'Q30916704', ['ARIA SINGLES']...

Click to read more »
Module:Medical cases chart/data
Rabu, 2021-09-01 12:04:01

--- Example usage: --- {{#invoke:Medical cases chart/data|externalData|page=COVID-19 cases in Santa Clara County, California.tab|recoveries=hospitali...

Click to read more »
Module:Sandbox/Swpb/NPVIC chart new
Kamis, 2019-04-11 04:47:07

'left: {{NPVIC chart/percent| date=1/1/' .. year .. '}} | updated=' .. updated .. ' }}%;' .. 'right: {{max|0|{{#expr: 100-{{NPVIC chart/percent| date=12/31/'...

Click to read more »
Module:Sandbox/Ahecht/navboxtolua/doc
Rabu, 2023-12-27 21:20:55

</ul>]=], group5 = "[[Template:COVID-19 pandemic data/Europe medical cases chart|Europe]]", list5 = [=[<ul> <!--LIST5--> </ul>]=], group6 = "Oceania", list6...

Click to read more »
Module:Sandbox/Wnt/Plotter/doc
Senin, 2020-10-05 21:41:25

Note: now that this module's pie chart capability has been added to Module:Chart, this module is starting to look obsolete by comparison. It is therefore...

Click to read more »
Module:WikidataChart/doc
Sabtu, 2021-10-30 00:24:06

Implements {{WikidataChart}}...

Click to read more »
Module:Sandbox/Timbaaa/test/1
Rabu, 2020-08-26 23:25:45

local p = {} local baseChartParams = {} local baseChartParams = {} local activeChartParams = {} local deltaChartParams = {} local function csvToArray(csv)...

Click to read more »
Module:Sandbox/Ahecht/sandbox2
Rabu, 2023-12-27 21:21:35

data/Malaysia medical cases chart|cases chart]]</li> <li>[[Template:COVID-19 pandemic data/Charts of the COVID-19 pandemic in Malaysia|charts]]</li></ul></li>...

Click to read more »
Module:Sandbox/Mathglot/Xreadership
Sabtu, 2026-01-03 03:57:55

"[[Category:Pages with experimental page views chart enabled]][[Category:Pages with stale experimental page views chart]]", aging = "The [[/pageviews|pageviews...

Click to read more »
Module:Sandbox/Ita140188/chart2
Minggu, 2020-12-20 18:21:06

parameters of the template ]] local keywords = { barChart = 'bar chart', pieChart = 'pie chart', width = 'width', height = 'height', stack...

Click to read more »
Module:Sandbox/Frietjes/political graph
Rabu, 2023-03-01 04:28:31

'Graph:Chart', args = p._chart_args(frame:getParent().args) } end function p.mainlua(frame) local graphchart = require('Module:Graph:Chart') frame...

Click to read more »
Module:Unicode chart/sandbox
Jumat, 2025-11-28 00:50:47

local pdfLink = "[https://www.unicode.org/charts/PDF/%s.pdf" .. " Official Unicode Consortium code chart] (PDF)" local cellType = { reserved = { ...

Click to read more »
Module:Weather
Jumat, 2017-03-10 10:22:20

FfromC(frame) return temperatures(frame, 'C', true) end local chart = [[ {{Graph:Chart |width=600 |height=180 |xAxisTitle=Celsius |yAxisTitle=__COLOR...

Click to read more »
Module:Sandbox/Mathglot/Xreadership/doc
Selasa, 2025-12-30 23:23:08

It generates a bar chart showing page views for a given period (default: three months) from a downloaded pageviews file. The chart is in a box with a...

Click to read more »
Module:User:McBayne/Json2table
Jumat, 2026-01-09 22:36:10

chartParam == "width" then -- chartArgs["Breite"] = v .. "px" -- else chartArgs[chartParam] = v -- end end end --todo: args = chartArgs...

Click to read more »
Module:Sandbox/pietrasagh/Graph2
Sabtu, 2020-08-08 17:18:42

bug? (xAxisFormat =) https://en.wikipedia.org/wiki/Template_talk:Graph:Chart#X-Axis_label_format_bug?_(xAxisFormat_=) -- linewidths - doesnt work for...

Click to read more »
Module:Sandbox/pietrasagh/Graph
Minggu, 2020-05-24 14:15:46

bug? (xAxisFormat =) https://en.wikipedia.org/wiki/Template_talk:Graph:Chart#X-Axis_label_format_bug?_(xAxisFormat_=) -- - linewidths - doesnt work for...

Click to read more »
Module:WikiProject metrics/doc
Rabu, 2018-06-27 10:05:35

show last month's as well {{#invoke:WikiProject metrics|chart|start month}} Generates a line chart showing article creations over time, starting with the...

Click to read more »
Module:Unicode chart/display
Sabtu, 2022-09-17 10:40:18

will vary by font. See: * https://www.unicode.org/charts/PDF/U1F300.pdf * https://www.unicode.org/charts/PDF/UE0000.pdf --]]----------------- local display...

Click to read more »
Module:Sandbox/Ita140188/chart2/doc
Rabu, 2020-02-19 10:30:00

  Maine   Maryland   Massachusetts Charting the history of rocket launches at Timeline of spaceflight. Legacy Chart module 50 100 150 200 1957 1960 1965...

Click to read more »
Module:WikiProject metrics
Minggu, 2021-01-10 20:02:04

table.insert(y2data, count) end end end local chart = frame:expandTemplate{ title = "Graph:Chart", args = { width = "600", height = "200", type...

Click to read more »
Module:Sandbox/Innesw/Charts SVG/doc
Kamis, 2018-05-03 12:08:32

The in-development documentation for this in-development module is at User:Innesw/sandbox/Module:Charts_SVG/doc...

Click to read more »
Module:Sandbox/Mathglot/Xviews/doc
Selasa, 2025-12-30 23:23:51

May be used to generate a bar chart showing page views for a given article or page from a pageviews file downloaded from the pageviews tool. Mock-up;...

Click to read more »
Module:ChartColors
Minggu, 2025-02-23 01:35:12

"Module:TNTTools" --local SD = require "Module:SimpleDebug" local I18n = 'ChartColors' local function I18nStr (S, ...) return TNTT.GetMsgP (I18n, S, {...

Click to read more »
Module:Transclusion count/data/M
Minggu, 2026-06-07 12:12:51

["Module:Music_chart"] = 78000, ["Module:Music_chart/album.json"] = 36000, ["Module:Music_chart/chartdata-czech.json"] = 4500, ["Module:Music_chart/single.json"]...

Click to read more »
Module:Dot chart
Jumat, 2024-08-02 02:36:46

local p = {} local getArgs = require("Module:Arguments").getArgs local yesno = require('Module:Yesno') ----------------------------------------------...

Click to read more »
Module:Sandbox/Ita140188/chartsvg
Selasa, 2018-07-31 12:08:36

actual parameters of the template ]] local keywords = { barChart = 'bar chart', width = 'width', height = 'height', stack = 'stack'...

Click to read more »
Module:Lineage/doc
Kamis, 2025-04-24 09:22:30

Implements Template:Lineage; Full documentation on chart syntax exists at Template:Lineage/doc This module uses the mw.html library to create rows of...

Click to read more »
Module:Sandbox/Izno/doc
Minggu, 2021-03-07 04:19:57

Sandbox/Izno Sandbox/Izno/Citation/CS1 Sandbox/Izno/InfoboxImage Sandbox/Izno/Pie chart Sandbox/Izno/Word counter Sandbox/Izno/citationTests Sandbox/Izno/doc...

Click to read more »
Module:Piechart
Senin, 2026-01-26 02:44:18

exact; print-color-adjust: exact;" --[===[ Smooth piechart module. Draws charts in HTML with an accessible legend (optional). A list of all features is...

Click to read more »
Module:Sandbox/Frietjes
Kamis, 2026-04-16 23:33:07

and 'yes' or 'no' end function p.chart(frame) local chart = require('Module:Chart')['bar-chart'] return chart(frame) end function p.main(frame)...

Click to read more »
Module:ChartColors/sandbox
Selasa, 2019-12-10 06:23:07

"Module:TNTTools" local SD = require "Module:SimpleDebug" local I18n = 'ChartColors' local function I18nStr (S, ...) return TNTT.GetMsgP (I18n, S, {...

Click to read more »
Module:Croatian population data graph/doc
Jumat, 2025-03-28 20:28:05

pYYYY=value taken from the template, and displays the population data as a bar chart. Here, YYYY represents a year and value the corresponding population. In...

Click to read more »
Module:Sandbox/Wnt/Not lowercase
Senin, 2018-05-07 08:57:04

concat(testdata,nil,",","{","}",2)..bar_chart("1000px", "1000px", testdata, nil, nil) end function bar_chart(height, width, data, xlabels, ylabels)...

Click to read more »
Module:Piechart/sandbox
Jumat, 2026-01-30 21:46:14

exact; print-color-adjust: exact;" --[===[ Smooth piechart module. Draws charts in HTML with an accessible legend (optional). A list of all features is...

Click to read more »
Module:Sandbox/Mathglot/Xviews
Selasa, 2025-12-30 23:23:51

days after which a pageviews file, and any chart based on it, is no longer fresh and should be updated. Charts are still displayed for articles with aging...

Click to read more »
Module:Weather/sandbox
Jumat, 2022-10-21 17:06:22

wikitext:add('|}\n') make_chart(wikitext, 'Red', xvals, reds) make_chart(wikitext, 'Green', xvals, greens) make_chart(wikitext, 'Blue', xvals, blues)...

Click to read more »
Module:Standard icons
Kamis, 2023-05-11 08:51:34

local iconTable = { ["frequent-domain"] = "Font Awesome 5 solid chart-line.svg", ["prohibited-domain"] = "Font Awesome 5 solid ban.svg", ...

Click to read more »
Module:Domino Unicode/doc
Selasa, 2025-09-16 13:26:49

Unicode|output|H|6}} gives the same output as {{#invoke:Domino Unicode|output|H|6|6}}: "1F061". Unicode Code Chart of the "Domino Tiles" block (Range: 1F030—1F09F)...

Click to read more »
Module:NPP backlog/doc
Jumat, 2023-06-30 21:08:21

the data compiled by User:MusikBot at Wikipedia:New pages patrol/Backlog chart/daily. Note that the data is limited to the last c. 6 months. Number of...

Click to read more »
Module:Location map/data/Sky
Jumat, 2019-01-25 06:47:38

top = 90, bottom = -90, left = -180, right = 180, image = 'Tycho catalogue skymap shifted by 180 degrees.png', image1 = 'CaldwellStarChart.svg' }...

Click to read more »
Module:Tree chart/data
Rabu, 2025-07-23 02:38:21

local SLD = '1px solid' local DSH = '1px dashed' local DOT = '1px dotted' local data = { ['!'] = { t = { { attr = { rowspan = '2' }, style = { ['border-right']...

Click to read more »
Module:Music chart/chartdata-czech.json
Kamis, 2026-03-12 20:18:56

{ "_comment": "Czech/Slovak chart week IDs (YYYY-WW -\u003E weekId). Sorted newest to oldest. For future weeks: calculated from newest entry. Weeks 51+52...

Click to read more »
Module:Country population
Minggu, 2025-06-15 02:39:20

}} ]] local chart = mw.getCurrentFrame():expandTemplate{ title = "Pie chart", args = templateArgs } return chart end function p...

Click to read more »
Module:Citation/CS1/Configuration
Sabtu, 2026-02-28 22:14:44

org/charts/PDF/U0900.pdf Devanagari extended A8E0–A8FF – https://unicode.org/charts/PDF/UA8E0.pdf Bengali 0980–09FF – https://unicode.org/charts/PDF/U0980...

Click to read more »
Module:Croatian population data graph
Minggu, 2025-12-28 05:06:00

--html table where each cell will contain one column (div) of the bar chart --here, we create cells in two rows local tr1 = mw.html.create( "tr" )...

Click to read more »
Module:Dot chart/sandbox
Jumat, 2024-08-02 02:36:10

local p = {} local getArgs = require("Module:Arguments").getArgs local yesno = require('Module:Yesno') ----------------------------------------------...

Click to read more »
Module:ComplForColorModules/doc
Selasa, 2025-06-03 23:09:19

This module is used by Module:BrewerColors and Module:ChartColors. To translate or review the translation of the module to your language, edit carefully...

Click to read more »
Module:NPP backlog
Jumat, 2023-06-30 21:04:19

time local data = mw.loadJsonData("Wikipedia:New pages patrol/Backlog chart/daily") local backlog = { } for k,v in ipairs(data) do backlog[v["date"]]...

Click to read more »
Module:Excerpt/portals
Rabu, 2026-05-13 00:55:29

_]*pronunciation", "[Rr]e?q?pron", "[Nn]eeds[%- _]*pronunciation", -- Chart, including Chart/start etc. "[Cc]hart", "[Cc]hart/[%w_%s]-", -- Cref and others...

Click to read more »
Module:Medical cases data/doc
Minggu, 2025-10-19 19:40:21

This module inserts charts and maps of medical cases related to a pandemic, broken down by subregions. Inserts a table of cases and deaths by region. Usage:...

Click to read more »
Module:Sandbox/Alexiscoutinho
Rabu, 2025-12-10 01:48:05

'en' -- local default language local i18n = require("Module:Medical cases chart/i18n")[language] local function is(v) return (v or '') ~= '' end function...

Click to read more »
Module:Weather/stableSandbox
Kamis, 2016-10-06 07:51:52

wikitext:add('|}\n') make_chart(wikitext, 'Red', xvals, reds) make_chart(wikitext, 'Green', xvals, greens) make_chart(wikitext, 'Blue', xvals, blues)...

Click to read more »
Module:Chart data/India population.chart
Rabu, 2025-06-04 12:52:16

return { version = 2, width = 700, height = 400, title = "India Population (1950–2023)", axes = { x = { title = "Year", type...

Click to read more »
Module:Country population/sandbox
Jumat, 2022-10-21 17:01:22

}} ]] local chart = mw.getCurrentFrame():expandTemplate{ title = "Pie chart", args = templateArgs } return chart end function p...

Click to read more »
Module:Citation/CS1/Configuration/sandbox
Rabu, 2026-06-03 02:12:03

org/charts/PDF/U0900.pdf Devanagari extended A8E0–A8FF – https://unicode.org/charts/PDF/UA8E0.pdf Bengali 0980–09FF – https://unicode.org/charts/PDF/U0980...

Click to read more »
Module:Unicode chart/subsets
Jumat, 2019-09-20 20:48:11

--[[------------------------------ Notes: * Subset names are normalized to lowercase and '\s+' → '_' for lookup. * Subset content must be a string as...

Click to read more »
Module:Chart/Default colors
Senin, 2024-05-06 01:00:30

return {'red','red', 'blue','blue', 'green','green', 'yellow','yellow', 'fuchsia','fuchsia', 'aqua','aqua', 'brown','brown', 'orange','orange', 'purple'...

Click to read more »
Module:Transclusion count/data/T
Minggu, 2026-06-07 12:14:02

= 2100, ["Transliteration"] = 67000, ["Tree_chart"] = 8400, ["Tree_chart/end"] = 8300, ["Tree_chart/start"] = 8400, ["Tree_list"] = 24000, ["Tree_list/end"]...

Click to read more »
Module:Transclusion count/data/P
Minggu, 2026-06-07 12:13:21

4400, ["Photoreq"] = 2900, ["Picture_of_the_day"] = 8200, ["Pie_chart"] = 8000, ["Pie_chart/styles.css"] = 8000, ["Ping"] = 281000, ["Pipe"] = 95000,...

Click to read more »
Module:Emoji/data
Senin, 2024-03-11 02:56:06

= "26d3", ["champagne"] = "1f37e", ["chart"] = "1f4b9", ["chart_with_downwards_trend"] = "1f4c9", ["chart_with_upwards_trend"] = "1f4c8", ["checkered_flag"]...

Click to read more »
Module:SST/shards/sets/AVIATION WEATHER HANDBOOK
Sabtu, 2026-03-14 07:24:39

Cloud Types", ['Appendix B'] = "Appendix B: Standard Conversion Chart", ['Appendix C'] = "Appendix C: Density Altitude Calculation"...

Click to read more »
Module:Croatian population data graph/sandbox
Minggu, 2025-12-28 17:53:38

--html table where each cell will contain one column (div) of the bar chart --here, we create cells in two rows local tr1 = mw.html.create( "tr" )...

Click to read more »
Module:VgData/doc
Senin, 2026-05-11 01:50:49

Each of these elements are listed on the specific template page for that chart type. For a list of all the terms, see one of the following related Template...

Click to read more »
Module:Medical cases chart/styles.css
Senin, 2021-06-21 01:45:09

/* {{pp-template}} */ .mcc-d { /* deaths */ background: #A50026 } .mcc-r { /* recoveries */ background: SkyBlue } .mcc-c { /* cases or altlbl1 */ background:...

Click to read more »
Module:Citation/CS1
Sabtu, 2026-02-28 22:14:46

[http://www.unicode.org/charts/PDF/U0000.pdf C0 Controls and Basic Latin] 0041–005A, 0061–007A [http://www.unicode.org/charts/PDF/U0080.pdf C1 Controls...

Click to read more »
Module:Unicode chart/entities
Rabu, 2019-09-18 21:36:52

return { [0x0022] = '&quot;', [0x0026] = '&amp;', [0x003C] = '&lt;', [0x003E] = '&gt;', [0x00A0] = '&nbsp;', [0x00A1] = '&iexcl;', [0x00A2] = '&cent;'...

Click to read more »
Module:Tree chart/data/sandbox
Rabu, 2025-12-03 09:20:11

local SLD = '1px solid' local DSH = '1px dashed' local DOT = '1px dotted' local data = { ['!'] = { t = { { attr = { rowspan = '2' }, style = { ['border-right']...

Click to read more »
Module:Transclusion count/data/G
Minggu, 2026-06-07 12:11:51

3900, ["Grade_II*_colour"] = 2500, ["Grade_II_colour"] = 2800, ["Graph:Chart"] = 2400, ["Graphic_novel_list"] = 4300, ["Graphic_novel_list/footer"] =...

Click to read more »
Module:Citation/CS1/sandbox
Minggu, 2026-04-26 21:34:02

[http://www.unicode.org/charts/PDF/U0000.pdf C0 Controls and Basic Latin] 0041–005A, 0061–007A [http://www.unicode.org/charts/PDF/U0080.pdf C1 Controls...

Click to read more »
Module:Ahnentafel
Sabtu, 2026-01-17 20:05:05

nil) :cssText(s) :addClass(c) :wikitext(t) end end function p.chart( frame ) local getArgs = require('Module:Arguments').getArgs local args...

Click to read more »
Module:Chart/Default colors/doc
Jumat, 2024-08-30 03:37:40

...

Click to read more »
Module:Sandbox/Ahecht/Xviews
Rabu, 2025-07-16 03:14:41

for representing the age in days after which a pageviews file, and any chart based on it, becomes stale and no longer appropriate for display on a Talk...

Click to read more »
Module:Excerpt/portals/sandbox
Jumat, 2026-02-06 20:41:50

_]*pronunciation", "[Rr]e?q?pron", "[Nn]eeds[%- _]*pronunciation", -- Chart, including Chart/start etc. "[Cc]hart", "[Cc]hart/[%w_%s]-", -- Cref and others...

Click to read more »
Module:Political party/C
Senin, 2026-06-01 00:09:28

90", ["Chart Pattana Kla Party"] = "Chart Pattana Party (2007)", ["Chart Pattana Puea Pandin Party"] = "Chart Pattana Party (2007)", ["Chart Thai Pattana...

Click to read more »
Module:Music chart/single.json/doc
Minggu, 2026-01-11 16:00:58

...

Click to read more »
Module:Ahnentafel/sandbox
Senin, 2025-10-06 00:59:31

nil) :cssText(s) :addClass(c) :wikitext(t) end end function p.chart( frame ) local getArgs = require('Module:Arguments').getArgs local args...

Click to read more »
Module:Sandbox/Richard B/Bumps Chart
Minggu, 2016-07-03 02:39:38

-- For unit tests, see [[Module:Bananas/testcases]] local p = {} function p.hello() return "Hello, world!" end return p...

Click to read more »
Module:Transclusion count/data/C
Minggu, 2026-06-07 12:11:11

= 38000, ["Cfb_link"] = 26000, ["Cfd_all"] = 3400, ["Chart_bottom"] = 4400, ["Chart_top"] = 4400, ["Check_completeness_of_transclusions"] = 59000...

Click to read more »
Module:Sandbox/trappist the monk/parameter match test/Configuration/tr
Minggu, 2021-08-29 18:19:58

org/charts/PDF/U0980.pdf -- Gurmukhi 0A00–0A7F – https://unicode.org/charts/PDF/U0A00.pdf -- Gujarati 0A80–0AFF – https://unicode.org/charts/PDF/U0A80...

Click to read more »
Module:Transclusion count/data/A
Minggu, 2026-06-07 12:10:51

= 4800, ["Aka"] = 2000, ["Al"] = 81000, ["Album"] = 3100, ["Album_chart"] = 36000, ["Album_cover_fur"] = 53000, ["Album_label_category"] = 2400...

Click to read more »
Module:Sandbox/Matthiaspaul/Citation/CS1/Configuration
Rabu, 2025-05-28 22:02:34

org/charts/PDF/U0900.pdf Devanagari extended A8E0–A8FF – https://unicode.org/charts/PDF/UA8E0.pdf Bengali 0980–09FF – https://unicode.org/charts/PDF/U0980...

Click to read more »
Module:Sandbox/Wnt/Plotter
Minggu, 2020-10-04 07:54:14

"Module:" then page="Module:Chart/Default colors" end local ct=mw.loadData(page) if not ct then ct=mw.loadData("Module:Chart/Default colors") end ...

Click to read more »
Module:Sandbox/Ajuanca/GraphIt
Senin, 2020-10-12 04:13:18

Moduule:Graph parameters are given. function p._graph(args) local ret = mgraph.chart {args=args} local graph = mw.getCurrentFrame():extensionTag('graph', ret)...

Click to read more »
Module:Sandbox/Psiĥedelisto/Citation/Configuration
Rabu, 2025-05-28 22:03:41

org/charts/PDF/U0900.pdf Devanagari extended A8E0–A8FF – https://unicode.org/charts/PDF/UA8E0.pdf Bengali 0980–09FF – https://unicode.org/charts/PDF/U0980...

Click to read more »
Module:Sandbox/Trappist the monk/Emoji short name data make
Rabu, 2024-03-13 23:01:24

org/cldr/charts/xx/annotations/americas.html and creates a series of data tables suitable for Module:Emoji 1. open https://www.unicode.org/cldr/charts...

Click to read more »
Module:Political party/R
Kamis, 2026-05-28 12:01:53

Jai Thai Party (2007)"] = "Thais United", ["Ruam Jai Thai Chart Pattana Party"] = "Chart Pattana Party (2007)", ["Ruktam Party"] = "Rakstham Party"...

Click to read more »
Module:Sandbox/MJL/CS1/Configuration
Kamis, 2023-02-16 12:47:13

org/charts/PDF/U0900.pdf Devanagari extended A8E0–A8FF – https://unicode.org/charts/PDF/UA8E0.pdf Bengali 0980–09FF – https://unicode.org/charts/PDF/U0980...

Click to read more »
Module:Transclusion count/data/S
Minggu, 2026-06-07 12:13:52

["Single+space"] = 17000, ["Single-innings_cricket_match"] = 4000, ["Single_chart"] = 43000, ["Single_namespace"] = 327000, ["Single_source"] = 3100, ["Singlechart"]...

Click to read more »
Module:Sandbox/Trappist the monk/Emoji data make
Senin, 2024-03-11 06:37:27

~/annotations/americas.html the best source? What about: https://www.unicode.org/emoji/charts/full-emoji-list.html (takes a vey long time to load) – currently v15.1 ...

Click to read more »
Module:Sandbox/Aude/PopulationChart
Selasa, 2015-12-15 22:15:11

local p = {} local json = { version = 2, width = 400, height = 200, data = { { name = "table", values = {} } }, scales = { { name...

Click to read more »
Module:Sandbox/SamuelRiv/Configuration
Kamis, 2023-02-16 12:45:27

org/charts/PDF/U0900.pdf Devanagari extended A8E0–A8FF – https://unicode.org/charts/PDF/UA8E0.pdf Bengali 0980–09FF – https://unicode.org/charts/PDF/U0980...

Click to read more »
Module:Bar
Senin, 2025-08-11 23:01:06

require('Module:Lua class') require('strict') local frame = mw.getCurrentFrame() local metatable = { -- Append to array by calling it __call = function...

Click to read more »
Module:Political party/T
Senin, 2026-05-18 19:58:15

["Thai Nation Party"] = {abbrev = "", color = "#FF69B4", shortname = "Chart Thai",}, ["Thai Nation's People Volunteer Party"] = {abbrev = "TNPVP",...

Click to read more »
Module:Political party/P
Selasa, 2026-06-09 01:31:36

color = "#006738", shortname = "Palang Pracharath",}, ["Palang Thai Rak Chart Party"] = {abbrev = "", color = "#FFF300", shortname = "",}, ["Palang Thai...

Click to read more »
Module:Owidslider
Rabu, 2026-05-20 22:03:30

COUNTRIES_GALLERY_NAME = "AllCountries" local REGIONS_GALLERY_NAME = "RegionsCharts" local hasWikidataLabel, wd = pcall(require, 'Module:Wikidata label') if...

Click to read more »
Module:Citation/CS1/sandbox2
Selasa, 2023-05-09 21:35:35

[http://www.unicode.org/charts/PDF/U0000.pdf C0 Controls and Basic Latin] 0041–005A, 0061–007A [http://www.unicode.org/charts/PDF/U0080.pdf C1 Controls...

Click to read more »
Module:Sandbox/Pavouk
Kamis, 2024-11-28 19:27:48

false end end local Graph = require('Module:Graph') return Graph.chart({args = graphargs}) end local function rendergraph(frame, data, gwidth...

Click to read more »
Module:Signpost/index/2022
Jumat, 2025-07-18 13:08:33

title = "US TV, JP ex-PM, outer space, and politics of IN, US, UK top charts for July", subhead = "The world shows its messy complexity.", authors...

Click to read more »
Module:Signpost/index/2015
Senin, 2024-04-29 08:13:32

Grammy Awards (#13 on the Top 25) held on 8 February dominating the traffic chart, as music lovers checked out Sam Smith (#3) picking up four awards, Beck...

Click to read more »
Module:Weather/doc
Selasa, 2016-09-13 17:23:17

This graph was using the legacy Graph extension, which is no longer supported. It needs to be converted to the new Chart extension....

Click to read more »
Module:Transclusion count/data/W
Minggu, 2026-06-07 12:14:32

= 15000, ["WikiProject_Radio_Stations"] = 43000, ["WikiProject_Record_Charts"] = 5400, ["WikiProject_Record_Labels"] = 15000, ["WikiProject_Record_Production"]...

Click to read more »
Module:Signpost/index/2016
Jumat, 2025-07-18 13:06:09

"Summer of Pokémon, Trump, and Hillary", subhead = "Pokémon Go led the chart for two weeks running", authors = {"Milowent", "Serendipodous"}, piccy...

Click to read more »
Module:Signpost/index/2017
Senin, 2024-04-29 08:13:38

subpage = "Blog", title = "WikiIndaba 2017: A continent gathers to chart a path forward", subhead = "A report from the second WikiIndaba conference...

Click to read more »
Module:Sandbox/Ajuanca/GraphIt/doc
Rabu, 2025-05-28 20:15:25

This graph was using the legacy Graph extension, which is no longer supported. It needs to be converted to the new Chart extension....

Click to read more »
Module:Sandbox/Ita140188/chartsvg/doc
Senin, 2018-07-30 16:16:48

before (Module:Chart) after (this module)  Carrot  and  Peach  25,000 50,000 75,000 100,000 125,000 150,000 Before During After Post mortem Blah Bloh...

Click to read more »
Module:Signpost/index/2023
Selasa, 2026-03-31 12:51:59

Sullivan, Ursula K. Le Guin's incredibly talented mother, and ''Billboard'' charts. It is pitch black, you are likely to be eaten by a grue.", authors =...

Click to read more »
Module:Motd/data/2014
Kamis, 2016-05-19 04:55:21

[==[[[King Kong (1933 film)|→]] [[WP:NRSNVNA|You won't find that island on any chart.]]]==], [==[[[King Kong (1933 film)|→]] I'm here tonight to tell you [[WP:ODD|a...

Click to read more »
Module:Signpost/index/2014
Senin, 2024-04-29 08:13:30

= "Ebola: Serious news continues to dominate the most popular articles chart on Wikipedia this week, with the Ebola virus disease far and away in the...

Click to read more »
Module:Signpost/index/2012
Senin, 2024-04-29 08:13:24

title = "Bugmeister to leave at end of May, but developers keen to \"chart\" a path ahead", subhead = "", authors = {"Jarry1250"}, piccy = {credits...

Click to read more »
Module:Signpost/index/2013
Senin, 2024-04-29 08:13:26

card\" and accompanying traffic statistics comprise \"enough tables, bar charts and plots to keep you busy for a while\".", authors = {"Tony1"}, piccy...

Click to read more »
Module:Sandbox/Trappist the monk/Emoji short name data make/doc
Selasa, 2024-03-12 21:28:24

-- ⛓ ['chair'] = '1fa91', -- 🪑 ['chart_decreasing'] = '1f4c9', -- 📉 ['chart_increasing'] = '1f4c8', -- 📈 ['chart_increasing_with_yen'] = '1f4b9', --...

Click to read more »
Module:Sandbox/Nemd57
Rabu, 2014-09-03 06:02:23

d\'Arc| first=Léopold | last=Delisle| publisher=Bibliothèque de l\'Ecole des Chartes| pages=663}}</ref> <BR><BR>It should be unsurprising, then, that these...

Click to read more »
Module:Sandbox/Matthiaspaul/Citation/CS1
Rabu, 2025-05-28 21:43:36

[http://www.unicode.org/charts/PDF/U0000.pdf C0 Controls and Basic Latin] 0041–005A, 0061–007A [http://www.unicode.org/charts/PDF/U0080.pdf C1 Controls...

Click to read more »
Module:IPA symbol/doc
Jumat, 2024-08-30 04:42:32

{{subst:X-SAMPA to IPA}} Maintenance {{Needs IPA}} {{Pronunciation needed}} Charts {{IPA vowels}} {{IPA pulmonic consonants}} {{IPA non-pulmonic consonants}}...

Click to read more »
Module:Sandbox/SamuelRiv
Senin, 2022-10-24 04:17:21

[http://www.unicode.org/charts/PDF/U0000.pdf C0 Controls and Basic Latin] 0041–005A, 0061–007A [http://www.unicode.org/charts/PDF/U0080.pdf C1 Controls...

Click to read more »
Module:Sandbox/MJL/citation
Senin, 2022-10-24 04:17:31

[http://www.unicode.org/charts/PDF/U0000.pdf C0 Controls and Basic Latin] 0041–005A, 0061–007A [http://www.unicode.org/charts/PDF/U0080.pdf C1 Controls...

Click to read more »
Module:COVID-19 pandemic/sandbox
Senin, 2026-03-23 22:51:49

pandemic data/Armenia medical cases chart|Armenia]] **[[Template:COVID-19 pandemic data/Republic of Artsakh medical cases chart|Artsakh]] *China **[[Template:COVID-19...

Click to read more »
Module:COVID-19 pandemic
Senin, 2026-03-23 20:11:31

pandemic data/Armenia medical cases chart|Armenia]] **[[Template:COVID-19 pandemic data/Republic of Artsakh medical cases chart|Artsakh]] *China **[[Template:COVID-19...

Click to read more »
Module:Weather/sandbox/doc
Kamis, 2018-07-26 01:02:28

This graph was using the legacy Graph extension, which is no longer supported. It needs to be converted to the new Chart extension....

Click to read more »
Module:Unicode convert/doc
Selasa, 2021-05-25 19:05:29

see MOS:PUA {{Cite Unicode}} to cite the standard in general, a version of it, or a chapter of a version Unicode blocks Unicode charts Unicode templates...

Click to read more »
Module:Sandbox/Ahecht/sandbox2/doc
Senin, 2023-12-25 00:23:27

cases chart Finland France cases chart Germany cases chart Greece Hungary Iceland cases chart Ireland cases chart Italy cases chart statistics charts vaccinations...

Click to read more »
Module:Sandbox/trappist the monk/layurl/data
Kamis, 2022-01-27 22:05:19

true, ["Allegheny University of the Health Sciences"] = true, ["Allele chart"] = true, ["Allelic heterogeneity"] = true, ["Allen Brain Atlas"] = true...

Click to read more »
Module:Signpost/index/2017/doc
Minggu, 2024-04-28 03:56:27

Funcrunch 770 2387 2017-02-27 Blog WikiIndaba 2017: A continent gathers to chart a path forward Bobby Shabangu 708 7856 2017-02-27 Featured content The dominance...

Click to read more »
Module:Sandbox/Aidan9382/DiscussionOverview/doc
Jumat, 2022-12-16 02:57:02

5 hours ago Aidan9382 778 2: JPxG, Aidan9382 0: Template:CFB Team Depth Chart 21482.2 hours ago ActivelyDisinterested 21470.2 hours ago ActivelyDisinterested...

Click to read more »
Module:Political party/C/doc
Minggu, 2022-11-27 06:05:13

#4545B5 CpCh Failed Failed Failed Chart Pattana Party #fe980d AAA Failed AAA Chart Pattana Party (2007) #F69520 Chart Pattana AAA Failed AA Charter Party...

Click to read more »
Module:Sandbox/Psiĥedelisto/Citation
Rabu, 2025-05-28 21:44:54

[http://www.unicode.org/charts/PDF/U0000.pdf C0 Controls and Basic Latin] 0041–005A, 0061–007A [http://www.unicode.org/charts/PDF/U0080.pdf C1 Controls...

Click to read more »
Module:Sandbox/trappist the monk/CS1
Senin, 2022-10-24 04:17:05

[http://www.unicode.org/charts/PDF/U0000.pdf C0 Controls and Basic Latin] 0041–005A, 0061–007A [http://www.unicode.org/charts/PDF/U0080.pdf C1 Controls...

Click to read more »
Module:Sandbox/Izno/Citation/CS1
Senin, 2022-10-24 04:16:44

[http://www.unicode.org/charts/PDF/U0000.pdf C0 Controls and Basic Latin] 0041–005A, 0061–007A [http://www.unicode.org/charts/PDF/U0080.pdf C1 Controls...

Click to read more »
Module:Signpost/index/2022/doc
Minggu, 2024-04-28 03:56:22

Traffic report US TV, JP ex-PM, outer space, and politics of IN, US, UK top charts for July Igordebraga 378 777 2022-08-31 Discussion report Boarding the Trustees...

Click to read more »
Module:Sandbox/Trappist the monk/Emoji data make/doc
Minggu, 2024-03-10 06:52:53

-- ⛓ ['chair'] = '1fa91', -- 🪑 ['chart_decreasing'] = '1f4c9', -- 📉 ['chart_increasing'] = '1f4c8', -- 📈 ['chart_increasing_with_yen'] = '1f4b9', --...

Click to read more »
Module:Political party/T/doc
Rabu, 2023-12-27 23:03:21

Motherland Party #90ee90 Thai Motherland AAA AA AAA Thai Nation Party #FF69B4 Chart Thai AAA Failed AA Thai Nation Power Party #037041 Thai Nation Power Failed...

Click to read more »
Module:Sandbox/MJL/CS1
Senin, 2022-10-24 04:16:54

[http://www.unicode.org/charts/PDF/U0000.pdf C0 Controls and Basic Latin] 0041–005A, 0061–007A [http://www.unicode.org/charts/PDF/U0080.pdf C1 Controls...

Click to read more »
Module:Signpost/index/2012/doc
Minggu, 2024-04-28 03:56:33

Technology report Bugmeister to leave at end of May, but developers keen to "chart" a path ahead Jarry1250 ${views7} ${views180} 2012-03-19 WikiProject report...

Click to read more »
Module:Political party/R/doc
Rabu, 2023-12-27 23:03:18

Failed Failed Failed Royalist #66023C Failed Failed Failed Ruam Jai Thai Chart Pattana Party #FFEF00 RJTCPN AAA AAA AAA Ruam Jai Thai Party #eb1b28 RJT...

Click to read more »
Module:Political party/P/doc
Rabu, 2023-12-27 23:03:16

Pracharath Party #006738 Palang Pracharath Failed Failed Failed Palang Thai Rak Chart Party #FFF300 AAA AAA AAA Palang Thai Rak Thai Party #4061A6 Palang Thai Rak Thai...

Click to read more »
Module:Sandbox/EF5
Jumat, 2025-01-31 23:18:43

[http://www.unicode.org/charts/PDF/U0000.pdf C0 Controls and Basic Latin] 0041–005A, 0061–007A [http://www.unicode.org/charts/PDF/U0080.pdf C1 Controls...

Click to read more »
Module:Sandbox/Awesome Aasim/CS1 LDoc Test
Kamis, 2025-03-13 00:56:57

[http://www.unicode.org/charts/PDF/U0000.pdf C0 Controls and Basic Latin] 0041–005A, 0061–007A -- [http://www.unicode.org/charts/PDF/U0080.pdf C1 Controls...

Click to read more »
Module:Signpost/index/2025
Sabtu, 2026-05-30 13:33:24

page for other India court row on ANI — code-heads give fix-up date for Charts in lieu of long-dead Graph gizmo", subhead = "And comment is requested...

Click to read more »
Module:Signpost/index/2025/doc
Rabu, 2025-01-22 04:54:56

page for other India court row on ANI — code-heads give fix-up date for Charts in lieu of long-dead Graph gizmo Bri 751 2274 2025-05-14 Obituary Max Lum...

Click to read more »