Template:Infobox Miniquest/doc: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "{{External|rs=Template:Infobox Miniquest}} {{Documentation}} Infobox to be used on Miniquest mw.pages. ==Quick copy== <pre>{{Infobox Miniquest |name = |image = |release = |update = |removal = (Optional) |removalupdate = (Optional) |aka = (Optional) |members = |series = |difficulty = |developer = }}</pre> ==Example== <div style="float:left;">{{Infobox Miniquest |name = Enter the Abyss |image = 300px |release = 13 June 2005...")
 
No edit summary
Line 1: Line 1:
{{documentation}}
{{External|rs=Template:Infobox Miniquest}}
{{Documentation}}
{{invokes|MinMax}}
This template returns the minimum value of the input parameters.


==Usage==
Infobox to be used on [[Miniquest]] mw.pages.
This template can be used by entering the following onto a relevant page.


<pre>{{Min|num1|num2|...|numN}}</pre>
==Quick copy==
<pre>{{Infobox Miniquest
|name =
|image =
|release =
|update =
|removal = (Optional)
|removalupdate = (Optional)
|aka = (Optional)
|members =
|series =
|difficulty =
|developer =
}}</pre>


==Example==
==num1 ... numN==
These parameters can be any number of numbers.
<div style="float:left;">{{Infobox Miniquest
|name = Enter the Abyss
|image = [[File:Enter the Abyss.png|300px]]
|release = [[13 June]] [[2005]]
|update = RuneCraft Update and Tweaks
|members = Yes
|series = None
|difficulty = Intermediate
|developer = Andrew Gower
}}</div>{{Clear|Left}}


<includeonly>[[Category:Mathematical templates|{{PAGENAME}}]]</includeonly>
==Parameters==
{|
! style="text-align:left" | Parameter
! style="text-align:left" | Description
! style="text-align:left" | Required
|-
|name
|Name of the miniquest.
|
|-
|image
|Image of the miniquest.
|
|-
|release
|Date that the miniquest was released.
|
|-
|update
|Update post associated with the release date.
|
|-
|removal
|Date that the miniquest was removed.
|(Optional)
|-
|removalupdate
|Update post associated with the removal date.
|(Optional)
|-
|aka
|Alternate names for the miniquest.
|(Optional)
|-
|members
|Whether or not the miniquest is members only.
|
|-
|series
|The quest series that the miniquest is a part of. Use "None" if not applicable.
|
|-
|difficulty
|The officially stated difficulty of the quest from the quest page at runescape.com.
|
|-
|developer
|The name of the developers who worked on the miniquest, if known.
|
|-
|}

<includeonly>[[Category:Infobox templates]]</includeonly>

Revision as of 00:37, 17 October 2024

This is a documentation subpage for Template:Infobox Miniquest.
It contains usage information, categories, and other content that is not part of the original template page.
Template:Infobox Miniquest invokes Module:MinMax using Lua.

This template returns the minimum value of the input parameters.

Usage

This template can be used by entering the following onto a relevant page.

{{Min|num1|num2|...|numN}}

num1 ... numN

These parameters can be any number of numbers.