Difference between revisions of "User:Evon R'al/Sandbox template/doc"

From EVE University Wiki
Jump to: navigation, search
m (Blank page for next project)
Tag: Replaced
m (Working on template Verify putting in original code)
Line 1: Line 1:
 +
<noinclude>{{main|Template:Verify}}</noinclude>
 +
This template adds the {{verify}} tag in-line where it is placed. It is meant to be used in a similar fashion to "Citation Needed' on other wikis, particularly for but not limited to numerical data. For more information, see [[UniWiki:Verification]].
  
 +
==Examples==
 +
 +
The verify tag that is placed with this template by default has the tooltip text "Please help verify the accuracy of this information."
 +
 +
{{code|<nowiki>{{verify}}</nowiki>}}
 +
produces:
 +
 +
{{verify}}
 +
 +
If you would like to change the tooltip text (for example, to a brief explanation), you can include the title parameter:
 +
 +
{{code|<nowiki>{{verify|title=This text has been changed}}</nowiki>}}
 +
 +
produces:
 +
 +
{{verify|title=This text has been changed}}
 +
 +
(mouse over each to see the difference)
 +
 +
 +
<includeonly>[[Category:Maintenance templates]]</includeonly>
 
<noinclude>[[Category:Template documentation]]</noinclude>
 
<noinclude>[[Category:Template documentation]]</noinclude>

Revision as of 09:49, 25 October 2021

Main article: Template:Verify

This template adds the [Verify] tag in-line where it is placed. It is meant to be used in a similar fashion to "Citation Needed' on other wikis, particularly for but not limited to numerical data. For more information, see UniWiki:Verification.

Examples

The verify tag that is placed with this template by default has the tooltip text "Please help verify the accuracy of this information."

{{verify}}

produces:

[Verify]

If you would like to change the tooltip text (for example, to a brief explanation), you can include the title parameter:

{{verify|title=This text has been changed}}

produces:

[Verify]

(mouse over each to see the difference)