Jump to content

Template:Book Series: Difference between revisions

imported>Christian D Jensen
Created page with "<includeonly> <infobox> <title source="title"/> <image source="image"> <caption source="caption-image"/> </image> <group> <header source="information">Information</header> <data source="author(s)"> <label>Author(s)</label> </data> </group> </infobox> </includeonly> <noinclude> Example usage: {{Book Series | title=Example | image=Example.jpg | caption-image=Example | information=Example | author(s)=Example}} <pre> {{Book Series..."
 
imported>Christian D Jensen
No edit summary
Line 9: Line 9:
     <data source="author(s)">
     <data source="author(s)">
       <label>Author(s)</label>
       <label>Author(s)</label>
    </data>
    <data source="illustrator(s)">
      <label>Illustrator(s)</label>
    </data>
    <data source="editor(s)">
      <label>Editor(s)</label>
    </data>
    <data source="publisher">
      <label>Publisher</label>
    </data>
    <data source="books">
      <label>Books</label>
    </data>
    <data source="first_publication">
      <label>First Publication</label>
     </data>
     </data>
   </group>
   </group>
Line 20: Line 35:
   | caption-image=Example
   | caption-image=Example
   | information=Example
   | information=Example
   | author(s)=Example}}
   | author(s)=Example
  | illustrator(s)=Example
  | editor(s)=Example
  | publisher=Example
  | books=Example
  | first_publication=Example}}
<pre>
<pre>
{{Book Series
{{Book Series
Line 27: Line 47:
   | caption-image=Example
   | caption-image=Example
   | information=Example
   | information=Example
   | author(s)=Example}}
   | author(s)=Example
  | illustrator(s)=Example
  | editor(s)=Example
  | publisher=Example
  | books=Example
  | first_publication=Example}}
</pre>
</pre>
<templatedata>
<templatedata>
{"params":{"title":{"suggested":true},"image":{"suggested":true},"caption-image":{"suggested":true},"information":{"suggested":true},"author(s)":{"suggested":true}},"sets":[],"maps":{}}
{"params":{"title":{"suggested":true},"image":{"suggested":true},"caption-image":{"suggested":true},"information":{"suggested":true},"author(s)":{"suggested":true},"illustrator(s)":{"suggested":true},"editor(s)":{"suggested":true},"publisher":{"suggested":true},"books":{"suggested":true},"first_publication":{"suggested":true}},"sets":[],"maps":{}}
</templatedata>
</templatedata>
</noinclude>
</noinclude>