Reputation: 2870
I downloaded the file frwiktionary-20210401-pages-articles-multistream.xml.bz2
from here. It's mentioned that this file contains
Articles, templates, media/file descriptions, and primary meta-pages, in multiple bz2 streams, 100 pages per stream.
What is the template mentioned here? Is it the template to convert wikitext to html?
I tried opening the file with UltraEdit and got, for example,
and
I could not see any template in this file.
Could you please elaborate on these 2 issues?
Upvotes: 0
Views: 298
Reputation: 614
"Template" in this sense refers to MediaWiki templates. Pages in the Template namespace can be transcluded into other pages using double curly brackets, like {{foobar}}
.
In the last screenshot in the question, es-phrase
, lb
, cot
and uxi
are templates.
Upvotes: 2