Modèle:StageQuotes

De Inkipédia
Aller à la navigation Aller à la recherche

This template allows putting Squid Sister stage quotes. It allows support for changing names and punctuation to suit other languages, while requiring minimal markup. It supports up to 16 quotes, alternate quotes (for a language differing between two regions), and translations (for non-English quotes).

The coding is as follows:

{{StageQuotes
|C=Callie
|M=Marie
|:=:
|Qopen=“
|Qclose=”

|C1A=This is Callie's first quote.
|M1A=This is Marie's first quote.
|C1Aeng=This is Callie's first quote translated.
|M1Aeng=This is Marie's first quote translated.
|R1A=NOE
|V1=1

|C1B=This is Callie's first quote NOA alternate.
|M1B=This is Marie's first quote NOA alternate.
|C1Beng=This is Callie's first quote NOA alternate translated.
|M1Beng=This is Marie's first quote NOA alternate translated.
|R1B=NOA
}}

The following table-level fields must be left blank when the default values are correct.

  • C - Callie's name. Default value: Callie
  • M - Marie's name. Default value: Marie
  • : - Colon punctuation. Default value: : (colon)
  • Qopen - Opening quotation mark punctuation. Default value: “ (opening quote)
  • Qclose - Opening quotation mark punctuation. Default value: ” (closing quote)

The following row-level fields are available:

  • C1A
    • Use C for Callie's quote, and M for Marie's quote.
    • Use the numbers 1–n for each of the quotes.
    • Use the letter A for NOJ and NOE, and B for NOA.
  • C1Aeng - English translation for a quote. Use this only when providing a translation from a non-English language. This allows the meaning of the localization to be conveyed in English.
  • R1A - Region for this quote.
  • V1 - Version this quote was added in. Do not include trailing zeros (1 not 1.0.0, 2 not 2.0.0). Applies to A and B quote, so it only needed to be added once per quote number.