Difference between revisions of "Template:FlagBall"

From eRepublik Official Wiki
Jump to: navigation, search
(Usage)
m
 
Line 1: Line 1:
 
<includeonly>[[File:Icon-{{{1}}}.png|{{{2|15}}}px|{{{3|}}}]] </includeonly><noinclude>
 
<includeonly>[[File:Icon-{{{1}}}.png|{{{2|15}}}px|{{{3|}}}]] </includeonly><noinclude>
Code for a small flag "ball"
+
{{Documentation}}
== Usage ==
+
<pre>{{FlagBall|Country|size in pixel(optional, default 15)|Alternative text(optional, Text showing when the mouse is on the image)}}</pre>
+
 
+
== Examples ==
+
Code:
+
<pre>{{FlagBall|Italy}} {{FlagBall|Pakistan}} {{FlagBall|France}} {{FlagBall|Italy|25}}</pre>
+
Result:
+
{{FlagBall|Italy}} {{FlagBall|Pakistan}} {{FlagBall|France}} {{FlagBall|Italy|25}} {{FlagBall|Romania|25|Flag of Romania}}
+
  
 +
[[Category:Graphical Aid Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 11:18, 2 April 2022

[edit] [purge]

Documentation

Template to show a small flag "ball"

Usage

{{FlagBall
|Country
|size in pixel (optional, default 15)
|Alternative text(optional, Text shown when the mouse is over the image)
}}

Examples

Result Code
Icon-Italy.png {{FlagBall|Italy}}
Icon-Pakistan.png {{FlagBall|Pakistan}}
Icon-France.png {{FlagBall|France}}
Icon-Italy.png {{FlagBall|Italy|25}}
Flag of Romania {{FlagBall|Romania|25|Flag of Romania}}