The Wiki for Tale 7 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "Template:FlaxRow"

From ATITD7
Jump to navigationJump to search
Line 6: Line 6:
 
After the ! at the start of a line representing a row in the table, you can put <code><nowiki>{{FlaxRow|Name|Flax|Rotten|Seeds|Weed|Water}}</nowiki></code> and it will automatically insert the row in the table with the calculations for beds per 1000 flax etc completed.
 
After the ! at the start of a line representing a row in the table, you can put <code><nowiki>{{FlaxRow|Name|Flax|Rotten|Seeds|Weed|Water}}</nowiki></code> and it will automatically insert the row in the table with the calculations for beds per 1000 flax etc completed.
  
For example:
+
For example:<br>
<code><nowiki>{{FlaxRow|Old Egypt|1|0|1|2|0}}</nowiki></code>
+
<code><nowiki>{{FlaxRow|Old Egypt|1|0|1|2|0}}</nowiki></code><br>
Will insert the following row into that spot in the table:
+
Will insert the following row into that spot in the table:<br>
 
{|{table} border="1" cellspacing="0" cellpadding="5" class="wikitable"
 
{|{table} border="1" cellspacing="0" cellpadding="5" class="wikitable"
 
|-
 
|-

Revision as of 13:12, 7 December 2015

Usage:

For easier insertion of a table row in the flax crossbreeds table.

After the ! at the start of a line representing a row in the table, you can put {{FlaxRow|Name|Flax|Rotten|Seeds|Weed|Water}} and it will automatically insert the row in the table with the calculations for beds per 1000 flax etc completed.

For example:
{{FlaxRow|Old Egypt|1|0|1|2|0}}
Will insert the following row into that spot in the table:

Old Egypt 1 0 1 2 0 1000 200 5400 1000 200 5400

Which will of course adapt to the rest of the table formatting specified for that table on that page.