View source for Module:Language/data/ISO 639-3 (dep)/make
MyWikiBiz, Author Your Legacy — Sunday July 13, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
require('Module:No globals');
local p = {};
--[=[------------------------< I S O _ 6 3 9 _ 3 _ E X T R A C T >---------------------------------------------
{{#invoke:Language/data/ISO 639-3/make|ISO_639_3_extract|file-date=20170217}}
Reads a local copy of iso-639-3_Retirements_YYYYMMDD.tab where (YYYYMMDD is the release date). Download that file
in zip form from http://www-01.sil.org/iso639-3/download.asp (use the UTF-8 zip)
useful lines in the file have the form:
<id>\t<Ref_Name>\t<Ret_Reason>\t<Change_To>\t<Ret_Remedy>\t<Effective>
where:
<id> is the three-character ISO 639-3 language code
<Ref_Name> is the language 'name'
all other parts ignored
like this:
fri Western Frisian C fry 2007-02-01
]=]
000
1:0
Template used on this page:
Return to Module:Language/data/ISO 639-3 (dep)/make.