[go: up one dir, main page]

Пређи на садржај

Модул:string/encode entities — историја измена

Избор разлика: означите радио-дугме верзија за упоређивање и притисните enter или дугме на дну.
Објашњење: (трен) = разлика с тренутном верзијом, (разл) = разлика с претходном верзијом, м = мања измена.

27. јул 2024.

1. јул 2024.

  • тренразл 11:1911:19, 1. јул 2024. Asinis632 разговор доприноси 847 бајтова +847 Нова страница: local m_str_utils = require("Module:string utilities") local codepoint = m_str_utils.codepoint local decode_entities = m_str_utils.decode_entities local find = string.find local format = string.format local gsub = string.gsub local match = string.match local pattern_escape = m_str_utils.pattern_escape local function encode_entity(ch) return "&#x" .. format("%X", codepoint(ch)) .. ";" end return function(text, charset, raw) if not raw then text = decode_enti…