Difference between revisions of "Template:EndTileList"

From Wikicarpedia
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
</div>{{#ifeq: {{#expr: {{{F|0}}} or {{{G|0}}} or {{{C|0}}} or {{{W|0}}} or {{{H|0}}} or {{{P|0}}} or {{{D|0}}} }} | 1 | <translate><!--T:1--> Several tiles have a small illustration on them. The letters in brackets show which illustration is on each tile:</translate>{{BeginTileList|500px}}
<includeonly></div></includeonly><noinclude>{{Breadcrumbs
{{#ifeq: {{{G}}} | 1 | {{Tile|Feature_Garden_C2.png|<br />G&nbsp;&#124;&nbsp;<translate><!--T:2--> Garden</translate>}} }}{{#ifeq:
|link1={{EditorManualLink}}
{{{F}}} | 1 | {{Tile|Feature_Farmhouse_C2.png|<br />F&nbsp;&#124;&nbsp;<translate><!--T:3--> Farmhouse</translate>}} }}{{#ifeq:
}}
{{{C}}} | 1 | {{Tile|Feature_Cows_C2.png|<br />C&nbsp;&#124;&nbsp;<translate><!--T:4--> Cowshed</translate>}} }}{{#ifeq:
{{{W}}} | 1 | {{Tile|Feature_WaterTower_C2.png|<br />W&nbsp;&#124;&nbsp;<translate><!--T:5--> Water&nbsp;tower</translate>}} }}{{#ifeq:
{{{H}}} | 1 | {{Tile|Feature_Highwayman_C2.png|<br />H&nbsp;&#124;&nbsp;<translate><!--T:6--> Highwaymen</translate>}} }}{{#ifeq:
{{{P}}} | 1 | {{Tile|Feature_Pigsty_C2.png|<br />P&nbsp;&#124;&nbsp;<translate><!--T:7--> Pigsty</translate>}} }}{{#ifeq:
{{{D}}} | 1 | {{Tile|Feature_Donkeys_C2.png|<br />D&nbsp;&#124;&nbsp;<translate><!--T:8--> Donkey&nbsp;stable</translate>}} }}
</div>{{#ifeq: {{#expr: {{{C|0}}} or {{{P|0}}} or {{{D|0}}} }} | 1 | '''Note:''' The small illustrations of a '''cowshed''', a '''pigsty''' and a '''donkey stable''' are collectively referred to as '''sheds''' or '''stables'''.}}
}}<noinclude><hr /><languages />
== Description ==
== Description ==
End Tile List, with possible set show tile illustrations.
End Tile List
 
== Params ==
* <code>edition</code> (optional) [<code>C1</code>{{!}}<code>C2</code>{{!}}<code>C3</code>{{!}}<code>WE</code>{{!}} -empty-] Design of illustration used in description of illustrations defined in <code>codes</code>
* <code>G</code> (optional) [<code>1</code>] Include G - Garden in illustrations
* <code>F</code> (optional) [<code>1</code>] Include F - Farmhouse in illustrations
* <code>C</code> (optional) [<code>1</code>] Include C - Cowshed in illustrations
* <code>W</code> (optional) [<code>1</code>] Include W - Water tower in illustrations
* <code>H</code> (optional) [<code>1</code>] Include H - Highwaymen in illustrations
* <code>P</code> (optional) [<code>1</code>] Include P - Pigsty in illustrations
* <code>D</code> (optional) [<code>1</code>] Include D - Donkey stable in illustrations


== Examples ==
== Examples ==
Line 27: Line 10:
! Wiki !! Output
! Wiki !! Output
|-
|-
| <code><nowiki>{{EndTileList}}</nowiki></code> || End if tile list (stop to float elements)  
| <code><nowiki>{{EndTileList}}</nowiki></code> || Ending of tile list (stop to float elements)  
|-
| <code><nowiki>{{EndTileList|G=1|F=1}}</nowiki></code> || End of tile list and show description of G - garden and F - farmhouse
|-
| <code><nowiki>{{EndTileList|C=1|H=1}}</nowiki></code> || End of tile list and show description of C - garden, H - farmhouse and D - Donkey stale
|}
|}
{{BeginTileList|500px}}
{{EndTileList|G=1|F=1}}


{{BeginTileList|500px}}
[[Category:Editor Manual]]
{{EndTileList|C=1|H=1}}
[[Category:Translatable_templates]]
</noinclude>
</noinclude>

Latest revision as of 22:40, 15 November 2022

Description

End Tile List

Examples

Wiki Output
{{EndTileList}} Ending of tile list (stop to float elements)