Differenze tra le versioni di "Template:Book"

Da Dialetto Metaurense.
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽
(Creata pagina con "<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...")
 
 
(3 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
 
<noinclude>
 
<noinclude>
This is the "Book" template.
+
Questo è il template 'Book'.
 
+
Dovrebbe esser chiamato con il seguente formato:
{{#cargo_declare:_table=Books
+
<pre>
|Authors=List (,) of Page
+
{{Book
|Genres=List (,) of String
+
|Author=
|Year_of_publication=Date
+
|Genres=
|Number_of_pages=Integer}}
+
}}
</noinclude>
+
</pre>
<includeonly>
+
Modificare la pagine per vedere il testo del template.
{{#cargo_store:_table=Books}}
+
</noinclude><includeonly>{| class="wikitable"
{|
 
 
! Author(s)
 
! Author(s)
| {{#arraymap:{{{Authors|}}}|,|x|{{#formredlink:form=Author|target=x}} }}
+
| {{#arraymap:{{{Author|}}}|,|x|{{#formredlink:target=x|form=Author}} }}
 
|-
 
|-
 
! Genre(s)
 
! Genre(s)
 
| {{{Genres|}}}
 
| {{{Genres|}}}
|-
 
! Year of publication
 
| {{{Year_of_publication|}}}
 
|-
 
! Number of pages
 
| {{{Number_of_pages|}}}
 
 
|}
 
|}
 +
 +
[[Categoria:Books]]
 
</includeonly>
 
</includeonly>

Versione attuale delle 18:58, 1 gen 2023

Questo è il template 'Book'. Dovrebbe esser chiamato con il seguente formato:

{{Book
|Author=
|Genres=
}}

Modificare la pagine per vedere il testo del template.