Changes

Pywikibot 6.4.0
{{Lua|Module:No globals}}

This is a crude tool that reads a local copy of a iso-639-3_Name_Index_YYYYMMDD.tab file from [http://www-01.sil.org/iso639-3/download.asp sil.org] and extracts the information necessary to create the data table held by
[[Module:Language/data/ISO_639-3]]

== Usage ==
To use this tool:
#open a blank sandbox page and paste this <code><nowiki>{{#invoke:}}</nowiki></code> into it at the top line:
#:<code><nowiki>{{#invoke:Language/data/ISO 639-3/make|ISO_639_3_extract|file-date=YYYYMMDD}}</nowiki></code>
#::where YYYYMMDD is year, month, day from the .tab filename (used to place a file-date comment in Module:Language/data/ISO_639-3)
#go to and download the Complete Code Tables Set UTF-8 version zip file
#unzip the iso-639-3_Name_Index_YYYYMMDD.tab and open the file with a plain-text editor
#copy the data from the editor and paste it into the sandbox page below the <code><nowiki>{{#invoke:}}</nowiki></code>
#click Show preview
#wait
#get result

There is some crude error checking that will insert an error message in the output. No guarantees that such messaging will be helpful. Search for the word 'error' in the tool's output.

<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Language-related modules]]
}}</includeonly>