Template:Resource link

From Against the Storm Official Wiki
Revision as of 04:16, 14 February 2023 by Aeredor (talk | contribs) (improved the template documentation; renamed product to resource for consistency)


{{#invoke:ResourceLink|renderLink|resource={{{1|{{{resource|}}} }}}|iconsize={{{2|{{{iconsize|}}} }}} }}


This template is used like this: {{Resource link|resource|iconsize}}


This template calls renderLink in Module:ResourceLink to make icons and short wiki links to a resource's page. The icon can be small, huge, or in between. The small icon is sized appropriately to fit well into in-line text.

This template standardizes the display of icons and resourcesthroughout the wiki and simplifies the amount of writing that is necessary when adding new content pages.


A shortcut template also exists {{rl}}, to make writing a page with many resource links a little easier.


Usage

Use the name of the resource name as it appears in the game. (The background code performs some normalization, but only to catch small mistakes in spacing or apostrophes.)

Giving the template a resource name will result in a text-sized icon and a link to the wiki page for that resource. This is useful in-line with text in paragraphs, where resource icons can still be recognized.


Telling the template what size to make the icon allows the icon to be larger and more distinguishable. This is useful when creating tables where a larger resource icon increases recognition. IF the resource is not known to the data modules behind the scenes, an error will appear.

The default is a small icon, for use in-line with text. You can also use med, large, huge, or write small explicitly, to describe the desired size of the icon, as you can see below.


Here are ways to call the template and the expected result:

Argument Examples Expected outcome
None {{Resource link}} An error.
Resource name or
Resource name and a "small" icon size
{{Resource link|Biscuits}}
{{Resource link|Crystalized Dew|small}}
A small, text-sized icon and link to the wiki page for the resource.
Resource name and a "med" icon size {{Resource link|Biscuits|med}}
{{Resource link|Training Gear|med}}
A fair-sized resource icon and a link to its wiki page.
Resource name and a "large" icon size {{Resource link|Biscuits|large}}
{{Resource link|Waterskins|large}}
A large resource icon and a link to its wiki page.
Resource name and a "huge" icon size {{Resource link|Biscuits|huge}}
{{Resource link|Pack of Trade Goods|huge}}
A very large resource icon and a link to its wiki page.


Examples

The following are generated by calling the template, as shown in the examples in the table above.


1. {{Resource link|Biscuits}} yields:

Script error: The function "renderLink" does not exist.


2. {{Resource link|Biscuits|med}} yields:

Script error: The function "renderLink" does not exist.


3. {{Resource link|Biscuits|large}} yields:

Script error: The function "renderLink" does not exist.


4. {{Resource link|Biscuits|huge}} yields:

Script error: The function "renderLink" does not exist.


The following are error messages generated by calling the template incorrectly.


5. With no arguments, {{Resource link}} yields:

Script error: The function "renderLink" does not exist.


6. With the name of something that doesn't exist in the game, {{Resource link|Biscits}} yields:

Script error: The function "renderLink" does not exist.


7. With no resource but an icon size, {{Resource link||large}} yields:

Script error: The function "renderLink" does not exist.


Finally, providing an icon size that is not recognized does not break the template.


8. With a valid resource but invalid icon size, {{Resource link|Biscuits|gigantic}} yields:

Script error: The function "renderLink" does not exist.