|
|
| (15 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) |
| Linha 1: |
Linha 1: |
| $(function () {
| | document.addEventListener("DOMContentLoaded", function () { |
| $('body').prepend( | | if (mw.config.get('wgPageName') === "Special:UserLogin") { |
| '<div id="bar" style="display: block; max-width:100%; padding: 10px 0;">
| | window.location.href = "https://letrasmais.net.br/index.php?letras=login"; |
| | | } |
| <a href="https://letrasmais.net.br" title="Letras+" target="_parent">Letras+</a> |
| |
| <a href="https://letrasmais.net.br/letrodromo" title="Plataforma de jogos de Letras" target="_parent">Letródromo</a> |
| |
| <a href="https://letrasmais.net.br/letropedia" title="A enciclopédia de Letras" target="_parent">Letropédia</a> |
| |
| <a href="https://letrasmais.net.br/palco" title="Plataforma de Aprendizagem em Letras, Comunicação e Oralidade" target="_parent">PALCO</a> |
| |
| <a href="https://universidade.df.gov.br/" title="UnDF" target="_parent">UnDF</a>
| |
| </div>'
| |
| ); | |
| }); | | }); |
document.addEventListener("DOMContentLoaded", function () {
if (mw.config.get('wgPageName') === "Special:UserLogin") {
window.location.href = "https://letrasmais.net.br/index.php?letras=login";
}
});