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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • 亲爱的朋友们,我们很高兴地宣布一个好消息—— 我们正式推出我们的新机器人,用于购买和租用虚拟号码以接收来自任何服务的短信!您是否已经厌倦了其他平台上重复使用或转售的号码? 试试我们的解决方案! 我们的服务允许您接收来自任何主流热门服务的短信。 服务列表包含超过 200 个项目! 短信接收国家:美国 (+1)。我们使用真实的美国实体号码——从未在其他平台上使用过! 目前仅提供短期租用。每个电话号码的租用时长会在购买时显示。 每个号码的价格也会在购买前显示在对应的服务旁。 您还可以为所选服务的号码接收额外短信(接收额外短信无需额外费用)。 若要快速找到所需服务,可使用便捷的搜索功能——只需输入您所需服务的名称即可获得激活号码。 可用支付方式:加密货币、银行卡,以及从我们其他机器人转移余额。 感谢您的信任! 有效链接: 虚拟号码服务:前往 数字商品商店(网站):前往 商店 Telegram 机器人:前往 – 通过 Telegram 信使方便地访问商店。 Telegram 星星购买机器人:前往 – 在 Telegram 中快速且优惠地购买星星。 SMM 面板:前往 – 推广您的社交媒体账户。 我们向您展示当前的促销与特别优惠,用于购买我们平台的商品和服务: 1. 使用促销码 OCTOBER2025(8% 折扣)在十月份于我们的商店(网站、机器人)购物!您也可以使用首次购买促销码:SOCNET(15% 折扣) 2. 获得 $1 商店余额或 10–20% 折扣 —— 注册后在我们网站按以下格式发布用户名:"SEND ME BONUS, MY USERNAME IS..." —— 并将其发布在我们的论坛主题中! 3. 获取 SMM 面板首个试用奖励 $1 —— 只需在我们网站(支持)提交标题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和星星购买机器人中赠送 Telegram 星星! 新闻: ➡ Telegram 频道:https://t.me/accsforyou_shop ➡ WhatsApp 频道:https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord 服务器:https://discord.gg/y9AStFFsrh 联系方式与支持: ➡ Telegram:https://t.me/socnet_support ➡ WhatsApp:https://wa.me/79051904467 ➡ Discord:socnet_support ➡ ✉ 邮箱:solomonbog@socnet.store
    • 亲爱的朋友们,我们很高兴地宣布一个好消息—— 我们正式推出我们的新机器人,用于购买和租用虚拟号码以接收来自任何服务的短信!您是否已经厌倦了其他平台上重复使用或转售的号码? 试试我们的解决方案! 我们的服务允许您接收来自任何主流热门服务的短信。 服务列表包含超过 200 个项目! 短信接收国家:美国 (+1)。我们使用真实的美国实体号码——从未在其他平台上使用过! 目前仅提供短期租用。每个电话号码的租用时长会在购买时显示。 每个号码的价格也会在购买前显示在对应的服务旁。 您还可以为所选服务的号码接收额外短信(接收额外短信无需额外费用)。 若要快速找到所需服务,可使用便捷的搜索功能——只需输入您所需服务的名称即可获得激活号码。 可用支付方式:加密货币、银行卡,以及从我们其他机器人转移余额。 感谢您的信任! 有效链接: 虚拟号码服务:前往 数字商品商店(网站):前往 商店 Telegram 机器人:前往 – 通过 Telegram 信使方便地访问商店。 Telegram 星星购买机器人:前往 – 在 Telegram 中快速且优惠地购买星星。 SMM 面板:前往 – 推广您的社交媒体账户。 我们向您展示当前的促销与特别优惠,用于购买我们平台的商品和服务: 1. 使用促销码 OCTOBER2025(8% 折扣)在十月份于我们的商店(网站、机器人)购物!您也可以使用首次购买促销码:SOCNET(15% 折扣) 2. 获得 $1 商店余额或 10–20% 折扣 —— 注册后在我们网站按以下格式发布用户名:"SEND ME BONUS, MY USERNAME IS..." —— 并将其发布在我们的论坛主题中! 3. 获取 SMM 面板首个试用奖励 $1 —— 只需在我们网站(支持)提交标题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和星星购买机器人中赠送 Telegram 星星! 新闻: ➡ Telegram 频道:https://t.me/accsforyou_shop ➡ WhatsApp 频道:https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord 服务器:https://discord.gg/y9AStFFsrh 联系方式与支持: ➡ Telegram:https://t.me/socnet_support ➡ WhatsApp:https://wa.me/79051904467 ➡ Discord:socnet_support ➡ ✉ 邮箱:solomonbog@socnet.store
    • 亲爱的朋友们,我们很高兴地宣布一个好消息—— 我们正式推出我们的新机器人,用于购买和租用虚拟号码以接收来自任何服务的短信!您是否已经厌倦了其他平台上重复使用或转售的号码? 试试我们的解决方案! 我们的服务允许您接收来自任何主流热门服务的短信。 服务列表包含超过 200 个项目! 短信接收国家:美国 (+1)。我们使用真实的美国实体号码——从未在其他平台上使用过! 目前仅提供短期租用。每个电话号码的租用时长会在购买时显示。 每个号码的价格也会在购买前显示在对应的服务旁。 您还可以为所选服务的号码接收额外短信(接收额外短信无需额外费用)。 若要快速找到所需服务,可使用便捷的搜索功能——只需输入您所需服务的名称即可获得激活号码。 可用支付方式:加密货币、银行卡,以及从我们其他机器人转移余额。 感谢您的信任! 有效链接: 虚拟号码服务:前往 数字商品商店(网站):前往 商店 Telegram 机器人:前往 – 通过 Telegram 信使方便地访问商店。 Telegram 星星购买机器人:前往 – 在 Telegram 中快速且优惠地购买星星。 SMM 面板:前往 – 推广您的社交媒体账户。 我们向您展示当前的促销与特别优惠,用于购买我们平台的商品和服务: 1. 使用促销码 OCTOBER2025(8% 折扣)在十月份于我们的商店(网站、机器人)购物!您也可以使用首次购买促销码:SOCNET(15% 折扣) 2. 获得 $1 商店余额或 10–20% 折扣 —— 注册后在我们网站按以下格式发布用户名:"SEND ME BONUS, MY USERNAME IS..." —— 并将其发布在我们的论坛主题中! 3. 获取 SMM 面板首个试用奖励 $1 —— 只需在我们网站(支持)提交标题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和星星购买机器人中赠送 Telegram 星星! 新闻: ➡ Telegram 频道:https://t.me/accsforyou_shop ➡ WhatsApp 频道:https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord 服务器:https://discord.gg/y9AStFFsrh 联系方式与支持: ➡ Telegram:https://t.me/socnet_support ➡ WhatsApp:https://wa.me/79051904467 ➡ Discord:socnet_support ➡ ✉ 邮箱:solomonbog@socnet.store
    • ANOTHER EPIC SERVER AND ANOTHER EPIC PROJECT! Thank You for using my support!   FAFURION UPDATER for upcoming server! Thank You for using my support! 
    • I will buy the code to the source for an overview of real states with char, p.atk/m.atk, pve damage / pve defense, pvp damage, pvp defense. I have l2jsunrise files
  • 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