Character:Create: Difference between revisions

From feywild

Created page with " == Create a New Character == To create a new character profile, click the button below and enter the character’s name. <form method="GET" action="/index.php"> <input type="hidden" name="title" value="Special:CreatePage" /> <input type="hidden" name="preload" value="Template:Characterbox" /> <input type="text" name="page" placeholder="Character Name" /> <input type="submit" value="Create Character Page" /> </form>"
 
No edit summary
Line 1: Line 1:


== Create a New Character ==
== Create a New Character ==
To create a new character profile, click the button below and enter the character’s name.
<inputbox>
 
type=create
<form method="GET" action="/index.php">
prefix=Character:
  <input type="hidden" name="title" value="Special:CreatePage" />
preload=Template:Characterbox
  <input type="hidden" name="preload" value="Template:Characterbox" />
buttonlabel=Create Character Page
  <input type="text" name="page" placeholder="Character Name" />
width=30
  <input type="submit" value="Create Character Page" />
</inputbox>
</form>

Revision as of 20:59, 17 July 2025

Create a New Character