Template:New quest box: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Onteron
created template
m 4 revisions imported
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This template adds a box for creating NPC articles, using the [[Help:Inputbox|Inputbox]] and [[Help:Preloaded templates|Preloaded templates]] functions. It can be placed wherever appropriate, eg on the [[Template:npc|NPC template]] or the [[NPC list]].
This template adds a box for creating quest articles, using the [[Help:Inputbox|Inputbox]] and [[Help:Preloaded templates|Preloaded templates]] functions. It can be placed wherever appropriate, eg on the [[Template:quest|Quest template]] or the [[Quests list]].
----
----


<onlyinclude>
<onlyinclude>
To add a NPC article, just type the name of the NPC in the box and press create:
To add a quest article, just type the name of the quest in the box (use Title Case) and press create:
<!-- Wrapped in a table to stop it appearing in the center -->
<!-- Wrapped in a table to stop it appearing in the center -->
{|
{|
|<inputbox>
|<createbox>
  type=create
    preload=Project:Preload Templates/Quest/Content
  preload=Project:Preload Templates/NPC/Content
   editintro=Project:Preload Templates/Quest/Intro
   editintro=Project:Preload Templates/NPC/Intro
   buttonlabel=Create
   buttonlabel=Create
   width=50
   width=50
   break=no
   break=no
</inputbox>
</createbox>
|}</onlyinclude>
|}</onlyinclude>

Latest revision as of 18:30, 6 November 2020

This template adds a box for creating quest articles, using the Inputbox and Preloaded templates functions. It can be placed wherever appropriate, eg on the Quest template or the Quests list.



To add a quest article, just type the name of the quest in the box (use Title Case) and press create:

<createbox>
   preload=Project:Preload Templates/Quest/Content
 editintro=Project:Preload Templates/Quest/Intro
 buttonlabel=Create
 width=50
 break=no

</createbox>