Category:Nations: Difference between revisions

From EarthPol
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


Once created, be sure to include your page in '''Category:Nation'''s to ensure it’s properly indexed alongside others in the geopolitical archive.
Once created, be sure to include your page in '''Category:Nation'''s to ensure it’s properly indexed alongside others in the geopolitical archive.
🌍 Nation Creation Form
<form action="/index.php" method="get">
  <input type="hidden" name="title" value="" id="nationPage">
  <label for="nationName">Nation Name:</label>
  <input type="text" id="nationName" name="nationName" placeholder="e.g., Elaria" required>
  <input type="submit" value="Create Nation Page" onclick="document.getElementById('nationPage').value = document.getElementById('nationName').value.replace(/ /g, '_');">
</form>

Revision as of 05:32, 10 April 2025

To begin crafting your nation’s wiki page, start by copying the source code from Nation_Template. This template provides a structured foundation to showcase your nation's identity, history, and leadership.

Once created, be sure to include your page in Category:Nations to ensure it’s properly indexed alongside others in the geopolitical archive.

🌍 Nation Creation Form <form action="/index.php" method="get">

 <input type="hidden" name="title" value="" id="nationPage">
 <label for="nationName">Nation Name:</label>
 <input type="text" id="nationName" name="nationName" placeholder="e.g., Elaria" required>
 <input type="submit" value="Create Nation Page" onclick="document.getElementById('nationPage').value = document.getElementById('nationName').value.replace(/ /g, '_');">

</form>

This category currently contains no pages or media.