「モジュール:Location map」の版間の差分
ナビゲーションに移動
検索に移動
修正
template>K-iczn (z-index追加) |
template>K-iczn (修正) |
||
148行目: | 148行目: | ||
retval = retval .. '[[File:' .. image .. '|' .. width .. 'px|' .. (args.alt or ((args.label or mw.title.getCurrentTitle().text) .. ' is located in ' .. map('name'))) .. ']]' | retval = retval .. '[[File:' .. image .. '|' .. width .. 'px|' .. (args.alt or ((args.label or mw.title.getCurrentTitle().text) .. ' is located in ' .. map('name'))) .. ']]' | ||
if args.overlay_image then | if args.overlay_image then | ||
return retval .. '<div style="position:absolute | return retval .. '<div style="position:absolute;top:0;left:0">[[File:' .. args.overlay_image .. '|' .. width .. 'px|link=File:' .. image .. ']]</div>' | ||
else | else | ||
return retval | return retval | ||
189行目: | 189行目: | ||
local function markOuterDiv(x, y, content) | local function markOuterDiv(x, y, content) | ||
return '<div style="position:absolute;top:' .. y .. '%;left:' .. x .. '%;height:0;width:0;margin:0;padding:0">' .. content .. '</div>' | return '<div style="position:absolute;z-index:1;top:' .. y .. '%;left:' .. x .. '%;height:0;width:0;margin:0;padding:0">' .. content .. '</div>' | ||
end | end | ||