Template:TestThisTable: Difference between revisions

From Horizon Wiki Mirror
Content deleted Content added
imported>Starfox9507
Created page with "<noinclude> This is the "Book" template. {{#cargo_declare:_table=Books |Authors=List (,) of Page |Genres=List (,) of String |Year_of_publication=Date |Number_of_pages=Integer}} </noinclude> <includeonly> {{#cargo_store:_table=Books}} {| ! Author(s) | {{#arraymap:{{{Authors|}}}|,|x|{{#formredlink:form=Author|target=x}} }} |- ! Genre(s) | {{{Genres|}}} |- ! Year of publication | {{{Year_of_publication|}}} |- ! Number of pages | {{{Number_of_pages|}}} |} </includeonly>"
 
imported>Starfox9507
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
{{#cargo_declare:
This is the "Book" template.
_table = testThisTable

|testParamDate = Date
{{#cargo_declare:_table=Books
}}
|Authors=List (,) of Page
</noinclude><includeonly>
|Genres=List (,) of String
{{#cargo_store:
|Year_of_publication=Date
_table = testThisTable
|Number_of_pages=Integer}}
|testParamDate={{{testParamDate|}}}
}}</includeonly><noinclude>
[[Category:TestThisTable]]
</noinclude>
</noinclude>
<includeonly>
{{#cargo_store:_table=Books}}
{|
! Author(s)
| {{#arraymap:{{{Authors|}}}|,|x|{{#formredlink:form=Author|target=x}} }}
|-
! Genre(s)
| {{{Genres|}}}
|-
! Year of publication
| {{{Year_of_publication|}}}
|-
! Number of pages
| {{{Number_of_pages|}}}
|}
</includeonly>

Revision as of 14:13, 22 October 2023

This template defines the table "testThisTable". This table has not been created yet.