Help:Episode Quotes

From AIOWiki
Jump to navigation Jump to search

The purpose of this page is to aid in the understanding of how to properly add quotes to episode pages so they can show up on the main page.

Process

  • Find the episode you would like to add a quote to.
  • Find the quotes section on the page and push the [edit] link on the right hand side of the page above the section.
  • If the page doesn't have any quotes on it, you can add one by replacing:
== Quotes ==
{{Quotes}}
  • With the following code by filling the speaker and the quote:
== Quotes ==
{{Quotes
|speaker1a=speaker
|quote1a=quote
}}
  • If the quote consists of multiple lines of the same quote keep adding lines as necessary by adding the next letter in the parameter:
== Quotes ==
{{Quotes
|speaker1a=speaker
|quote1a=quote
|speaker1b=speaker
|quote1b=quote
|speaker1c=speaker
|quote1c=quote
}}
  • If there is a quote already on the page (let's take Whit's Flop as an example) and you would like to add another quote to the page use the following code:
== Quotes ==
{{Quotes
|speaker1a=Whit
|quote1a=Well that was just a coincidence.
|speaker2a=speaker
|quote2a=quote
}}
  • Similarly, you can add a third quote with multiple lines. Just remember that the numbers are for each quote, and the letters for each line of each quote:
== Quotes ==
{{Quotes
|speaker1a=Whit
|quote1a=Well that was just a coincidence.
|speaker2a=speaker
|quote2a=quote
|speaker3a=speaker
|quote3a=quote
|speaker3b=speaker
|quote3b=quote
}}
  • When combining these techinques quote sections can have many quotes and when formatted correctly they will appear on the Main Page.