Jump to content

Template:Change: Difference between revisions

From WikiVG
imported>Fenhl
Created page with "<includeonly>{{#if:{{{1|}}}|<s>{{{1}}}</s>}}{{#if:{{{2|}}}|<u>{{{2}}}</u>}}</includeonly><noinclude>This template is used to denote changes on the Pre-release protocol art..."
 
imported>Pokechu22
m Use {{Added}} and {{Removed}}
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|<s>{{{1}}}</s>}}{{#if:{{{2|}}}|<u>{{{2}}}</u>}}</includeonly><noinclude>This template is used to denote changes on the [[Pre-release protocol]] article. Use the first parameter for removed text, and the second parameter for added text.
<includeonly>{{#if:{{{1|}}}|<del {{Removed}}>{{{1}}}</del>}}{{#if:{{{2|}}}|{{#if:{{{1|}}}|&#x20;}}<ins {{Added}}>{{{2}}}</ins>}}</includeonly><noinclude>This template is used to denote changes on the [[Pre-release protocol]] article. Use the first parameter for removed text, and the second parameter for added text.
 
== Usage ==
 
=== Change ===
 
<code><nowiki>{{Change|From|To}}</nowiki></code>
 
{{Change|From|To}}
 
=== Creation ===
 
<code><nowiki>{{Change||New value}}</nowiki></code>
 
{{Change||New value}}
 
=== Deletion ===
 
<code><nowiki>{{Change|Old value}}</nowiki></code>
 
{{Change|Old value}}
 
</noinclude>

Latest revision as of 21:13, 26 June 2018

This template is used to denote changes on the Pre-release protocol article. Use the first parameter for removed text, and the second parameter for added text.

Usage[edit]

Change[edit]

{{Change|From|To}}

{{#if:From|From}}{{#if:To|{{#if:From| }}To}}

Creation[edit]

{{Change||New value}}

{{#if:|}}{{#if:New value|{{#if:| }}New value}}

Deletion[edit]

{{Change|Old value}}

{{#if:Old value|Old value}}{{#if:|{{#if:Old value| }}{{{2}}}}}