「モジュール:Coordinates」の版間の差分

en:Module:Coordinates 2013年3月29日 (金) 21:15 (UTC) より修正、および見た目の修正
template>Fryed-peach
編集の要約なし
template>Fryed-peach
(en:Module:Coordinates 2013年3月29日 (金) 21:15 (UTC) より修正、および見た目の修正)
187行目: 187行目:
      
      
     local geodechtml = '<span class="geo-dec" title="この位置の地図や航空写真などにリンクするページを表示します">'
     local geodechtml = '<span class="geo-dec" title="この位置の地図や航空写真などにリンクするページを表示します">'
             .. geodeclat .. ' '
             .. '<span class="nowrap">' .. geodeclat .. '</span> '
             .. geodeclong
             .. '<span class="nowrap">' .. geodeclong .. '</span>'
             .. '</span>'
             .. '</span>'


570行目: 570行目:
      
      
     local text = ''
     local text = ''
     if string.find( Display, 'inline' ) ~= nil or Display == 't' or  
     if string.find( Display, 'inline' ) ~= nil or Display == 'i' or  
             Display == 'it' or Display == 'ti' then
             Display == 'it' or Display == 'ti' then
         text = displayinline(contents, Notes)
         text = displayinline(contents, Notes)
     end
     end
     if string.find( Display, 'title' ) ~= nil or Display == 'i' or  
     if string.find( Display, 'title' ) ~= nil or Display == 't' or  
             Display == 'it' or Display == 'ti' then
             Display == 'it' or Display == 'ti' then
         text = text .. displaytitle(contents, Notes)
         text = text .. displaytitle(contents, Notes)
匿名利用者