User:EoD/Sandbox
< User:EoD
Welcome to my great Sandbox!
New Coords template
- default
- different name but same picture
- missing file: That file is intentionally missing!
- special character '
- The Dunland test
- Bag End [29.4S, 71.3W]
- With The in Shire
- Space in the map name
- Random Map Test [Etten Caves]
- A map which just follows the template map-name guidelines by chance
Template:Tooltip
See what Template:Item Tooltip can do!
and see what it can't
All bugs have been resolved so far.
Tests
Reshaped Lore-master's Book of the First Age Recipe
Some ideas
External links
External Tooltip Howto
WIP
In order to make external tooltips available on your homepage, you need to
- include "https://lotro-wiki.com/index.php?title=MediaWiki:Lord_of_the_tooltips.js&action=raw&ctype=text/javascript" in the header of your html page you want to have tooltips in
- for example:
<script type="text/javascript" src="https://lotro-wiki.com/index.php?title=MediaWiki:Lord_of_the_tooltips.js&action=raw&ctype=text/javascript">
- find an admin of this wiki to whitelist your domain at MediaWiki:Postmessage.js
- this is done by replacing the line "
if (e.origin == 'https://example.org' || e.origin == 'https://testwiki.skunark.net') {
" - with: "
if (e.origin == 'https://example.org' || e.origin == 'https://testwiki.skunark.net
|| e.origin == 'https://my.new.domain.com
' ) {
"
If both conditions are met, you can add tooltips by adding one of the following lines to your homepage: Testwiki