Main Page: Difference between revisions

From RexKraft
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 12: Line 12:
The RexKraft Wiki Team
The RexKraft Wiki Team


= Welcome to Our Wiki =


<!DOCTYPE html>
Welcome to our wiki! We're glad you're here. Below, you'll find a list of features and resources to help you navigate and get the most out of our community.
<html>
<head>
<style>
/* Style the tab buttons */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}


/* Style the buttons inside the tab */
== Features ==
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}


/* Change background color of buttons on hover */
=== Feature 1 ===
.tab button:hover {
[[File:feature1_image.png|150px|link=Feature_1]]
  background-color: #ddd;
'''Feature 1'''
}
Description of feature 1 goes here.


/* Create an active/current tablink class */
=== Feature 2 ===
.tab button.active {
[[File:feature2_image.png|150px|link=Feature_2]]
  background-color: #ccc;
'''Feature 2'''
}
Description of feature 2 goes here.


/* Style the tab content */
=== Feature 3 ===
.tabcontent {
[[File:feature3_image.png|150px|link=Feature_3]]
  display: none;
'''Feature 3'''
  padding: 6px 12px;
Description of feature 3 goes here.
  border: 1px solid #ccc;
  border-top: none;
}
</style>
</head>
<body>


<div class="tab">
=== Feature 4 ===
  <button class="tablinks active" onclick="openFeature(event, 'feature1')">Feature 1<br><img src="image1.jpg" alt="Feature 1"></button>
[[File:feature4_image.png|150px|link=Feature_4]]
  <button class="tablinks" onclick="openFeature(event, 'feature2')">Feature 2<br><img src="image2.jpg" alt="Feature 2"></button>
'''Feature 4'''
  <!-- Add more buttons for other features -->
Description of feature 4 goes here.
</div>


<div id="feature1" class="tabcontent" style="display:block;">
=== Feature 5 ===
  <h3>Feature 1</h3>
[[File:feature5_image.png|150px|link=Feature_5]]
  <p>Detailed information about Feature 1 goes here.</p>
'''Feature 5'''
</div>
Description of feature 5 goes here.


<div id="feature2" class="tabcontent">
=== Feature 6 ===
  <h3>Feature 2</h3>
[[File:feature6_image.png|150px|link=Feature_6]]
  <p>Detailed information about Feature 2 goes here.</p>
'''Feature 6'''
</div>
Description of feature 6 goes here.
<!-- Add more tabcontent divs for other features -->
 
<script>
function openFeature(evt, featureName) {
  var i, tabcontent, tablinks;
  tabcontent = document.getElementsByClassName("tabcontent");
  for (i = 0; i < tabcontent.length; i++) {
    tabcontent[i].style.display = "none";
  }
  tablinks = document.getElementsByClassName("tablinks");
  for (i = 0; i < tablinks.length; i++) {
    tablinks[i].className = tablinks[i].className.replace(" active", "");
  }
  document.getElementById(featureName).style.display = "block";
  evt.currentTarget.className += " active";
}
</script>
 
</body>
</html>

Revision as of 11:41, 10 April 2024

Welcome to the official RexKraft Wiki, your ultimate resource for all things related to our Minecraft server! Led by the community and maintained by passionate players like you, our goal is to provide accurate and comprehensive information to enhance your RexKraft experience.

Just like the vast worlds of Minecraft, our Wiki is constantly evolving. We're committed to delivering the most up-to-date and relevant content to our players, ensuring that you have everything you need to thrive in our virtual realm.

We value transparency and collaboration, and we encourage you to get involved in improving the Wiki. Whether you spot missing details, have suggestions for enhancements, or simply want to contribute your knowledge, your input is invaluable to us.

Together, let's make the RexKraft Wiki a treasure trove of knowledge for all adventurers who dare to explore our server. Dive in, discover, and embark on your epic journey with us!

Got feedback or want to contribute? Don't hesitate to reach out and make your mark on the RexKraft Wiki.


The RexKraft Wiki Team

Welcome to Our Wiki

Welcome to our wiki! We're glad you're here. Below, you'll find a list of features and resources to help you navigate and get the most out of our community.

Features

Feature 1

File:Feature1 image.png Feature 1 Description of feature 1 goes here.

Feature 2

File:Feature2 image.png Feature 2 Description of feature 2 goes here.

Feature 3

File:Feature3 image.png Feature 3 Description of feature 3 goes here.

Feature 4

File:Feature4 image.png Feature 4 Description of feature 4 goes here.

Feature 5

File:Feature5 image.png Feature 5 Description of feature 5 goes here.

Feature 6

File:Feature6 image.png Feature 6 Description of feature 6 goes here.