Template:Building link/view: Difference between revisions

From Against the Storm Official Wiki
(Adding support for plural names)
m (adding back in an important comment)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span class="ats-link-building nowrap">{{#ifeq: {{{iconsize|}}} | none
<includeonly><span class="ats-link-building {{#ifeq:{{{iconsize|}}}|small|ats-flag-small|}} nowrap">{{#ifeq: {{{iconsize|}}} | none
|<!--then skip icon-->
|<!--then skip icon-->
|<!--else do icon-->[[File:{{{iconfilename|question_mark.png}}} | {{#switch: {{{iconsize|medium}}}  
|<!--else do icon-->[[File:{{{iconfilename|question_mark.png}}} | {{#switch: {{{iconsize|medium}}}
|<!--case--> large={{ImgL}}  
|<!--case--> small={{ImgS}}
|<!--case--> huge={{ImgH}}  
|<!--case--> large={{ImgL}}
|<!--default (small is not an option for building icons)-->{{ImgM}} }} | link={{{name|Name?}}} | {{{name|Name?}}}]]}} {{#ifeq: {{{display|}}} | notext
|<!--case--> huge={{ImgH}}
|<!--default-->{{ImgM}} }} | link={{{name|Name?}}} | {{{name|Name?}}}]]}} {{#ifeq: {{{display|}}} | notext
|<!--then skip text -->
|<!--then skip text -->
|<!--else do text -->[[{{{name|Name?}}}]]{{{plural|}}}}}</span><noinclude>
|<!--else do text -->[[{{{name|Name?}}}]]{{{plural|}}}}}</span></includeonly><noinclude>


<!-- DO NOT change whitespace and newlines in the above template code, or it will output inappropriately. I've done the best that is possible with parserfunctions to create readable code, but there are some functions and markup that must start on the same line where the functions and markup before them end. -->
<!-- The default in the switch statement in the code is the default for THIS template, not for the parent template, where the default is no icon. Incidentally, this allows for some backward compatibility for catching both "med" and "medium," but this may change so do not rely on it. -->


{{Template:Reserved_template_warning}}
{{Template:Reserved_template_warning}}
== Examples ==
<pre>{{Building_link/view|iconfilename=Furnace_icon.png|iconsize=medium|name=Furnace|plural=s}}</pre>
{{Building_link/view|iconfilename=Furnace_icon.png|iconsize=medium|name=Furnace|plural=s}}
<pre>{{Building_link/view|iconsize=none|name=Furnace|plural=s}}</pre>
{{Building_link/view|iconsize=none|name=Furnace|plural=s}}
<pre>{{Building_link/view|iconfilename=Furnace_icon.png|iconsize=large|name=Furnace|display=notext|plural=s}}</pre>
{{Building_link/view|iconfilename=Furnace_icon.png|iconsize=large|name=Furnace|display=notext|plural=s}}
{|class=wikitable
| <pre>{{Building_link/view|iconfilename=Ranch_icon.png|iconsize=medium|name=Ranch}}</pre>
| {{Building_link/view|iconfilename=Ranch_icon.png|iconsize=medium|name=Ranch}}
|-
| <pre>{{Building_link/view|iconsize=none|name=Ranch|plural=es}}</pre>
| {{Building_link/view|iconsize=none|name=Ranch|plural=es}}
|-
| <pre>{{Building_link/view|iconfilename=Ranch_icon.png|iconsize=huge|name=Ranch|display=notext|plural=es}}</pre>
| {{Building_link/view|iconfilename=Ranch_icon.png|iconsize=huge|name=Ranch|display=notext|plural=es}}
|}


[[Category:Reserved templates]]
[[Category:Reserved templates]]
</noinclude>
</noinclude>

Latest revision as of 14:05, 9 November 2024


Templates in the Reserved templates subcategory are NOT intended to be used directly by article authors.

These templates are reserved for special pages, meta pages, and automated by Lua modules.

Please reach out to the wiki community for alternatives before you use these templates on your pages.