User:Gundam785/Special effects templates

From Wikipedia, the free encyclopedia

This page is a list of templates to do "special effects", mostly to text. It is not a list of boilerplate or pastel boxes.

Feel free to edit this page as if it were in the Wikipedia: namespace.

Suggestion: Populate Cat:Wikipedia special effects templates, with Cat:If Templates being a member. Remember <noinclude> </noinclude> around Category definitions. (SEWilco 13:51, 21 October 2005 (UTC))

Case insensitive ASCII order, please.

  • Template:an · Template talk:an
    • Creates a link to a footnote with the same name created by Template:anb.
      • Usage: {{an|an-sample}}
      • Results: [1]
  • Template:anb · Template talk:anb
    • Creates a footnote link back to the corresponding link created with Template:an.
      • Usage: # {{anb|an-sample}} sample
      • Results:
        1.   sample

‹The template Clearleft has been proposed for deletion here.› 

  • Template:if equal · Template talk:if equal
    • Select template to run based upon if a parameter is equal to another, assuming 4th parameter is also passed to target templates.
      • Usage: {{if equal|Show1|Show2||a|b|c}}
        • If 3rd parameter equal 4th parameter, call template in 1st parameter else call template in 2nd parameter.
        • If (nothing) equals "a", call Template:Show0 (show nothing) else call Template:Show2 (show 2nd parameter).
      • Results: Template:If equal
  • Template:if equal g · Template talk:if equal g
    • Select template to run based upon if a parameter is equal to another.
      • Usage: {{if equal g|Show1|Show2|||(void)|b|c}}
        • If 3rd parameter equal 4th parameter, call template in 1st parameter else call template in 2nd parameter. Same as Template:if equal but 4th parameter is not passed to target templates.
        • If (nothing) equals (nothing), call Template:Show1 (show 1st parameter) else call Template:Show2 (show 2nd parameter).
      • Results: Template:If equal g
  • Template:nobr · Template talk:nobr
    • Does the same as <nobr>, which is a nonstandard tag not supported by MediaWiki.
      • Usage: {{nobr|sample}}
      • Results: sample
sample

[edit] See also