Template:Species link: Difference between revisions

From Against the Storm Official Wiki
(Undo revision 2811 by 76561198197284346 (talk))
Tag: Undo
m (added category)
 
(One intermediate revision by one other user not shown)
Line 59: Line 59:




1. <code><nowiki>{{Species link|Fox}}</nowiki></code> yields:
1. <code><nowiki>{{Species link|Foxes}}</nowiki></code> yields:


{{Species_link|Fox}}
{{Species_link|Foxes}}




2. <code><nowiki>{{Species link|Fox|med}}</nowiki></code> yields:
2. <code><nowiki>{{Species link|Foxes|med}}</nowiki></code> yields:


{{Species_link|Fox|med}}
{{Species_link|Foxes|med}}




3. <code><nowiki>{{Species link|Fox|large}}</nowiki></code> yields:
3. <code><nowiki>{{Species link|Foxes|large}}</nowiki></code> yields:


{{Species_link|Fox|large}}
{{Species_link|Foxes|large}}




4. <code><nowiki>{{Species link|Fox|huge}}</nowiki></code> yields:
4. <code><nowiki>{{Species link|Foxes|huge}}</nowiki></code> yields:


{{Species_link|Fox|huge}}
{{Species_link|Foxes|huge}}




Line 100: Line 100:




8. With a valid Species but invalid icon size, <code><nowiki>{{Species link|Fox|gigantic}}</nowiki></code> yields:
8. With a valid Species but invalid icon size, <code><nowiki>{{Species link|Foxes|gigantic}}</nowiki></code> yields:


{{Species_link|Fox|gigantic}}</noinclude>
{{Species_link|Foxes|gigantic}}
 
[[Category:Link templates]]
[[Category:Lua-based templates]]</noinclude>

Latest revision as of 04:10, 2 October 2024


{{#invoke:SpeciesLink|renderLink|Species={{{1|{{{Species|}}} }}}|iconsize={{{2|{{{iconsize|}}} }}} }}


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


This template calls renderLink in Module:SpeciesLink to make icons and short wiki links to a Species'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 Speciessthroughout 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 Species links a little easier.


Usage

Use the name of the species 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 Species name will result in a text-sized icon and a link to the wiki page for that Species. This is useful in-line with text in paragraphs, where Species 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 Species icon increases recognition. IF the Species 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 {{Species link}} An error.
Species name or
Species name and a "small" icon size
{{Species link|Fox}}
{{Species link|Crystalized Dew|small}}
A small, text-sized icon and link to the wiki page for the Species.
Species name and a "med" icon size {{Species link|Fox|med}}
{{Species link|Training Gear|med}}
A fair-sized Species icon and a link to its wiki page.
Species name and a "large" icon size {{Species link|Fox|large}}
{{Species link|Waterskins|large}}
A large Species icon and a link to its wiki page.
Species name and a "huge" icon size {{Species link|Fox|huge}}
{{Species link|Pack of Trade Goods|huge}}
A very large Species 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. {{Species link|Foxes}} yields:

Foxes Foxes


2. {{Species link|Foxes|med}} yields:

Foxes Foxes


3. {{Species link|Foxes|large}} yields:

Foxes Foxes


4. {{Species link|Foxes|huge}} yields:

Foxes Foxes


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


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

SpeciesLink error: no Species given


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

Foxes Foxes


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

SpeciesLink error: no Species given


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


8. With a valid Species but invalid icon size, {{Species link|Foxes|gigantic}} yields:

Foxes Foxes