Modul:Coordinates: Ferqê çımraviyarnayışan

Content deleted Content added
m Vırnayışê hesabê 394167 ke terefê Ghybu ra peyser gêriyao
Etiket: Peyser gırotış
corr.
Line 28:
local function displaytitle(s, notes)
local l = "Koordinati: " .. s
local co = '<span id="coordinates">'local ..co l .. notes= mw.html.create( '</span>'; )
:attr{ id = 'coordinates' }
return '<span style="font-size: small;">' .. co .. '</span>';
:css( 'font-size', '11px' )
:css( 'text-indent', '0' )
:css( 'text-transform', 'none' )
:css( 'white-space', 'nowrap' )
:wikitext(s .. notes)
local frame = mw.getCurrentFrame()
return frame:extensionTag( 'indicator', tostring(co), { name = 'coordinates' } );
end