Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
template:start [2021/07/24 06:25] – created Manchineeltemplate:start [2021/08/06 16:39] (current) Manchineel
Line 1: Line 1:
 ====== Page Templates ====== ====== Page Templates ======
  
-===== Create player page =====+These tools allow you to quickly and easily create pages for specific kinds of things. 
 + 
 +===== Player page wizard =====
  
 <form> <form>
 ACTION template :template:player : ACTION template :template:player :
-THANKS "Page has been created! 👌"+THANKS "Page has been created! 👌 Now click on its name below and edit it 📝, then add AT LEAST a basic introduction about the player in question. Make sure you remove ALL of the lines if any (including special symbols) containing references to missing information (e.g. Discord name, Reddit name if none was specified)"
  
 FIELDSET "Player data" FIELDSET "Player data"
-TEXTBOX "Name of player"+TEXTBOX "Name of player" @
 STATIC "Use the Minecraft username at time of creation here" STATIC "Use the Minecraft username at time of creation here"
 TEXTBOX "UUID of player" TEXTBOX "UUID of player"
Line 15: Line 17:
 STATIC "Role of player within NewSpawn" STATIC "Role of player within NewSpawn"
 YESNO "Has Discord" YESNO "Has Discord"
 +YESNO "Has Reddit"
  
 FIELDSET "Discord data" "Has Discord" FIELDSET "Discord data" "Has Discord"
Line 21: Line 24:
 TEXTBOX "Discord tag" TEXTBOX "Discord tag"
 STATIC "e.g. 3915" STATIC "e.g. 3915"
 +
 +FIELDSET "Reddit data" "Has Reddit"
 +TEXTBOX "Reddit username prefixed by u/"
 +STATIC "e.g. u/alex2003super"
 +
 +FIELDSET "Confirm creation"
 +STATIC "Make sure to edit this page right afterwards, to provide at least a basic introduction of the player!"
 +SUBMIT "Submit page"
  
 </form> </form>