Template:Infobox chapter: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="float:right; clear:right | <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}}; | ||
Line 9: | Line 9: | ||
| data1 = {{{chapter<includeonly>|</includeonly>}}} | | data1 = {{{chapter<includeonly>|</includeonly>}}} | ||
| label2 = | | label2 = Arc | ||
| data2 = {{{ | | data2 = {{{arc<includeonly>|</includeonly>}}} | ||
| label3 = Date | | label3 = Date Published | ||
| data3 = {{{ | | data3 = {{{date_published<includeonly>|</includeonly>}}} | ||
| label4 = | | label4 = Date Completed | ||
| data4 = {{{ | | data4 = {{{date_completed<includeonly>|</includeonly>}}} | ||
| label5 = | | label5 = No. of Episodes | ||
| data5 = {{{ | | data5 = {{{episode_count<includeonly>|</includeonly>}}} | ||
| label6 = | | label6 = Word Count | ||
| data6 = {{{ | | data6 = {{{word_count<includeonly>|</includeonly>}}} | ||
| label7 = POV | | label7 = POV | ||
| data7 = {{{pov<includeonly>|</includeonly>}}} | | data7 = {{{pov<includeonly>|</includeonly>}}} | ||
| label8 = Characters | | label8 = Characters | ||
| data8 = {{{characters<includeonly>|</includeonly>}}} | | data8 = {{{characters<includeonly>|</includeonly>}}} | ||
}} | }} | ||
Line 34: | Line 34: | ||
<noinclude> | <noinclude> | ||
<div style="clear:right"> | |||
Although this infobox is labeled as chapter. It is used for both chapters and episodes | Although this infobox is labeled as chapter. It is used for both chapters and episodes | ||
= Parameters = | = Parameters = | ||
Line 44: | Line 46: | ||
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 = | 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> | |||
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> | 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> | ||
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> |