Module:Template test case/data
- Afrikaans
- العربية
- Azərbaycanca
- تۆرکجه
- Basa Bali
- Bikol Central
- বাংলা
- Corsu
- Cymraeg
- Dansk
- English
- فارسی
- Gaeilge
- ગુજરાતી
- हिन्दी
- Hrvatski
- Bahasa Indonesia
- Ilokano
- Íslenska
- 日本語
- ಕನ್ನಡ
- 한국어
- Kurdî
- Luganda
- Ladin
- Lietuvių
- Latviešu
- मैथिली
- Мокшень
- Македонски
- മലയാളം
- Монгол
- मराठी
- Bahasa Melayu
- မြန်မာဘာသာ
- नेपाली
- Norsk bokmål
- ଓଡ଼ିଆ
- ਪੰਜਾਬੀ
- Pangasinan
- Papiamentu
- Polski
- Português
- Русский
- سنڌي
- တႆး
- සිංහල
- Simple English
- Slovenščina
- Shqip
- Српски / srpski
- Svenska
- தமிழ்
- ไทย
- Tagalog
- Türkçe
- Українська
- Tiếng Việt
- 粵語
- 中文
Appearance
From Meta, a Wikimedia project coordination wiki
Usage
[edit ]This module processes configuration data for use in Module:Template test case. It is loaded from the main module with mw.loadData.
The above documentation is transcluded from Module:Template test case/data/doc. (edit | history)
Editors can experiment in this module’s sandbox (create | mirror) and testcases (create) pages.
Please add categories to the /doc subpage. Subpages of this module.
Editors can experiment in this module’s sandbox (create | mirror) and testcases (create) pages.
Please add categories to the /doc subpage. Subpages of this module.
-- This module processes configuration data for use in -- [[Module:Template test case]]. It is loaded from the main module with -- mw.loadData. localcfg=require('Module:Template test case/config') localfunctionescapePattern(s) s=s:gsub('%p','%%%0') returns end -- Escape config items that need to be used as patterns. Doing it here is more -- efficient, as mw.loadData saves them from having to be computed for every -- test case on a page. cfg.templateNameMagicWordPattern=escapePattern(cfg.templateNameMagicWord) cfg.sandboxSubpagePattern='/'..escapePattern(cfg.sandboxSubpage)..'$' returncfg