Jump to content

Create Center: Difference between revisions

From Drifters Almanac
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 118: Line 118:
Need help? Visit the [[Contributing]] page for detailed instructions.
Need help? Visit the [[Contributing]] page for detailed instructions.
</div>
</div>
<div style="border: 1px solid #4a774a; background-color: #1c1c1c; color: #ccc; padding: 1em; border-radius: 6px; margin-bottom: 1em;">
<center>
<span style="font-size: 1.5em;">🛠️ Welcome to the Create Center!</span>
</center>
Here you can create new pages for Drifter's Almanac quickly and easily.
Use the sections below to start creating Weapons, Armor, Accessories, and Equipment Sets. 
Each button will preload a guide and the correct template to help you format your page properly.
Please name pages carefully based on the format shown in each section. 
If you need full guidance, visit [[Contributing]].
:''New discoveries keep our world alive. Good luck, Drifter!'' 🔥
</div>
----
<div class="create-center-wrapper" style="display: flex; flex-wrap: wrap; justify-content: center; gap: 1em;">
<!-- START CARD -->
<div style="flex: 1 1 300px; max-width: 400px; border: 1px solid #4a774a; background-color: #222; padding: 1em; border-radius: 8px; text-align: center;">
<div style="font-size: 1.2em; font-weight: bold; margin-bottom: 0.5em;">Create a New Weapon</div>
Enter the name of the weapon.
<inputbox>
type=create
width=60
default=New_Weapon_Name
preload=Template:Preload_Weapon
editintro=Contributing/Creating_Weapons
buttonlabel=Create Weapon Page
</inputbox>
</div>
<!-- END CARD -->
<!-- Duplicate the same structure for each card -->
<!-- START CARD -->
<div style="flex: 1 1 300px; max-width: 400px; border: 1px solid #4a774a; background-color: #222; padding: 1em; border-radius: 8px; text-align: center;">
<div style="font-size: 1.2em; font-weight: bold; margin-bottom: 0.5em;">Create a New Crafted Weapon</div>
Enter the name of the crafted weapon.<br>
Use the format: "Item Name/Secondary Material"
<inputbox>
type=create
width=60
default=New_Crafted_Weapon_Name
preload=Template:Preload_CraftedWeapon
editintro=Contributing/Creating_Crafted_Weapons
buttonlabel=Create Crafted Weapon Page
</inputbox>
</div>
<!-- END CARD -->
<!-- (repeat the other cards here, same structure, as we already built) -->
</div>
----
<div style="text-align: center; margin-top: 1em;">
Need help? Visit the [[Contributing]] guide!
</div>
<!-- FORCE MOBILE FRIENDLY -->
<style>
@media (max-width: 700px) {
  .create-center-wrapper {
    flex-direction: column !important;
    align-items: center;
  }
}
</style>

Revision as of 18:01, 27 April 2025

🛠️ Welcome to the Create Center!

Here you can create new pages for Drifter's Almanac quickly and easily.
Each button will preload a guide and the correct template to help you format your page properly.

If you need full guidance, visit Contributing.

New discoveries keep our world alive. Good luck, Drifter! 🔥

⚔️ Create a Weapon

Enter the name of the weapon.


⚒️ Create a Crafted Weapon

Use format: Item Name/Secondary Material
Example: Highlands Copper Great Axe/Highlands Pine


🛡️ Create Armor

Enter the name of the armor piece.


⚒️ Create a Crafted Armor

Use format: Item Name/Secondary Material
Example: Newhaven Copper Helm/Rough Light Leather


💍 Create an Accessory

Enter the name of the accessory.


⚒️ Create a Crafted Accessory

Use format: Item Name/Secondary Material
Example: Highlands Copper Great Axe/Highlands Pine


🎯 Create an Equipment Set

Use format: Set Name (Set)
Example: Salt Luck (Set)



Need help? Visit the Contributing page for detailed instructions.





🛠️ Welcome to the Create Center!

Here you can create new pages for Drifter's Almanac quickly and easily.

Use the sections below to start creating Weapons, Armor, Accessories, and Equipment Sets. Each button will preload a guide and the correct template to help you format your page properly. Please name pages carefully based on the format shown in each section. If you need full guidance, visit Contributing.

New discoveries keep our world alive. Good luck, Drifter! 🔥

Create a New Weapon

Enter the name of the weapon.


Create a New Crafted Weapon

Enter the name of the crafted weapon.
Use the format: "Item Name/Secondary Material"




Need help? Visit the Contributing guide!

<style> @media (max-width: 700px) {

 .create-center-wrapper {
   flex-direction: column !important;
   align-items: center;
 }

} </style>