Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
4,120
edits
>Tomoneill (update) |
(Created page with "--[[ 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. {{#invoke:Coordinates | link }...") |
||
Line 156: | Line 156: | ||
return mw.getCurrentFrame():extensionTag{ | return mw.getCurrentFrame():extensionTag{ | ||
name = 'templatestyles', args = { src = stylesheetLink } | name = 'templatestyles', args = { src = stylesheetLink } | ||
} .. '<span class="plainlinks nourlexpansion | } .. '<span class="plainlinks nourlexpansion">[' .. coord_link .. uriComponents .. | ||
' ' .. inner .. ']</span>' | ' ' .. inner .. ']</span>' .. '[[Category:Pages using gadget WikiMiniAtlas]]' | ||
end | end | ||