Module:Leftright: Difference between revisions
admin>Admin صفحهای تازه حاوی «-- 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...» ایجاد کرد |
m ۱ نسخه واردشده |
(No difference)
| |