Template:Wish inline: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>=== {{#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>
  |debunked =<span style="color:#e00;">✖</span>&nbsp;
<!--
}}{{{title}}}</h3>{{#switch:{{{status}}}
For some reason, noinclude doesn't work like it should, commenting for now
  |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>
<noinclude>Template used for the wishes titles
}}</includeonly><noinclude>Tag wish as confirmed/debunked or confirmed in manga. Usage:
===Usage===
<pre>
<pre>
{{wish_inline
{{wish_inline
Line 15: Line 14:
}}
}}
</pre>
</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.


===Parameters===
You can also use <code>source</code> instead of <code>episode</code> to give some other source.
;Title
:The wish title
;status
:Either confirmed, debunked, manga (for wishes different in the manga version) or unknown (nothing is accepted too)
;episode
:The episode number where the speculah was proven right/wrong. In a future version, will apply to manga chapter too.</noinclude>
 
===Output===
 
<pre>{{wish_inline
|title=If you do, you'll lose everything
|status=debunked}}</pre>
 
{{wish_inline
|title=If you do, you'll lose everything
|status=debunked}}
Homura might have wished to become the perfect girl and undo her previously unhappy life. She was a classmate and friend of Madoka, which is why she knows her way around the school. However, everyone's memories of Homura vanished because she wanted her old flawed, bullied, unpopular self to be forgotten.
 
<pre>{{wish_inline
|title="I want to redo what I did wrong."
|status=confirmed
|episode=10}}</pre>
 
{{wish_inline
|title="I want to redo what I did wrong."
|status=confirmed
|episode=10}}
 
Homura wishes to avoid a fatal outcome and go back in time to redo everything.
 
Revealed in episode 10. Homura from timeline 1 wished to go back in time and save Madoka from her fate. The exact wording of her wish was "I want to redo my meeting with Kaname-san. Instead of being protected by her, I want to protect her!"
 
<pre>{{wish_inline
|title="Please help…"
|status=manga}}</pre>
 
{{wish_inline
|title="Please help…"
|status=manga}}
 
In manga canon, her wish is shown to be simply "please help" after being questioned by Kyubey about her wish in a car accident.</noinclude>
-->


[[Category:Templates]]
[[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.