Jump to content

Module:Citation/CS1/Configuration and Module:Citation/CS1/Configuration/sandbox: Difference between pages

(Difference between pages)
Content deleted Content added
No edit summary
 
No edit summary
 
Line 1: Line 1:
--[[
History of changes since last sync: 2024-08-17

2024-09-11: update emoji zwj table to v16.0; nothing changed except version and date;
2024-09-17: +script lang code 'az';

]]

local lang_obj = mw.language.getContentLanguage(); -- make a language object for the local language; used here for languages and dates
local lang_obj = mw.language.getContentLanguage(); -- make a language object for the local language; used here for languages and dates


Line 1,062: Line 1,070:


-- list of emoji that use a zwj character (U+200D) to combine with another emoji
-- list of emoji that use a zwj character (U+200D) to combine with another emoji
-- from: https://unicode.org/Public/emoji/15.1/emoji-zwj-sequences.txt; version: 15.1; 2023-06-05
-- from: https://unicode.org/Public/emoji/./emoji-zwj-sequences.txt; version: .; --
-- table created by: [[:en:Module:Make emoji zwj table]]
-- table created by: [[:en:Module:Make emoji zwj table]]
local emoji_t = { -- indexes are decimal forms of the hex values in U+xxxx
local emoji_t = { -- indexes are decimal forms of the hex values in U+xxxx
Line 1,164: Line 1,172:


local script_lang_codes = {
local script_lang_codes = {
'ab', 'am', 'ar', 'be', 'bg', 'bn', 'bo', 'bs', 'ce', 'dv', 'dz', 'el', 'fa', 'grc',
'ab', 'am', 'ar', 'be', 'bg', 'bn', 'bo', 'bs', 'ce', 'dv', 'dz', 'el', 'fa', 'grc',
'gu', 'he', 'hi', 'hy', 'ja', 'ka', 'kk', 'km', 'kn', 'ko', 'ku', 'ky', 'lo', 'mk', 'ml',
'gu', 'he', 'hi', 'hy', 'ja', 'ka', 'kk', 'km', 'kn', 'ko', 'ku', 'ky', 'lo', 'mk', 'ml',
'mn', 'mni', 'mr', 'my', 'ne', 'or', 'ota', 'pa', 'ps', 'ru', 'sd', 'si', 'sr', 'syc',
'mn', 'mni', 'mr', 'my', 'ne', 'or', 'ota', 'pa', 'ps', 'ru', 'sd', 'si', 'sr', 'syc',