Просмотр кода страницы Модуль:Coordinates
Вы не можете редактировать эту версию, поскольку модель её содержания — wikitext
, отличающаяся от текущей модели содержания страницы — Scribunto
.
Вы можете просмотреть и скопировать исходный код этой страницы.
--[[
This module is intended to replace the functionality of {{Coord}} and related
templates. It provides several methods, including
{{#Invoke:Coordinates | coord }} : General function formatting and displaying
coordinate values.
{{#Invoke:Coordinates | dec2dms }} : Simple function for converting decimal
degree values to DMS format.
{{#Invoke:Coordinates | dms2dec }} : Simple function for converting DMS format
to decimal degree format.
]]
math_mod = require( "Module:Math" );
globalFrame = nil
coordinates = {};
--[[ Helper function, replacement for {{coord/display/title}} ]]
function displaytitle (s, notes)
000
1:0
Шаблон, используемый на этой странице:
Возврат к странице Модуль:Coordinates.