Module
DYK/doc
From Dogcraft Wiki
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
====facts==== | ====facts==== | ||
The "facts" function, which returns up to 5 facts per day, selected from [[Dogcraft_Wiki:Did_you_know]]. Its arguments are "text", which expects "<nowiki>{{Dogcraft_Wiki:Did_you_know/Facts}}</nowiki>" or a similarly layed out page, as the value, and "start" and " | The "facts" function, which returns up to 5 facts per day, selected from [[Dogcraft_Wiki:Did_you_know]]. Its arguments are "text", which expects "<nowiki>{{Dogcraft_Wiki:Did_you_know/Facts}}</nowiki>" or a similarly layed out page, as the value, and "start" and "end", which determine which of the 5 facts to return. <br> ''Example: ''<code><nowiki>{{#invoke:DYK|facts|text={{Dogcraft_Wiki:Did_you_know/Facts}}|start=1|end=2}}</nowiki></code>'' generates: <blockquote>{{#invoke:DYK|facts|text={{Dogcraft_Wiki:Did_you_know/Facts}}|start=1|end=2}}</blockquote>''(this changes daily)'' | ||
Revision as of 17:37, 7 November 2021
This module is responsible for the functionality of the Did you know? facts that appear on the main page. It does this by randomly pulling a number of facts from the content of the Dogcraft Wiki:Did you know/Facts page.
Functions:
random
The "random" function can generate up to 5 random numbers per day. Its arguments are "length", which sets the highest random number it can select (default is 30), and "seed", which can select between the 5 daily numbers. Seed accepts numbers from 1 to 5.
Examples:
{{#invoke:DYK|random|length=33|seed=1}}generates:33(this number changes daily){{#invoke:DYK|random|length=33|seed=2}}generates:8(this number changes daily){{#invoke:DYK|random|length=33|seed=3}}generates:15(this number changes daily){{#invoke:DYK|random|length=33|seed=4}}generates:22(this number changes daily){{#invoke:DYK|random|length=33|seed=5}}generates:30(this number changes daily)
facts
The "facts" function, which returns up to 5 facts per day, selected from Dogcraft_Wiki:Did_you_know. Its arguments are "text", which expects "{{Dogcraft_Wiki:Did_you_know/Facts}}" or a similarly layed out page, as the value, and "start" and "end", which determine which of the 5 facts to return.
Example: {{#invoke:DYK|facts|text={{Dogcraft_Wiki:Did_you_know/Facts}}|start=1|end=2}} generates:
- ... that the (now retired) Hide N' Seek mini-game on the Dogcraft Server had two unused maps - and that one of them was removed from circulation as it was found players were able to escape it?
- ... that during periods where there was no server Dynmap, players took mapping into their own hands by creating the Great Survival Map (Survival 2) and later the Grand Map (Survival 3)?
(this changes daily)