Jump to content

Recommended Posts

Posted

Hello everyone! 

 

This is a HTML/CSS Project for people that want to link wiki articles to their website (homepage or other).

The wiki used to link was: https://l2.wiki/essence/ - This wiki looks super cool, it's not official but looks wonderful 🙂

 

Demo of the section: https://un1k.digital/l2wiki

Done in dark gray but you can change the colors easily on css file.

 

Files: https://www.mediafire.com/file/f31i0ycwlu7e4rv/l2wiki.rar/file

 

- How to setup in my index.html?

 

Step 1: Link the wiki.css file in your index.html, inside the <head> (Make sure to check if it's linked to the right folder)

 

<link href="css/wiki.css" rel="stylesheet">

 

Step 2: Move the images that came on files to your images folder. (If your folder wasn't named "images" will be needed to rename the direction of the images on html code.)

 

Step 3:  Add the HTML code to your index.html, inside the <body>. (Choose the best location for it, maybe above the footer)

 

 <!--wiki-->

  <section class="l2wiki">

    <div class="l2wiki-wrapper">

      <div class="l2wiki-wrapper-title"><img src="images/icon-title-left.png"> <span>L2 Wiki</span> <img src="images/icon-title-right.png"></div>

      <div class="l2wiki-wrapper-content">

        <!--wiki updates-->

        <div class="l2wiki-wrapper-content-latest">

          <div class="l2wiki-wrapper-content-latest-guides">
            <a href="https://l2.wiki/essence/wiki/gameplay/pvp-system/en" target="_blank">
              <div class="tags">
                <span class="tag-orange">New</span>
                <span>Update</span>
                <span>PvP</span>
              </div>
              <span>New Detailed PvP System [Vanguard Update]</span>
            </a>

            <a href="https://l2.wiki/essence/wiki/skill-tree/122" target="_blank">
              <div class="tags">
                <span class="tag-orange">New</span>
                <span>Class</span>
              </div>
              <span>Sylph Guide [Updated August 01</span>
            </a>

            <a href="https://l2.wiki/essence/wiki/skill-tree/122" target="_blank">
              <div class="tags">
                <span>Update</span>
                <span>Class</span>
              </div>
              <span>Sylph Guide [Updated July 20]</span>
            </a>

            <a href="https://l2.wiki/essence/wiki/gameplay/auto-hunting-system/en" target="_blank">
              <div class="tags">
                <span>Update</span>
                <span>Gameplay</span>
              </div>
              <span>Auto Hunting System [Updated July 08]</span>
            </a>
          </div>
        </div>

        <!--end wiki updates-->


        <!--wiki list-->

        <div class="l2wiki-wrapper-content-list">

          <!--first list-->

          <div class="l2wiki-wrapper-content-list-content">

            <div class="l2wiki-wrapper-content-list-content-links">
              <span>Monsters by Level:</span>
              <div>
                <a href="https://l2.wiki/essence/wiki/monsters-by-level/1/19/Monster" target="_blank">1~19</a>
                <a href="https://l2.wiki/essence/wiki/monsters-by-level/20/29/Monster" target="_blank">20~29</a>
                <a href="https://l2.wiki/essence/wiki/monsters-by-level/30/39/Monster" target="_blank">30~39</a>
                <a href="https://l2.wiki/essence/wiki/monsters-by-level/40/49/Monster" target="_blank">40~49</a>
                <a href="https://l2.wiki/essence/wiki/monsters-by-level/50/59/Monster" target="_blank">50~59</a>
                
                <span class="more-dropdown">More<img src="images/arrow-up.png">
                   <div class="more-dropdown-list">
                    <a href="https://l2.wiki/essence/wiki/monsters-by-level/60/69/Monster" target="_blank">60~69</a>
                    <a href="https://l2.wiki/essence/wiki/monsters-by-level/70/79/Monster" target="_blank">70~79</a>
                    <a href="https://l2.wiki/essence/wiki/monsters-by-level/80/90/Monster" target="_blank">80~90</a>
                   </div>
                </span>
              </div>
            </div>

            <div class="l2wiki-wrapper-content-list-content-img">
              <img src="images/bosses.jpg">
            </div>
          </div>

          <!--end first list-->

          <!--second list-->

          <div class="l2wiki-wrapper-content-list-content">

            <div class="l2wiki-wrapper-content-list-content-links">
              <span>Classes:</span>
              <div>
                <a href="https://l2.wiki/essence/wiki/skill-tree/122" target="_blank">Sylph</a>
                <a href="https://l2.wiki/essence/wiki/skill-tree/111" target="_blank">Kamael</a>
                <a href="https://l2.wiki/essence/wiki/skill-tree/103" target="_blank">Dwarf</a>
                <a href="https://l2.wiki/essence/wiki/skill-tree/84" target="_blank">Orc</a>
                <a href="https://l2.wiki/essence/wiki/skill-tree/60" target="_blank">Dark Elf</a>
                
                <span class="more-dropdown">More<img src="images/arrow-up.png">
                   <div class="more-dropdown-list">
                    <a href="https://l2.wiki/essence/wiki/skill-tree/34" target="_blank">Elf</a>
                    <a href="https://l2.wiki/essence/wiki/skill-tree/0" target="_blank">Human</a>
                   </div>
                </span>
              </div>
            </div>

            <div class="l2wiki-wrapper-content-list-content-img">
              <img src="images/classes.jpg">
            </div>
          </div>

          <!--end second list-->


          <!--second list-->

          <div class="l2wiki-wrapper-content-list-content">

            <div class="l2wiki-wrapper-content-list-content-links">
              <span>Gameplay:</span>
              <div>
                <a href="https://l2.wiki/essence/wiki/gameplay/olympiad/en" target="_blank">Olympiad</a>
                <a href="https://l2.wiki/essence/wiki/gameplay/castle-sieges/en" target="_blank">Sieges</a>
                <a href="https://l2.wiki/essence/wiki/gameplay/auto-hunting-system/en" target="_blank">Auto Hunting</a>
                <a href="https://l2.wiki/essence/wiki/gameplay/pets/en" target="_blank">Pets</a>
                
                <span class="more-dropdown">More<img src="images/arrow-up.png">
                   <div class="more-dropdown-list">
                    <a href="https://l2.wiki/essence/wiki/gameplay/magic-lamp/en" target="_blank">Magic Lamp</a>
                    <a href="https://l2.wiki/essence/wiki/gameplay/rankings/en" target="_blank">Rankings</a>
                   </div>
                </span>
              </div>
            </div>

            <div class="l2wiki-wrapper-content-list-content-img">
              <img src="images/gameplay.jpg">
            </div>
          </div>

          <!--end second list-->
          
        </div>
      </div>
    </div>
  </section>

  <!--end wiki-->

 

And that's it! You can edit the links to another wiki or keep the same.

 

Obs: This is not a website, it's just a additional content to your main web.

  • Like 2
Posted
17 minutes ago, splicho said:

Nice creation. But I honestly wonder why people need a wiki for this game. The game is almost 2 decades old, community is full of people who play this game for years.

 

I just find a wiki is pretty much useful for private servers. It might be useful for official servers with hundreds of new players' day per day (who probably never played the game before)

Not true. New versions are full of new and unknown content and arguably Essence/Live/Legacy are not even the same game as Interlude or High Five. Official has no database or wiki other than l2central. I also notice that there is an influx of new and returning players who are willing to play the game again because of Essence

Posted
47 minutes ago, splicho said:

Nice creation. But I honestly wonder why people need a wiki for this game. The game is almost 2 decades old, community is full of people who play this game for years.

 

I just find a wiki is pretty much useful for private servers. It might be useful for official servers with hundreds of new players' day per day (who probably never played the game before)

 

For servers with latest files/updates the wiki is very necessary and the devs on l2.wiki are doing a amazing job making this wiki available for everyone, I just wanted to help them a little by doing this "widget" that people can add in their website.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • 🎉 ¡Llega EuroLatinL2! 🎉 🌍 Un servidor Interlude x20 con esencia retail y ajustes justos para una experiencia única. 🧠 Desarrollado por profesionales rusos, EuroLatinL2 está basado en el cliente original de Lineage II Interlude. Buscamos revivir lo mejor de la vieja escuela con un balance perfecto entre nostalgia y jugabilidad moderna. 🛡️ ¿Qué hace diferente a EuroLatinL2? ✨ Rates Mid x20 – Equilibrados para un progreso fluido, sin perder el desafío. 🧪 Experiencia 100% retail con leves ajustes para mantener el interés. ⚔️ Raid Bosses épicos ajustados al nivel 80. 💡 Nada de GM Shop, sin buffs OP, sin teleport personalizados. ⛩️ Solo tiendas y contenido original de Lineage II. 🧙 Buffer básico (solo Prophet), duración de 60 minutos. 🔄 Sistema de héroes cada 15 días y Olimpiadas 2h por día. 🛒 Sistema de donaciones solo para servicios estéticos y premium (sin pay-to-win). 🧬 Sistema de skins para armas y armaduras (solo apariencia). 💤 AutoFarm disponible solo con adena/premium, opcional. 🔥 ¿Quieres volver a disfrutar Lineage II como en sus mejores tiempos? 💬 Completa quests, forma grupos reales, derrota jefes con estrategia, y recolecta recetas (¡incluso para Soulshots!). ⏳ ¡La apertura está muy cerca! 🚪 No te quedes fuera de esta aventura. Vive Lineage II como debe ser. 🌐 Sitio oficial: https://eurolatin.eu 📣 ¡Comparte con tu clan y prepárate para la nostalgia! #Lineage2 #Interlude #EuroLatinL2 #L2Classic #PvE #PvP #NostalgiaL2
    • Still looking to adapt packets to allow modern client to connect on my GF Extender.
    • Καλησπέρα,  Αναζητώ Lineage II C3 Rise of Darkness client (καθαρή έκδοση) και το απαραίτητο αρχείο System για Windows 10/11 Προσφέρω αμοιβή για τη βοήθεια  Ευχαριστώ.   Good evening,  I am looking for a Lineage II C3 Rise of Darkness client and the necessary System file for Windows 10/11 compatibility I am willing to pay for assistance  Thank you    Add me Discord: devibtv  or dm here                                                        @AlisaCodeDragon
    • Sorry, I didn't get to read everything you actually wrote, I don't think it has value. Regards.
    • "Why do you have problems with all forum users?" I dont. I respond based on how people act toward me or my clients! You are defending someone who has been trash-talking me and attacking me directly. And somehow you think I’m the one creating the problem? Did you even bother to check what actually happened, or did you just jump on his side?    While there is another guy that knows and calls him out, he is a known scammer. on this very same topic   If you believe I have issues with all forum users, name them, vilmis is not all forum users.   Besides, this looks like you are just another Vilmis alt accounts blindly backing him without facts.   Tinker123aa I have an alergy on scammers you see, ill wait for your list of all forum users tho.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock