◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

“Widget:Equipquery”的版本间的差异

来自少前百科GFwiki
跳转至: 导航搜索
(相对地址)
第601行: 第601行:
 
     }
 
     }
  
     dollstr = "<a href=\"http://www.gfwiki.org/w/" + thisDoll.getAttribute('data-equip-dollname1') + "\">"
+
     dollstr = "<a href=\"../w/" + thisDoll.getAttribute('data-equip-dollname1') + "\">"
 
     dollstr += "<span style=\"color:" + fontColor + "; text-shadow: 0px 0px 3px " + shadowColor + "; display:inline-block;\"><small><sup>"
 
     dollstr += "<span style=\"color:" + fontColor + "; text-shadow: 0px 0px 3px " + shadowColor + "; display:inline-block;\"><small><sup>"
 
     dollstr += thisDoll.getAttribute('data-equip-dolltype') + "<\/sup><\/small>&nbsp;" + thisDoll.getAttribute('data-equip-dollname1') + "<\/span><\/a>"
 
     dollstr += thisDoll.getAttribute('data-equip-dolltype') + "<\/sup><\/small>&nbsp;" + thisDoll.getAttribute('data-equip-dollname1') + "<\/span><\/a>"
第616行: 第616行:
 
             default: break;
 
             default: break;
 
         }
 
         }
         dollstr += "<br><a href=\"http://www.gfwiki.org/w/" + thisDoll.getAttribute('data-equip-dollname2') + "\">"
+
         dollstr += "<br><a href=\"../w/" + thisDoll.getAttribute('data-equip-dollname2') + "\">"
 
         dollstr += "<span style=\"color:" + fontColor2 + "; text-shadow: 0px 0px 3px " + shadowColor2 + "; display:inline-block;\"><small><sup>"
 
         dollstr += "<span style=\"color:" + fontColor2 + "; text-shadow: 0px 0px 3px " + shadowColor2 + "; display:inline-block;\"><small><sup>"
 
         dollstr += thisDoll.getAttribute('data-equip-dolltype') + "<\/sup><\/small>&nbsp;" + thisDoll.getAttribute('data-equip-dollname2') + "<\/span><\/a>"
 
         dollstr += thisDoll.getAttribute('data-equip-dolltype') + "<\/sup><\/small>&nbsp;" + thisDoll.getAttribute('data-equip-dollname2') + "<\/span><\/a>"
第622行: 第622行:
  
 
     if (equipElement[equipTarget[i]].getAttribute('data-equip-dollname3') != false) {
 
     if (equipElement[equipTarget[i]].getAttribute('data-equip-dollname3') != false) {
         dollstr += "<br><a href=\"http://www.gfwiki.org/w/" + thisDoll.getAttribute('data-equip-dollname3') + "\">"
+
         dollstr += "<br><a href=\"../w/" + thisDoll.getAttribute('data-equip-dollname3') + "\">"
 
         dollstr += "<span style=\"color:" + fontColor + "; text-shadow: 0px 0px 3px " + shadowColor + "; display:inline-block;\"><small><sup>"
 
         dollstr += "<span style=\"color:" + fontColor + "; text-shadow: 0px 0px 3px " + shadowColor + "; display:inline-block;\"><small><sup>"
 
         dollstr += thisDoll.getAttribute('data-equip-dolltype') + "<\/sup><\/small>&nbsp;" + thisDoll.getAttribute('data-equip-dollname3') + "<\/span><\/a>"
 
         dollstr += thisDoll.getAttribute('data-equip-dolltype') + "<\/sup><\/small>&nbsp;" + thisDoll.getAttribute('data-equip-dollname3') + "<\/span><\/a>"

2021年10月29日 (五) 01:04的版本