User:Senefi/GrownPlantTableTemplate: Difference between revisions

From tgwiki2
Jump to navigation Jump to search
imported>Senefi
mNo edit summary
imported>Senefi
m Senefi moved page Template:User:Senefi/GrownPlantTable to User:Senefi/GrownPlantTableTemplate: move user templates out of template namespace
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|class="wikitable sortable" style="width:90%" border="1" cellspacing="0" cellpadding="2"
<includeonly>{|class="wikitable sortable" style="width:90%" border="1" cellspacing="0" cellpadding="2"
! scope="col" style="width:72px" class="unsortable"|Plant Icon
! scope="col" style="text-align: center; width:5%" class="unsortable"|Plant Icon
! scope="col" style="width:72px" class="unsortable"|Seed Icon
! scope="col" style="text-align: center; width:5%" class="unsortable"|Seed Icon
! scope="col" style="width:10%" |Name
! scope="col" style="text-align: center; width:10%" |Name
! scope="col" style="width:10%" |Genes
! scope="col" style="width:15%" class="unsortable"|Genes
! scope="col" style="width:10%" |Reagents
! scope="col" style="width:15%" |{{Tooltip|<u>Grafted Gene</u>|Plants will always have a grafted gene, even if the plant has no genetic traits.}}
! scope="col" style="width:10%" |Mutations
! scope="col" style="width:20%" class="unsortable"|Reagents
! scope="col" style="width:10%" |Description
! scope="col" style="width:15%" class="unsortable"|Brewing
! scope="col" style="width:15%" class="unsortable"|Mutations
{{{content}}}
{{{content}}}
|}
|}</includeonly>
<noinclude>
==Example==
==Documentation==
</noinclude>
<templatedata>
{
"params": {
"content": {
"description": "Entries for the GrownPlantTable",
"type": "content",
"required": true
}
},
"description": "This is a table for autowiki generated data, data should be passed as one entry into the content parameter."
}
</templatedata>

Latest revision as of 16:28, 20 June 2023


Example

Documentation

<templatedata> { "params": { "content": { "description": "Entries for the GrownPlantTable", "type": "content", "required": true } }, "description": "This is a table for autowiki generated data, data should be passed as one entry into the content parameter." } </templatedata>