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.



×
×
  • Create New...