my suggestion for the wiki: add favicons to replace the default external link icon when linking to sites within the melonland project. here's some css that should do the trick!
.dokuwiki a[href^="https://melonland"] {
background-image: url("https://melonland.net/images/favicon/favicon.ico");
}
.dokuwiki a[href^="https://forum.melonland"] {
background-image: url("https://forum.melonland.net/favicon.ico");
}
.dokuwiki a[href^="https://everyone.melonland"] {
background-image: url("https://everyone.melonland.net/favicon.ico");
}
.dokuwiki a[href^="https://pad.melonland"] {
background-image: url("https://pad.melonland.net/favicon.ico");
}
.dokuwiki a[href^="https://letters.melonland"] {
background-image: url("https://letters.melonland.net/images/favicon.ico");
}
.dokuwiki a[href^="https://melonking"] {
background-image: url("https://melonking.net/favicon.ico");
}
.dokuwiki a[href^="https://thoughts.melonking"] {
background-image: url("https://thoughts.melonking.net/favicon.ico");
}
edit: added thoughts.melonking (maybe that's all of them?)