Infobox/Mod – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|")
m (Fix description)
Line 1: Line 1:
{| style="width:286px; border: 1px solid #AAAAAA; line-height:140%; border-spacing:0; background-color:white; font-size: 95%; float:right;"
<includeonly>{| style="width:286px; border: 1px solid #AAAAAA; line-height:140%; border-spacing:0; background-color:white; font-size: 95%; float:right;"
|-
|-
|colspan="2" style="text-align: center; background-color: #444444; color: #FFFFFF; padding:3px 5px 4px; font-size: 120%;"| '''{{{Name|{{PAGENAME}}}}}'''
|colspan="2" style="text-align: center; background-color: #444444; color: #FFFFFF; padding:3px 5px 4px; font-size: 120%;"| '''{{{Name|{{PAGENAME}}}}}'''
Line 68: Line 68:
{{!}} style="background-color: #E6E6E6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} link
{{!}} style="background-color: #E6E6E6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} link
{{!}} style="background-color: #F6F6F6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} {{{link}}} }}
{{!}} style="background-color: #F6F6F6; border-top:1px solid #AAAAAA; padding:3px 5px 4px;" {{!}} {{{link}}} }}
|}
|}</includeonly><noinclude>
 
<noinclude>
== Usage ==
== Usage ==
{| style="background: transparent; border: none;"
{| style="background: transparent; border: none;"
Line 96: Line 94:
</pre>
</pre>
|}
|}
 
{{Feature|informative|Links in this template have to be without {{=}} symbol (equal). Use {{Template|{{=}}}} in their place:
<dl>
<dt>Note:</dt>
<dd>Links in this template have to be without = symbol (equal). Use {{Template|{{=}}}} in their place:
<pre>...
<pre>...
...
...
|web = http://example.org
|web = http://example.org
|link = http://example.org/query.php?foo{{=}}bar&this{{=}}that
|link = http://example.org/query.php?foo{{=}}bar&this{{=}}that
}}</pre></dd>
}}</pre>}}
</dl>


{{Feature|important|Please do not try usage of infobox in this page, do it in you sandbox or in your squad article.}}
[[Category:Templates|{{uc:{{PAGENAME}}}}]]</noinclude>
[[Category:Templates|{{uc:{{PAGENAME}}}}]]
</noinclude>

Revision as of 01:20, 8 February 2021

Usage

{{Infobox_mod
|picture = 
|leader = 
|2D = 
|3D = 
|script = 
|code = 
|island = 
|missions = 
|other = 
|betatest = 
|external = 
|released =
|releasedate = 
|version = 
|ingame =
|description=
|web = 
|link = 
}}
Links in this template have to be without = symbol (equal). Use {{=}} in their place:
...
...
|web = http://example.org
|link = http://example.org/query.php?foo{{=}}bar&this{{=}}that
}}