Difference between revisions of "Orebox/doc"
From Unofficial Stationeers Wiki
< Template:Orebox
F1r3w4rr10r (talk | contribs) (Create the Orebox template documentation) |
F1r3w4rr10r (talk | contribs) (Reformat blank code) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! Parameter Name | + | ! Parameter Name !! Description |
|- | |- | ||
− | | name | + | | name || The name of the ore. |
|- | |- | ||
− | | mined_with | + | | image || An image of the ore. |
+ | |- | ||
+ | | mined_with || The tool, the ore is mined with. Defaults to [[Mining Drill]]. | ||
|} | |} | ||
− | + | == Blank == | |
− | |||
This is the blank template code, that can be copy-pasted into a page to use it there. | This is the blank template code, that can be copy-pasted into a page to use it there. | ||
− | + | <pre style="overflow: auto;" pad="yes">{{Orebox | |
+ | | name = | ||
+ | | image = | ||
+ | | mined_with = | ||
+ | }}</pre> | ||
<noinclude>[[Category:Template Documentation]]</noinclude><includeonly>{{sandbox other|| | <noinclude>[[Category:Template Documentation]]</noinclude><includeonly>{{sandbox other|| |
Latest revision as of 11:23, 16 July 2018
This is a documentation subpage for Template:Orebox. It contains usage information, categories and other content that is not part of the original template page. |
Summary[edit]
This template should be used for ores.
Parameters[edit]
The following, optional parameters can be supplied:
Parameter Name | Description |
---|---|
name | The name of the ore. |
image | An image of the ore. |
mined_with | The tool, the ore is mined with. Defaults to Mining Drill. |
Blank[edit]
This is the blank template code, that can be copy-pasted into a page to use it there.
{{Orebox | name = | image = | mined_with = }}