In caso di fumetto o libro illustrato, inserire il colore [bookdata ... col="colore,b/n"]
Possono essere inseriti opzionalmente ISBN [bookdata ... isbn="codice"] o ISSN [bookdata ... issn="codice"], il traduttore [bookdata ... translator="Traduttore"] ed eventuali note aggiuntive [dati_editoriali ... notes="Note aggiuntive"]
I dati possono essere inseriti anche in maniera disordinata: ci penserĂ il plugin a riordinarli', 'book_template_textdomain' ); ?>
Abbiamo parlato di:
'.$title.'
'.$author;
if ( $translator <> null )
{$book = $book.'
Traduzione di '.$translator;}
else
{$book = $book;}
if ( $col <> null )
{$book = $book.'
'.$publisher.', '.$date.'
'.$pages.' pagine, '.$col.' - '.$price;}
else
{$book = $book.'
'.$publisher.', '.$date.'
'.$pages.' pagine, '.$type.' - '.$price;}
if ( $isbn <> null )
{$book = $book.'
ISBN: '.$isbn;}
else
{
if ( $issn <> null )
{$book = $book.'
ISSN: '.$issn;}
else
{$book = $book;}
}
if ( $notes <> null )
{$book = $book.'
'.$notes;}
else
{$book = $book;}
$text = $book;
return $text;
}
/* ------------------------------------------------------ */
?>