モジュール:IsMobile
このモジュールについての説明文ページを モジュール:IsMobile/doc に作成できます
function p.isMobile(frame) if not frame or not frame.getSkin then return "" end local skin = frame:getSkin() if skin == "minerva" then return "1" else return "" end end
このモジュールについての説明文ページを モジュール:IsMobile/doc に作成できます
function p.isMobile(frame) if not frame or not frame.getSkin then return "" end local skin = frame:getSkin() if skin == "minerva" then return "1" else return "" end end