پودمان:Leftright: تفاوت میان نسخهها
Template>Jeeputer افزودن ltr و rtl |
صفحهای تازه حاوی «-- fork of "Module:Yesno" -- Implements {{چپراست}} -- Converts local or abbreviated forms of "left", "right" and "center" -- to a value usable for HTML attributes such as "align" or "float" require( 'strict' ) local p = {} function p.leftRight(input, default) local out input = type(input) == 'string' and mw.ustring.lower(input) or input if input == nil then out = nil elseif input == 'راست' or input == 'ر' or...» ایجاد کرد |
(بدون تفاوت)
|