Template:Verify/doc: Difference between revisions

m
no edit summary
imported>Ttv pedro270707
(Created page with "This template creates an indicator for information that needs to be verified. == Argument == {| class="wikitable" ! Argument !! Note |- | <code>1</code> || Sets the title attribute of the link. |} == Usage == {| class="wikitable" ! Code !! Result |- | <code><nowiki>{{verify}}</nowiki></code> || {{verify}} |- | <code><nowiki>{{verify|Does TNT really blow up underwater?}}</nowiki></code> || {{verify|Does TNT really blow up underwater?}} |}")
imported>Ttv pedro270707
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
This template creates an indicator for information that needs to be verified.
This template creates an indicator for information that needs to be verified.


== Argument ==
== Arguments ==
{| class="wikitable"
{| class="wikitable"
! Argument !! Note
! Argument !! Note
|-
|-
| <code>1</code> || Sets the title attribute of the link.
| <code>1</code> || Sets the title attribute of the link.
|-
| <code>category</code> || Defines if the page should get [[:Category:Verify]].
|}
|}


Line 12: Line 14:
! Code !! Result
! Code !! Result
|-
|-
| <code><nowiki>{{verify}}</nowiki></code> || {{verify}}
| <code><nowiki>{{verify}}</nowiki></code> || {{verify|category=n}}
|-
|-
| <code><nowiki>{{verify|Does TNT really blow up underwater?}}</nowiki></code> || {{verify|Does TNT really blow up underwater?}}
| <code><nowiki>{{verify|Does TNT really blow up underwater?}}</nowiki></code> || {{verify|Does TNT really blow up underwater?|category=n}}
|}
|}