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:SeedVeg"

From ATITD7
Jump to navigationJump to search
(Blanked the page)
Line 1: Line 1:
 +
<includeonly>|- id="{{{1}}} {{{2}}}"
 +
! {{{2}}} || {{{3}}} || {{{4}}} || {{{5}}} || {{{6}}} || {{{7}}} || {{{8}}} || {{{9}}}</includeonly><noinclude>
 +
== Usage: ==
  
 +
For easier insertion of a table row in the flax crossbreeds table.
 +
 +
After the <code><nowiki>{{SeedVegHeader|</nowiki></code> at the start of the table, you can put <code><nowiki>{{SeedVeg|Name|Flax|Rotten|Seeds|Weed|Water}}</nowiki></code> on new lines before the final <code><nowiki>}}</nowiki></code> and it will automatically insert the row in the table with the correct formatting.
 +
1 sets of/1 water/9 cabbage/1 seeds/grown on grass
 +
| 4 seeds from 7am to 8am (roughly)
 +
For example:
 +
<pre><nowiki>{{SeedVegHeader|Cabbage|
 +
{{SeedVeg|Cabbage|Eigam #1|Genome|Eigam|1|1|9|1|grass|4 seeds from 7am to 8am (roughly)}}
 +
}}</nowiki></pre>
 +
Will insert the following row into that spot in the table (header not shown below for clarity):<br>
 +
{|{table} border=10 cellpadding="1" cellspacing="3" style="background-color:#00FF00"
 +
|-
 +
! Eigam #1 || Genome || Eigam || 1 || 1 || 9 || 1 || grass || 4 seeds from 7am to 8am (roughly)
 +
|-
 +
|}
 +
Which will of course adapt to the rest of the table formatting specified for that table in the SeedVegHeader template.
 +
 +
To link directly  to a vegetable seed in the table, replace spaces in the vegetable seed name with underscore <code><nowiki>_</nowiki></code> and the <code><nowiki>#</nowiki></code> symbol with <code><nowiki>.23</nowiki></code> as such:
 +
 +
<code><nowiki>[[New_Crosses#Cabbage_Eigam_.231]]</nowiki></code> to link to the seed with the name <code><nowiki>Eigam #1</nowiki></code>
 +
 +
[[Category: Template]] {{DEFAULTSORT:PAGENAME}}
 +
</noinclude>

Revision as of 10:30, 12 December 2015

Usage:

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

After the {{SeedVegHeader| at the start of the table, you can put {{SeedVeg|Name|Flax|Rotten|Seeds|Weed|Water}} on new lines before the final }} and it will automatically insert the row in the table with the correct formatting. 1 sets of/1 water/9 cabbage/1 seeds/grown on grass | 4 seeds from 7am to 8am (roughly) For example:

{{SeedVegHeader|Cabbage|
{{SeedVeg|Cabbage|Eigam #1|Genome|Eigam|1|1|9|1|grass|4 seeds from 7am to 8am (roughly)}}
}}

Will insert the following row into that spot in the table (header not shown below for clarity):

Eigam #1 Genome Eigam 1 1 9 1 grass 4 seeds from 7am to 8am (roughly)

Which will of course adapt to the rest of the table formatting specified for that table in the SeedVegHeader template.

To link directly to a vegetable seed in the table, replace spaces in the vegetable seed name with underscore _ and the # symbol with .23 as such:

[[New_Crosses#Cabbage_Eigam_.231]] to link to the seed with the name Eigam #1