Template:BookInfobox: Difference between revisions

From No Man's Land - A Trigun Wiki
Jump to navigation Jump to search
imported>Whyitskai
m (category)
m (Text replacement - "class="wikitable" style="float: right; margin-left: 0.5em; margin-right: 0px; width: 20%;"" to "class="wikitable infobox"")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{| class="wikitable" style="float: right; margin-left: 0.5em; margin-right: 0px; width: 20%;"
<includeonly>{| class="wikitable infobox"
! colspan="2" | {{{vol_title|}}}
! colspan="2" | {{{vol_title|}}}
|-
|-
| colspan="2" style="text-align:center; {{#if:{{{img|}}}||display: none}}" | [[File:{{{img|}}}|300px|x400px]]{{#if:{{{imgcaption|}}}|<br/>{{{imgcaption|}}}}}
| colspan="2" style="text-align:center; {{#if:{{{img|}}}||display: none}}" | [[File:{{{img|}}}|200px|x300px]]{{#if:{{{imgcaption|}}}|<br/>{{{imgcaption|}}}}}
|-
|-
|- {{#if: {{{series|}}}||style="display: none"}}
|- {{#if: {{{series|}}}||style="display: none"}}
Line 64: Line 64:
|-
|-
|}</includeonly>
|}</includeonly>
<noinclude>[[Category:Infobox templates]]</noinclude>
<noinclude>
==Description==
This template is intended for use on {{SITENAME}} pages that discuss Trigun books that are not manga volumes and may have multiple volumes.
===Code===
Paste this code at the top of the text box in "Edit Source" mode and fill in the parameters with the appropriate values:
<pre>
{{BookInfobox
|vol_title=
|img=
|imgcaption=
|series=
|bookseries=
|type=
|writer=
|pub_jp=
|date_jp=
|pub_us=
|date_us=
|pub_can=
|date_can=
|vol_num=
|chap_num=
|page_num=
|prev_vol=
|next_vol=
}}
</pre>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 18:58, 4 January 2024


Description

This template is intended for use on No Man's Land - A Trigun Wiki pages that discuss Trigun books that are not manga volumes and may have multiple volumes.

Code

Paste this code at the top of the text box in "Edit Source" mode and fill in the parameters with the appropriate values:

{{BookInfobox
|vol_title=
|img=
|imgcaption=
|series=
|bookseries=
|type=
|writer=
|pub_jp=
|date_jp=
|pub_us=
|date_us=
|pub_can=
|date_can=
|vol_num=
|chap_num=
|page_num=
|prev_vol=
|next_vol=
}}