„Module:Ordinal“ versijų istorija

Pereiti į navigaciją Jump to search

Skirtumai tarp versijų: pažymėkite lyginamas versijas ir spustelkite Enter klavišą arba mygtuką apačioje.
Žymėjimai: (dab) = palyginimas su naujausia versija, (pask) = palyginimas su prieš tai buvusia versija, S = smulkus keitimas.

11 balandžio 2025

  • dabpask 14:5514:55, 11 balandžio 2025M0dii aptarimas indėlis 1 371 baitas +1 371 Naujas puslapis: local p = {} local lang = mw.getContentLanguage() local hc = require('Module:Paramtest').has_content p._ordinals = { [0] = 'th', 'st', 'nd', 'rd', 'th', 'th', --5 'th', 'th', 'th', 'th', 'th', --10 -- special exceptions 'th', --11th 'th', --12th 'th', --13th } p._text = { [0] = 'zeroth', 'first', 'second', 'third', 'fourth', 'fifth', 'sixth', 'seventh', 'eighth', 'ninth', 'tenth', 'eleventh', 'twelfth', 'thirteenth', 'fourteenth', 'fifteen...