← Previous revision | Revision as of 13:19, 12 November 2021 | ||
Line 42: | Line 42: | ||
local function xpYesPlain(sYesValue)
|
local function xpYesPlain(sYesValue)
|
||
local plain = require(‘Module:Plain text’)
|
local plain = require(‘Module:Plain text’)
|
||
if sYesValue == nil or sYesValue == ” then return ” end
|
|||
sYesValue = mw.text.killMarkers(sYesValue)
|
sYesValue = mw.text.killMarkers(sYesValue)
|
もっと詳しく