Template:Transcript Copy

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search

Purpose

Retrieves transcripts that were stored on other pages using Template:Transcript.

Usage

{{Transcript Copy|fromPage= |storedAs= |withFormatting= }}
ParameterStatusDescription
fromPagerequiredThe name of the wiki page containing the transcript to be copied.
storedAsrequiredThe name of the transcript to be copied, corresponding to the storeAs parameter of Template:Transcript.
withFormattingoptionalIf present, the transcript is displayed using the same formatting as Template:Transcript. Otherwise, the transcript is shown as plain text.

Retrieves transcripts that were stored on other pages using [[Template:Transcript]].

Template parameters

ParameterDescriptionTypeStatus
fromPagefromPage

The name of the wiki page containing the transcript to be copied.

Page namerequired
storedAsstoredAs

The name of the transcript to be copied, corresponding to the <code>storeAs</code> parameter of [[Template:Transcript]].

Stringrequired
withFormattingwithFormatting

If present, the transcript is displayed using the same formatting as [[Template:Transcript]]. Otherwise, the transcript is shown as plain text.

Booleanoptional

Examples

Input
{{Transcript Copy|fromPage= Template:Transcript|storedAs= Kashiko}}
Output

To my son's superior,



Thank you very much for looking after my
boy. This isn't much, but I hope you'll
accept it all the same.

I politely request your continued kindness
toward my son.
                                   Kashiko
                               (Baito's mother)


Input
{{Transcript Copy|fromPage= Template:Transcript|storedAs= Kashiko|withFormatting= true}}
Output

To my son's superior,



Thank you very much for looking after my
boy. This isn't much, but I hope you'll
accept it all the same.

I politely request your continued kindness
toward my son.
                                   Kashiko
                               (Baito's mother)


Error: Invalid transcript name
Input
{{Transcript Copy|fromPage= Template:Transcript|storedAs= foo}}
Output
Categories Added

Error: Missing parameters
Input
{{Transcript Copy|storedAs= Kashiko}}
Output
Categories Added

Reports

The following is an exhaustive list of pages using transcript copies. Purge this page to update the list with any recent changes.

The above documentation is transcluded from Template:Transcript Copy/Documentation. (edit | history)