Difference between revisions of "Template:Verify"

From Tales of Maj'Eyal
Jump to: navigation, search
(create for marking verifcation need)
 
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><sup>Needs verification{{#if:{{{1|}}}|:{{{1}}}|}}</sup></includeonly>
+
<noinclude>Use this template to mark text that you think may be incorrect, and needs to be verified by someone with more experience or the ability to read the source code of ToME.
 +
 
 +
=== Example Use ===
 +
 
 +
The basic use is to put <nowiki>{{verify}}</nowiki> immediately after the text you believe needs to be verified.
 +
 
 +
<pre>Skeletons are the most durable of all races{{verify}}</pre>
 +
 
 +
Produces:
 +
 
 +
Skeletons are the most durable of all races{{verify}}
 +
 
 +
If you wish to add an additional note, do it like so:
 +
 
 +
<pre>Skeletons are the most durable of all races{{verify|Not true as of 1.4.3?}}</pre>
 +
 
 +
Produces:
 +
 
 +
Skeletons are the most durable of all races{{verify|Not true as of 1.4.3?}}
 +
[[Category:Templates]]
 +
</noinclude>
 +
<includeonly><sup>Needs verification{{#if:{{{1|}}}|&#58;{{{1}}}|}}</sup></includeonly>

Latest revision as of 01:13, 19 February 2016

Use this template to mark text that you think may be incorrect, and needs to be verified by someone with more experience or the ability to read the source code of ToME.

Example Use

The basic use is to put {{verify}} immediately after the text you believe needs to be verified.

Skeletons are the most durable of all races{{verify}}

Produces:

Skeletons are the most durable of all races Needs verification

If you wish to add an additional note, do it like so:

Skeletons are the most durable of all races{{verify|Not true as of 1.4.3?}}

Produces:

Skeletons are the most durable of all races Needs verification:Not true as of 1.4.3?