Template:Infobox chapter: Difference between revisions

No edit summary
mNo edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="float:right; clear:right; width: 300px; margin: 0 0 1em 1em;">{{Infobox
<div style="float:right; clear:right; margin: 0 0 1em 1em;">{{Infobox
| above = {{{name<includeonly>|</includeonly>}}}
| above = {{{name<includeonly>|</includeonly>}}}
|abovestyle  = background: {{ifempty|{{{color|{{{colour|}}}}}}|#DEDEE2}}; color: {{ifempty|{{{color text|{{{colour text|}}}}}}|#000}};
|abovestyle  = background: {{ifempty|{{{color|{{{colour|}}}}}}|#DEDEE2}}; color: {{ifempty|{{{color text|{{{colour text|}}}}}}|#000}};
| subheader = {{#if: {{{previous|{{{previousletter|}}}}}} | {{ align|left|←&nbsp; [[{{#if:{{{previouslink|}}}|{{{previouslink}}}|{{{previousletter|{{{previous}}}}}}}}|{{{previousletter|{{{previous}}}}}}]] }} }} {{ #if:{{{nextletter|{{{next|}}}}}}| {{align|right| [[{{#if:{{{nextlink|}}}|{{{nextlink}}}| {{{nextletter|{{{next}}}}}} }}| {{{nextletter|{{{next}}}}}} ]]&nbsp;→ }} }}
| subheader = {{#if: {{{previous|{{{previousletter|}}}}}} | {{ align|left|←&nbsp; [[{{#if:{{{previouslink|}}}|{{{previouslink}}}|{{{previousletter|{{{previous}}}}}}}}|{{{previousletter|{{{previous}}}}}}]] }} }} {{ #if:{{{nextletter|{{{next|}}}}}}| {{align|right| [[{{#if:{{{nextlink|}}}|{{{nextlink}}}| {{{nextletter|{{{next}}}}}} }}| {{{nextletter|{{{next}}}}}} ]]&nbsp;→ }} }}
| image = {{#if: {{{image|}}} | [[File:{{{image}}}|frameless|center|250px]] }}
| image = {{#if: {{{image|}}} | {{{image}}} }}
| caption = {{#if: {{{image|}}} | {{{caption|}}} }}
| caption = {{#if: {{{image|}}} | {{{caption|}}} }}
|labelstyle = vertical-align:top;


| label1 = Chapter
| label1 = Chapter
| data1 = {{{chapter<includeonly>|</includeonly>}}}
| data1 = {{{chapter<includeonly>|</includeonly>}}}


| label2 = Date Published
| label2 = Arc
| data2 = {{{date_published<includeonly>|</includeonly>}}}
| data2 = {{{arc<includeonly>|</includeonly>}}}


| label3 = Date Completed
| label3 = No. of Episodes
| data3 = {{{date_completed<includeonly>|</includeonly>}}}
| data3 = {{{episode_count<includeonly>|</includeonly>}}}


| label4 = No. of Episodes
| label4 = Episode No.
| data4 = {{{episode_count<includeonly>|</includeonly>}}}
| data4 = {{{episode_number<includeonly>|</includeonly>}}}


| label5 = Word Count
| label5 = Date Published
| data5 = {{{word_count<includeonly>|</includeonly>}}}
| data5 = {{{date_published<includeonly>|</includeonly>}}}


| label6 = Category
| label6 = Date Completed
| data6 = {{{category<includeonly>|</includeonly>}}}
| data6 = {{{date_completed<includeonly>|</includeonly>}}}


| label7 = POV
| label7 = Word Count
| data7 = {{{pov<includeonly>|</includeonly>}}}
| data7 =  {{{word_count<includeonly>|</includeonly>}}}
 
| label8 = POV
| data8 = {{{pov<includeonly>|</includeonly>}}}
 
|label9 = Characters
|data9 = {{#if:{{{characters|}}}|<div style="clear: both;overflow: auto; max-height:180px; width:150px;border: 1px solid #AAA;margin: .25em 0;padding:.5em 0 .5em .25em>{{{characters}}}|}}</div>


| label8 = Characters
| data8 = {{{characters<includeonly>|</includeonly>}}}


}}
}}
Line 34: Line 39:


<noinclude>
<noinclude>
<div style="clear:right">
Although this infobox is labeled as chapter. It is used for both chapters and episodes
= Parameters =
= Parameters =


Line 43: Line 51:


previous = The display name of the previous episode/chapter eg. 'Episode 2'<br>
previous = The display name of the previous episode/chapter eg. 'Episode 2'<br>
previouslink = the actual wiki link to the previous episode/chapter eg. 'episode_2'<br>
previouslink = The actual wiki link to the previous episode/chapter eg. 'episode_2'<br>


chapter = If the article is an episode, then this is the chapter that the episode is in<br>
chapter = If the article is an episode, then this is the chapter that the episode is in<br>
arc = The arc the chapter takes place in. Only use in chapters<br>
episode_count = The number of episodes in a chapter. This includes Special episodes and parts.<br>
episode_number = For Parts and special episodes, what is the Tapas episode number.
date_published = The date the episode was published, or the date the first episode of the chapter was released<br>
date_published = The date the episode was published, or the date the first episode of the chapter was released<br>
date_completed = If it's a chapter, this is the date the last episode of the chapter was released<br>
date_completed = If it's a chapter, this is the date the last episode of the chapter was released<br>
episode_count = The number of episodes in a chapter<br>
word_count = The number of words in an episode<br>
word_count = The number of words in an episode<br>
Category = Currently Unused<br>
 
pov = Which Point of view the episode/chapter is told from. Only use in chapter if every single episode within the chapter is told by one character<br>
pov = Which Point of view the episode/chapter is told from. Only use in chapter if every single episode within the chapter is told by one character<br>
characters = characters contained within a episode. Do not use for chapters, as typically the list is too long.  
characters = characters contained within a episode. Do not use for chapters, as typically the list is too long.


</noinclude>
</noinclude>
</div>