<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.11/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.11/ http://www.mediawiki.org/xml/export-0.11.xsd" version="0.11" xml:lang="pt-BR">
  <siteinfo>
    <sitename>Nostalgic Rag | Wiki</sitename>
    <dbname>nostalgic-wiki</dbname>
    <base>https://wiki.nostalgicrag.com/P%C3%A1gina_principal</base>
    <generator>MediaWiki 1.43.0</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Mídia</namespace>
      <namespace key="-1" case="first-letter">Especial</namespace>
      <namespace key="0" case="first-letter" />
      <namespace key="1" case="first-letter">Discussão</namespace>
      <namespace key="2" case="first-letter">Usuário</namespace>
      <namespace key="3" case="first-letter">Usuário Discussão</namespace>
      <namespace key="4" case="first-letter">NostalgicRagWiki</namespace>
      <namespace key="5" case="first-letter">NostalgicRagWiki Discussão</namespace>
      <namespace key="6" case="first-letter">Arquivo</namespace>
      <namespace key="7" case="first-letter">Arquivo Discussão</namespace>
      <namespace key="8" case="first-letter">MediaWiki</namespace>
      <namespace key="9" case="first-letter">MediaWiki Discussão</namespace>
      <namespace key="10" case="first-letter">Predefinição</namespace>
      <namespace key="11" case="first-letter">Predefinição Discussão</namespace>
      <namespace key="12" case="first-letter">Ajuda</namespace>
      <namespace key="13" case="first-letter">Ajuda Discussão</namespace>
      <namespace key="14" case="first-letter">Categoria</namespace>
      <namespace key="15" case="first-letter">Categoria Discussão</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>Página principal</title>
    <ns>0</ns>
    <id>1</id>
    <revision>
      <id>2773</id>
      <parentid>2772</parentid>
      <timestamp>2025-07-08T21:05:37Z</timestamp>
      <contributor>
        <username>Snails</username>
        <id>5</id>
      </contributor>
      <origin>2773</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="14770" sha1="7vmty672tg07w8rurfd6knwojiqcqv4" xml:space="preserve">&lt;html&gt;
&lt;head&gt;
&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
&lt;style&gt;
.nostalgic-menu-container {
    width: 100%;
    max-width: 1600px;
    margin: 20px auto;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.nostalgic-menu-header {
    background-color: #1A2C60;
    height: 10px;
    border-bottom: 2px solid #FFD700;
}
.nostalgic-menu-content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
}
.nostalgic-menu-column {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
    min-width: 300px;
    flex-basis: 25%;
}
.nostalgic-menu-column h2 {
    background-color: #1A2C60;
    color: #FFD700;
    padding: 8px;
    margin: 0 0 10px 0;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #FFD700;
}
.nostalgic-menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
    column-gap: 10px;
}
.nostalgic-menu-column li {
    margin-bottom: 5px;
    break-inside: avoid;
}
.nostalgic-menu-column li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 5px;
    padding-left: 15%;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.nostalgic-menu-column li a:hover {
    background-color: #f0f0f0;
    transform: translateX(5px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.info-server-link {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #333 !important;
    padding: 6px 6px 6px 30px;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.info-server-link:hover {
    background-color: #f0f0f0;
    transform: translateX(5px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-decoration: none !important;
}
@media (max-width: 1200px) {
    .nostalgic-menu-column {
        flex-basis: 50%;
        min-width: 50%;
    }
}
@media (max-width: 768px) {
    .nostalgic-menu-column ul {
        column-count: 1;
    }
    .nostalgic-menu-content {
        flex-direction: column;
    }
    .nostalgic-menu-column {
        min-width: 100%;
        flex-basis: 100%;
    }
    .links {
        flex-direction: column;
        align-items: center;
    }
    img[src*="logo.svg"] {
        width: 90%;
        max-width: 550px;
    }
    .nostalgic-menu-column li a {
        padding-left: 5%;
    }
}
@media (max-width: 480px) {
    .nostalgic-menu-column h2 {
        font-size: 16px;
    }
    .nostalgic-menu-column li a {
        font-size: 14px;
    }
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;center&gt;&lt;span style="font-size: 25px; font-weight: bold;"&gt; Bem Vindo ao &lt;/span&gt;&lt;/center&gt;
&lt;img src="https://wiki.nostalgicrag.com/resources/assets/logo.svg" style="width: 450px; display: block; margin: 0 auto;"&gt;

&lt;div class="links" style="display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;"&gt;
&lt;div style="display: inline-block; transition: transform 0.3s ease; transform-origin: center; margin: 10px;" onmouseover="this.style.transform='scale(1.05)'" onmouseout="this.style.transform='scale(1)'"&gt;&lt;/html&gt;[[Arquivo:DiscordInicial2.png|350px|link=https://discord.gg/quSUpWxk7V]]&lt;html&gt;&lt;/div&gt;
&lt;div style="display: inline-block; transition: transform 0.3s ease; transform-origin: center; margin: 10px;" onmouseover="this.style.transform='scale(1.05)'" onmouseout="this.style.transform='scale(1)'"&gt;&lt;/html&gt;[[Arquivo:ContaInicial2.png|350px|link=https://account.nostalgicrag.com/login]]&lt;html&gt;&lt;/div&gt;
&lt;div style="display: inline-block; transition: transform 0.3s ease; transform-origin: center; margin: 10px;" onmouseover="this.style.transform='scale(1.05)'" onmouseout="this.style.transform='scale(1)'"&gt;&lt;/html&gt;[[Arquivo:CONHEÇA_O_SERVIDOR.png|350px|link=https://wiki.nostalgicrag.com/O_Servidor]]&lt;html&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div class="nostalgic-menu-container"&gt;
    &lt;div class="nostalgic-menu-header"&gt;&lt;/div&gt;
    &lt;div class="nostalgic-menu-content"&gt;
        &lt;div class="nostalgic-menu-column"&gt;
            &lt;h2&gt;Sobre o servidor&lt;/h2&gt;
            &lt;ul&gt;
                &lt;li&gt;&lt;a href="Corrida_99"&gt;&lt;/html&gt;{{ItemIcon|id=6930}}&lt;html&gt; &amp;nbsp;Corrida 99&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="O_Servidor"&gt;&lt;/html&gt;{{ItemIcon|id=699}}&lt;html&gt; &amp;nbsp;O Servidor&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Batalha_Campal"&gt;&lt;/html&gt;{{ItemIcon|id=7828}}&lt;html&gt; &amp;nbsp;Batalha Campal&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Guerra_do_Emperium"&gt;&lt;/html&gt;{{ItemIcon|id=6444}}&lt;html&gt; &amp;nbsp;Guerra do Emperium&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Player_Vs_Player"&gt;&lt;/html&gt;{{ItemIcon|id=13420}}&lt;html&gt; &amp;nbsp;Player Vs Player&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Regras"&gt;&lt;/html&gt;{{ItemIcon|id=7874}}&lt;html&gt; &amp;nbsp;Regras&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Sistema_VIP"&gt;&lt;/html&gt;{{ItemIcon|id=12211}}&lt;html&gt; &amp;nbsp;Sistema VIP&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Cash_Shop"&gt;&lt;/html&gt;{{ItemIcon2|id=40004}}&lt;html&gt; &amp;nbsp;Cash Shop&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Mascotes"&gt;&lt;/html&gt;{{ItemIcon|id=12391}}&lt;html&gt; &amp;nbsp;Mascotes&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="COMO_UPAR"&gt;&lt;/html&gt;{{ItemIcon|id=12439}}&lt;html&gt; &amp;nbsp;Como Upar&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Curandeira"&gt;&lt;/html&gt;{{ItemIcon|id=12424}}&lt;html&gt; &amp;nbsp;Curandeira&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Bônus_Aleatórios"&gt;&lt;/html&gt;{{ItemIcon2|id=12812}}&lt;html&gt; &amp;nbsp;Bônus Aleatórios&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
        &lt;div class="nostalgic-menu-column"&gt;
            &lt;h2&gt;Destaque&lt;/h2&gt;
            &lt;ul&gt;
                &lt;li&gt;&lt;a href="Drops_MVPs"&gt;&lt;/html&gt;{{ItemIcon|id=14623}}&lt;html&gt; &amp;nbsp;Drops Alterados MvP&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Drops_MVPs/Miniboss/Monstros_EXTRAS"&gt;&lt;/html&gt;{{ItemIcon|id=7444}}&lt;html&gt; &amp;nbsp;Drops Custons&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Monstros_campeões"&gt;&lt;/html&gt;{{ItemIcon|id=5892}}&lt;html&gt; &amp;nbsp;Monstros Campeões&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Troca_de_Cartas"&gt;&lt;/html&gt;{{ItemIcon|id=4047}}&lt;html&gt; &amp;nbsp;Troca de Cartas&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Fragmentos_de_Cartas"&gt;&lt;/html&gt;{{ItemIcon|id=7112}}&lt;html&gt; &amp;nbsp;Fragmentos de Cartas&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Grupo_Eden_Nostalgic"&gt;&lt;/html&gt;{{ItemIcon|id=6495}}&lt;html&gt; &amp;nbsp;Grupo Eden Nostalgic&lt;/a&gt;&lt;/li&gt;          
                &lt;li&gt;&lt;a href="Passe_de_Batalha"&gt;&lt;/html&gt;{{ItemIcon2|id=41160}}&lt;html&gt; &amp;nbsp;Passe de Batalha&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Criação_de_Visuais"&gt;&lt;/html&gt;{{ItemIcon|id=19851}}&lt;html&gt; &amp;nbsp;Criação de Visuais&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Estilista"&gt;&lt;/html&gt;{{ItemIcon|id=6123}}&lt;html&gt; &amp;nbsp;Estilista&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Pontos_de_Presença"&gt;&lt;/html&gt;{{ItemIcon|id=6543}}&lt;html&gt; &amp;nbsp;Pontos de Presença&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Pontos_de_Voto"&gt;&lt;/html&gt;{{ItemIcon|id=6544}}&lt;html&gt; &amp;nbsp;Pontos de Voto&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Pontos_de_MvP"&gt;&lt;/html&gt;{{ItemIcon|id=6732}}&lt;html&gt; &amp;nbsp;Pontos de MvP&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;div class="nostalgic-menu-container"&gt;
    &lt;div class="nostalgic-menu-header"&gt;&lt;/div&gt;
    &lt;div style="margin: 10px 20px;"&gt;
        &lt;h2 style="background-color: #1A2C60; color: #FFD700; padding: 8px; margin: 0; text-align: center; border-radius: 4px; border: 2px solid #FFD700;"&gt;Informações do Servidor&lt;/h2&gt;
    &lt;/div&gt;
    &lt;div style="display: flex; flex-wrap: wrap; padding: 15px 25px;"&gt;
        &lt;div style="flex: 1; min-width: 250px; padding: 0 15px;"&gt;
            &lt;ul style="list-style: none; padding: 0; margin: 0;"&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Velho_Álbum_de_Cartas" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon|id=616}}&lt;html&gt; &amp;nbsp;Velho Álbum de Cartas&lt;/a&gt;&lt;/li&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Lista_de_Itens_OBB" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon|id=603}}&lt;html&gt; &amp;nbsp;Lista de Itens OBB&lt;/a&gt;&lt;/li&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Lista_de_Itens_OPB" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon|id=617}}&lt;html&gt; &amp;nbsp;Lista de Itens OPB&lt;/a&gt;&lt;/li&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Lista_de_Itens_Caixa_de_Presente" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon|id=644}}&lt;html&gt; &amp;nbsp;Lista Caixa de Presente&lt;/a&gt;&lt;/li&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Modificações_em_Habilidades" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon|id=6189}}&lt;html&gt; &amp;nbsp;Modificações em Habilidades&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
        &lt;div style="flex: 1; min-width: 250px; padding: 0 15px;"&gt;
            &lt;ul style="list-style: none; padding: 0; margin: 0;"&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Alquimia" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon|id=547}}&lt;html&gt; &amp;nbsp;Alquimia&lt;/a&gt;&lt;/li&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Raça_do_Dia" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon|id=6345}}&lt;html&gt; &amp;nbsp;Raça do Dia&lt;/a&gt;&lt;/li&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Homunculus" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon|id=7142}}&lt;html&gt; &amp;nbsp;Homunculus&lt;/a&gt;&lt;/li&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Forja" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon|id=989}}&lt;html&gt; &amp;nbsp;Forja&lt;/a&gt;&lt;/li&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Família" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon|id=2613}}&lt;html&gt; &amp;nbsp;Família&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
        &lt;div style="flex: 1; min-width: 250px; padding: 0 15px;"&gt;
            &lt;ul style="list-style: none; padding: 0; margin: 0;"&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Resetadora" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon|id=7510}}&lt;html&gt; &amp;nbsp;Resetadora&lt;/a&gt;&lt;/li&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Modo_Hardcore" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon|id=13020}}&lt;html&gt; &amp;nbsp;Modo Hardcore&lt;/a&gt;&lt;/li&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Encantamentos_e_Bônus_Visuais" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon2|id=41215}}&lt;html&gt; &amp;nbsp;Encantamentos Visuais&lt;/a&gt;&lt;/li&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Economia" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon|id=670}}&lt;html&gt; &amp;nbsp;Economia&lt;/a&gt;&lt;/li&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Armas_Visuais" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon2|id=41104}}&lt;html&gt; &amp;nbsp;Armas Visuais&lt;/a&gt;&lt;/li&gt;
                &lt;li style="margin-bottom: 8px;"&gt;&lt;a href="Refinamento" class="info-server-link"&gt;&lt;/html&gt;{{ItemIcon2|id=1535}}&lt;html&gt; &amp;nbsp;Refinamento&lt;/a&gt;&lt;/li&gt;


            &lt;/ul&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;div class="nostalgic-menu-container"&gt;
    &lt;div class="nostalgic-menu-header"&gt;&lt;/div&gt;
    &lt;div class="nostalgic-menu-content"&gt;
        &lt;div class="nostalgic-menu-column"&gt;
            &lt;h2&gt;Classes&lt;/h2&gt;
            &lt;ul&gt;
                &lt;li&gt;&lt;a href="Espadachins"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/7/77/Espadachinspartyicn.png&lt;html&gt; &amp;nbsp;Espadachins&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Magos"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/0/09/Magospartyicn.png&lt;html&gt; &amp;nbsp;Magos&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Arqueiros"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/5/53/Arqueirospartyicn.png&lt;html&gt; &amp;nbsp;Arqueiros&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Mercadores"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/c/c0/Mercadorespartyicn.png&lt;html&gt; &amp;nbsp;Mercadores&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Gatunos"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/0/01/Gatunospartyicn.png&lt;html&gt; &amp;nbsp;Gatunos&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Noviços"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/d/d2/Novicospartyicn.png&lt;html&gt; &amp;nbsp;Noviços&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Cavaleiros"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/3/35/Cavaleirospartyicn.png&lt;html&gt; &amp;nbsp;Cavaleiros&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Templários"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/e/e5/Templariospartyicn.png&lt;html&gt; &amp;nbsp;Templários&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Bruxos"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/f/fc/Bruxospartyicn.png&lt;html&gt; &amp;nbsp;Bruxos&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Sábios"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/4/4c/Sabiospartyicn.png&lt;html&gt; &amp;nbsp;Sábios&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Caçadores"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/9/9e/Cacadorespartyicn.png&lt;html&gt; &amp;nbsp;Caçadores&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Bardos"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/5/5c/Bardospartyicn.png&lt;html&gt; &amp;nbsp;Bardos&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Odaliscas"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/0/06/Odaliscaspartyicn.png&lt;html&gt; &amp;nbsp;Odaliscas&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Ferreiros"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/8/8d/Ferreirospartyicn.png&lt;html&gt; &amp;nbsp;Ferreiros&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Alquimistas"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/1/11/Alquimistaspartyicn.png&lt;html&gt; &amp;nbsp;Alquimistas&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Mercenários"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/7/77/Mercenariospartyicn.png&lt;html&gt; &amp;nbsp;Mercenários&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Arruaceiros"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/4/4f/Arruaceirospartyicn.png&lt;html&gt; &amp;nbsp;Arruaceiros&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Sacerdotes"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/1/1f/Sacerdotespartyicn.png&lt;html&gt; &amp;nbsp;Sacerdotes&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Monges"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/0/02/Mongespartyicn.png&lt;html&gt; &amp;nbsp;Monges&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Superaprendizes"&gt;&lt;/html&gt;https://wiki.nostalgicrag.com/images/d/d2/Superaprendizespartyicn.png&lt;html&gt; &amp;nbsp;Superaprendizes&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
        &lt;div class="nostalgic-menu-column"&gt;
            &lt;h2&gt;Instâncias / Mapas Especiais&lt;/h2&gt;
            &lt;ul&gt;
                &lt;li&gt;&lt;a href="Torre_sem_Fim"&gt;&lt;/html&gt;{{ItemIcon|id=6000}}&lt;html&gt; &amp;nbsp;Torre sem Fim&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Memórias_de_Sarah"&gt;&lt;/html&gt;{{ItemIcon|id=12068}}&lt;html&gt; &amp;nbsp;Memórias de Sarah&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Espaço_Infinito"&gt;&lt;/html&gt;{{ItemIcon|id=6905}}&lt;html&gt; &amp;nbsp;Espaço Infinito&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Geffenia"&gt;&lt;/html&gt;{{ItemIcon|id=12020}}&lt;html&gt; &amp;nbsp;Geffenia&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Vulcão_de_Thor"&gt;&lt;/html&gt;{{ItemIcon|id=7097}}&lt;html&gt; &amp;nbsp;Vulcão de Thor&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Jardim_Elemental"&gt;&lt;/html&gt;{{ItemIcon|id=6812}}&lt;html&gt; &amp;nbsp;Jardim Elemental&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Laboratório_de_Somatologia"&gt;&lt;/html&gt;{{ItemIcon|id=2657}}&lt;html&gt; &amp;nbsp;Laboratório Bio3&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Torre_do_Thanatos"&gt;&lt;/html&gt;{{ItemIcon|id=7439}}&lt;html&gt; &amp;nbsp;Torre do Thanatos&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Dark_Side"&gt;&lt;/html&gt;{{ItemIcon|id=310678}}&lt;html&gt; &amp;nbsp;Dark Side&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;a href="Relaxamento"&gt;&lt;/html&gt;{{ItemIcon|id=310676}}&lt;html&gt; &amp;nbsp;Relaxamento&lt;/a&gt;&lt;/li&gt;


            &lt;/ul&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;/body&gt;
&lt;/html&gt;</text>
      <sha1>7vmty672tg07w8rurfd6knwojiqcqv4</sha1>
    </revision>
  </page>
</mediawiki>
