User:Senefi/GrownPlantTableTemplate: Difference between revisions

From tgwiki2
Jump to navigation Jump to search
imported>Senefi
No edit summary
imported>Senefi
m Senefi moved page Template:User:Senefi/GrownPlantTable to User:Senefi/GrownPlantTableTemplate: move user templates out of template namespace
 
(2 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="text-align: center; width:5%" class="unsortable"|Plant Icon
! scope="col" style="text-align: center; width:5%" class="unsortable"|Plant Icon
! scope="col" style="text-align: center; width:5%" class="unsortable"|Seed Icon
! scope="col" style="text-align: center; width:5%" class="unsortable"|Seed Icon
Line 9: Line 9:
! scope="col" style="width:15%" class="unsortable"|Mutations
! 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>