Template:Book: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | |||
"bookname": { | |||
"label": "Book Name", | |||
"description": "Name of the book", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"authorname": { | |||
"label": "Name of author", | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"booklink": { | |||
"type": "url" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 20:22, 25 August 2025
{{{bookname}}} | |
Author | {{{authorname}}} |
Link | [{{{booklink}}}] |
{{{bookname}}} | |
Author | {{{authorname}}} |
Link | [{{{booklink}}}] |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Book Name | bookname | Name of the book | String | required |
Name of author | authorname | no description | Page name | required |
booklink | booklink | no description | URL | optional |