Module:Unstrip
- العربية
- Авар
- বাংলা
- 閩南語 / Bân-lâm-gí
- भोजपुरी
- Bikol Central
- فارسی
- Gaelg
- ગુજરાતી
- 客家語 / Hak-kâ-ngî
- 한국어
- Igbo
- Ilokano
- Bahasa Indonesia
- Ikinyarwanda
- Kurdî
- Latina
- Lietuvių
- Македонски
- മലയാളം
- Māori
- Bahasa Melayu
- 閩東語 / Mìng-dĕ̤ng-ngṳ̄
- Монгол
- नेपाली
- 日本語
- Português
- Scots
- සිංහල
- Simple English
- سنڌي
- Slovenščina
- Српски / srpski
- Tagalog
- தமிழ்
- ไทย
- Türkçe
- Українська
- Vahcuengh
- Tiếng Việt
- 文言
- 吴语
- 粵語
- 中文
- ꠍꠤꠟꠐꠤ
- ᥖᥭᥰ ᥖᥬᥲ ᥑᥨᥒᥰ
Appearance
From Wikipedia, the free encyclopedia
Implements {{Unstrip }}, {{UnstripNoWiki }}, and {{KillMarkers }}
- mw:Extension:Scribunto/Lua reference manual#mw.text.unstrip
- mw:Extension:Scribunto/Lua reference manual#mw.text.unstripNoWiki
- mw:Extension:Scribunto/Lua reference manual#mw.text.killMarkers
See also
The above documentation is transcluded from Module:Unstrip/doc. (edit | history)
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Subpages of this module.
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Subpages of this module.
-- This module provides a frontend to the mw.text.unstrip, unstripNoWiki and killMarkers functions localp={} functionp.unstrip(frame) returnmw.text.unstrip(frame.args[1]) end functionp.unstripNoWiki(frame) returnmw.text.unstripNoWiki(frame.args[1]) end functionp.killMarkers(frame) returnmw.text.killMarkers(frame.args[1]) end returnp