Module:Globals/data/doc

From Old School Near-Reality Wiki
< Module:Globals‎ | data
Revision as of 12:43, 4 October 2022 by Jacmob (talk | contribs) (Created page with "{{Documentation}} {{Invokes|Globals}} This template is used to display commonly used variables like the total amount of quest points. This way only Module:Globals/data needs to be edited when a new update changes one of the values. ==Parameters== {{#invoke:Globals|doc_list}} ==Examples== * <code><nowiki>{{Globals|quests}}</nowiki></code> produces <code>{{Globals|quests}}</code>. * <code><nowiki>{{Globals|quest points}}</nowiki></code> produces <code>{{Globals|ques...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the documentation page for Module:Globals/data

Information icon-grey.png
This is a documentation subpage for Module:Globals/data.
It contains usage information, categories, and other content that is not part of the original module page.
Module:Globals/data is required by Module:Globals.
Module:Globals/data is invoked by Template:Globals.

This template is used to display commonly used variables like the total amount of quest points. This way only Module:Globals/data needs to be edited when a new update changes one of the values.

Parameters

  • ca easy tasks — returns the total amount of easy-tier Combat Achievements tasks
  • ca elite tasks — returns the total amount of elite-tier Combat Achievements tasks
  • ca gm tasks — returns the total amount of grandmaster-tier Combat Achievements tasks
  • ca hard tasks — returns the total amount of hard-tier Combat Achievements tasks
  • ca master tasks — returns the total amount of master-tier Combat Achievements tasks
  • ca medium tasks — returns the total amount of medium-tier Combat Achievements tasks
  • ca total tasks — returns the total amount of Combat Achievements tasks
  • latest music release date — returns the date of when the latest music track was released
  • latest quest — returns the name of the latest released quest
  • latest quest f2p — returns the name of the latest released free-to-play quest
  • latest quest p2p — returns the name of the latest released quest exclusive for members
  • latest quest release date — returns the date of the latest released quest
  • latest quest release date f2p — returns the date of the latest released free-to-play quest
  • music tracks — returns the total amount of music tracks
  • quest points — returns the total amount of quest points
  • quest points f2p — returns the total amount of quest points obtained with free-to-play quests
  • quest points p2p — returns the total amount of quest points obtained with pay-to-play quests
  • quests — returns the total amount of quests
  • quests f2p — returns the total amount of free-to-play quests
  • quests p2p — returns the total amount of quests exclusive for members
  • today — returns the date of today
  • total level — returns the absolute maximum total level achievable
  • total level f2p — returns the absolute maximum total level achievable in free-to-play
  • total skills — returns the total amount of skills
  • total skills f2p — returns the total amount of free-to-play skills
  • total skills p2p — returns the total amount of skills exclusive to members

Examples