Difference between revisions of "Plugin Page Template"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{MvPlugin
 
{{MvPlugin
|preview = <youtube>link</youtube>
+
|preview = <youtube>https://youtu.be/809m88EGx_c</youtube>
|link1 = <html><iframe src="https://itch.io/embed/397916" height="167" width="552" frameborder="0"></iframe></html>
+
|link1 = <html><iframe src="https://itch.io/embed/422640" height="167" width="552" frameborder="0"></iframe></html>
 
|link2 = [link Mirror]
 
|link2 = [link Mirror]
  
 
}}
 
}}
 
{{RequiredPluginsMV}}
 
* [[Required Plugin 1|Name1]]
 
* [[Required Plugin 2|Name2]]
 
* [[Required Plugin 3|Name3]]
 
 
{{ExtensionPluginsMV}}
 
* [[Extension Plugin 1|Name1]]
 
* [[Extension Plugin 2|Name2]]
 
* [[Extension Plugin 3|Name3]]
 
  
 
<!-- This is a comment, remove the arrows surrounding this for the template you want to use -->
 
<!-- This is a comment, remove the arrows surrounding this for the template you want to use -->
<!-- {{Yanfly Engine Plugins}} -->
+
{{Yanfly Engine Plugins}}
 
<!-- {{Fallen Angel Olivia}} -->
 
<!-- {{Fallen Angel Olivia}} -->
 
<!-- {{Atelier Irina}} -->
 
<!-- {{Atelier Irina}} -->
  
== Help File ==
+
== Introduction ==
  
 
  <nowiki>
 
  <nowiki>
Insert pre-formatted text block here.
+
The Input Number event in RPG Maker requires players to scroll through each
 +
digit in order to pick the number(s) they desire. This is a slow and tedious
 +
process that could be sped up by using the keyboard to directly insert the
 +
wanted numbers instead. If players use keyboard numbers to insert numbers,
 +
they will appear instantly in the Input Number window. Players can also opt
 +
for the traditional/default scrolling method using arrow keys as well.
 
</nowiki>
 
</nowiki>
 
== Introduction ==
 
 
Insert text here.
 
 
== Instructions ==
 
 
This plugin is plug and play.
 
 
== Plugin Parameters ==
 
 
There aren't any plugin parameters.
 
 
== Notetags ==
 
 
There aren't any notetags.
 
 
== Plugin Commands ==
 
 
There aren't any plugin commands.
 
 
== Script Calls ==
 
 
There aren't any script calls.
 
  
 
== Changelog ==
 
== Changelog ==
  
* Version 1.00
+
<pre>
** Plugin released!
+
Version 1.00:
 +
- Finished Plugin!
 +
</pre>
  
 
== Help File ==
 
== Help File ==
Line 70: Line 43:
 
<!-- [[Category: RPG Maker MV Options Plugins]] -->
 
<!-- [[Category: RPG Maker MV Options Plugins]] -->
 
<!-- [[Category: RPG Maker MV Eventing Plugins]] -->
 
<!-- [[Category: RPG Maker MV Eventing Plugins]] -->
<!-- [[Category: RPG Maker MV Utility Plugins]] -->
+
[[Category: RPG Maker MV Utility Plugins]]
 
<!-- [[Category: RPG Maker MV Mechanical Plugins]] -->
 
<!-- [[Category: RPG Maker MV Mechanical Plugins]] -->
 
<!-- [[Category: RPG Maker MV Visual Plugins]] -->
 
<!-- [[Category: RPG Maker MV Visual Plugins]] -->
 
<!-- [[Category: RPG Maker MV Menu Plugins]] -->
 
<!-- [[Category: RPG Maker MV Menu Plugins]] -->
 
<!-- [[Category: RPG Maker MV Message Plugins]] -->
 
<!-- [[Category: RPG Maker MV Message Plugins]] -->
<!-- [[Category: RPG Maker MV Quality of Life Plugins]] -->
+
[[Category: RPG Maker MV Quality of Life Plugins]]
 
<!-- [[Category: RPG Maker MV Plugin Tips & Tricks]] -->
 
<!-- [[Category: RPG Maker MV Plugin Tips & Tricks]] -->
 
<!-- [[Category: Action Sequences (MV)]] -->
 
<!-- [[Category: Action Sequences (MV)]] -->

Revision as of 17:20, 22 August 2019

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.



Download

  • [link Mirror]

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

The Input Number event in RPG Maker requires players to scroll through each
digit in order to pick the number(s) they desire. This is a slow and tedious
process that could be sped up by using the keyboard to directly insert the
wanted numbers instead. If players use keyboard numbers to insert numbers,
they will appear instantly in the Input Number window. Players can also opt
for the traditional/default scrolling method using arrow keys as well.

Changelog

Version 1.00:
- Finished Plugin!

Help File