Template:Wish inline: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(include external doc)
mNo edit summary
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly><h3>{{#ifeq: {{{status}}} | confirmed | <span style="color:green;">✔</span>&nbsp;}}{{#ifeq: {{{status}}} | debunked |<span style="color:#e00;">✖</span>&nbsp;}}{{{title}}} ===
<includeonly><h3>{{#switch:{{{status}}}
{{#ifeq: {{{status}}} | confirmed | :''<span style="color:green">This wish was revealed in [[Episode {{{episode}}}]].</span>''}}
  |confirmed=<span style="color:green;">✔</span>&nbsp;
{{#ifeq: {{{status}}} | manga | :''<span style="color:olive">This wish is shown in the manga version, which is not considered canon by many.</span>''}}</includeonly><noinclude>{{:Template:Wish inline/doc}}
  |debunked =<span style="color:#e00;">✖</span>&nbsp;
}}{{{title}}}</h3>{{#switch:{{{status}}}
  |confirmed=<div style="color:green;margin-left:1.5em;margin-top:-5px;margin-bottom:2px;">This wish was {{#if:{{{source|}}}|revealed in {{{source}}}.|{{#if:{{{episode|}}}|revealed in [[Episode {{{episode}}}]].|confirmed in official sources.}}}}</div>
  |manga   =<div style="color:olive;margin-left:1.5em;margin-top:-5px;margin-bottom:2px;">This wish is shown in the manga version, which is not considered canon by many.</div>
  |magazine=<div style="color:olive;margin-left:1.5em;margin-top:-5px;margin-bottom:2px;">The source of this information is from a magazine interview, but it contains insufficient information to make an accurate presentation.</div>
}}</includeonly><noinclude>Tag wish as confirmed/debunked or confirmed in manga. Usage:
<pre>
{{wish_inline
|title="I want to redo what I did wrong."
|status=confirmed
|episode=10
}}
</pre>
Available statuses:
*<code>confirmed</code>: If the wish is confirmed in episode. Episode parameter is required.
*<code>debunked</code>: This wish theory is debunked.
*<code>manga</code>: This theory is confirmed in manga, but some may not treat it as canon.
*<code>magazine</code>: The source of this information is from a magazine interview, but it contains insufficient information to make an accurate presentation.
 
You can also use <code>source</code> instead of <code>episode</code> to give some other source.


[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Latest revision as of 17:19, 9 November 2011

Tag wish as confirmed/debunked or confirmed in manga. Usage:

{{wish_inline
|title="I want to redo what I did wrong."
|status=confirmed
|episode=10
}}

Available statuses:

  • confirmed: If the wish is confirmed in episode. Episode parameter is required.
  • debunked: This wish theory is debunked.
  • manga: This theory is confirmed in manga, but some may not treat it as canon.
  • magazine: The source of this information is from a magazine interview, but it contains insufficient information to make an accurate presentation.

You can also use source instead of episode to give some other source.