Template:Podcast infobox: Difference between revisions
Appearance
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="title"..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<title source=" | <title source="title"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source=" | <image source="image"> | ||
<caption source=" | <caption source="caption"/> | ||
</image> | </image> | ||
<data source="title"> | <data source="title"> | ||
| Line 10: | Line 10: | ||
</data> | </data> | ||
<data source="creator"> | <data source="creator"> | ||
<label>Creator</label> | <label>Creator(s)</label> | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
| Line 17: | Line 17: | ||
<pre> | <pre> | ||
{{Podcast infobox | {{Podcast infobox | ||
| title=Example | | title=Example | ||
| image=Example | |||
| caption=Example | |||
| creator=Example | | creator=Example | ||
}} | }} | ||
</pre> | </pre> | ||
<templatedata> | <templatedata> | ||
{"params":{" | {"params":{"title":{"suggested":true},"image":{"suggested":true},"caption":{"suggested":true},"creator":{"suggested":true}},"sets":[],"maps":{}} | ||
</templatedata> | </templatedata> | ||
[[Category:Infobox templates]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 14:22, July 17, 2021
<infobox>
<title source="title"> <default>Podcast infobox</default> </title> <image source="image">
</image> <label>Title</label> <label>Creator(s)</label> </infobox> Example usage:
{{Podcast infobox
| title=Example
| image=Example
| caption=Example
| creator=Example
}}
<templatedata> {"params":{"title":{"suggested":true},"image":{"suggested":true},"caption":{"suggested":true},"creator":{"suggested":true}},"sets":[],"maps":{}} </templatedata>