Content deleted Content added
mNo edit summary |
Paisley Park (talk | contribs) No edit summary |
||
Line 22:
if type == "J" then
if hover and hover ~= '' and hovertext ~= '' then
return string.format('span class="popup nihongo-japanese" lang="ja" style="font-family:Meiryo;" data-content="%s"', escapeQuotes(hovertext))
else
return 'lang="ja" style="font-family:Meiryo; display:inline;" class="nihongo-japanese"'
|