Template:Hatnote/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Bkonrad
(actually, this is my favorite one to use -- its the only a users doesn't have to consult a reference on how to use)
meta>NapoliRoma
(refine note that dablink doesn't create links)
Line 5: Line 5:
This template is used to add disambiguation links (''dab'' is Wikipedia shorthand for "disambiguation") to the top of article pages. While there are many other disambiguation-related templates, {{tl|dablink}} is unquestionably the simplest as it's sole function is to apply a consistent formatting the the text included as a parameter. See [[Wikipedia:Otheruses templates (example usage)]] for a list of templates with more specialized uses.
This template is used to add disambiguation links (''dab'' is Wikipedia shorthand for "disambiguation") to the top of article pages. While there are many other disambiguation-related templates, {{tl|dablink}} is unquestionably the simplest as it's sole function is to apply a consistent formatting the the text included as a parameter. See [[Wikipedia:Otheruses templates (example usage)]] for a list of templates with more specialized uses.


This template places an HTML div-/div block around the material given as its only argument, which forces browsers to correctly interpret the contained code. Contrary to what its name implies, it does not actually create a link of any kind.
This template places an HTML div-/div block around the material given as its only argument, which forces browsers to correctly interpret the contained code. Contrary to what its name implies, it does not automatically create a link of any kind so any links must be added manually.


This is very useful for embedding effects within other templates, or on disambiguation lines heading an article.
This is very useful for embedding effects within other templates, or on disambiguation lines heading an article.

Revision as of 17:26, 29 July 2007

Template:Template doc page viewed directly

Usage and purpose

This template is used to add disambiguation links (dab is Wikipedia shorthand for "disambiguation") to the top of article pages. While there are many other disambiguation-related templates, {{dablink}} is unquestionably the simplest as it's sole function is to apply a consistent formatting the the text included as a parameter. See Wikipedia:Otheruses templates (example usage) for a list of templates with more specialized uses.

This template places an HTML div-/div block around the material given as its only argument, which forces browsers to correctly interpret the contained code. Contrary to what its name implies, it does not automatically create a link of any kind so any links must be added manually.

This is very useful for embedding effects within other templates, or on disambiguation lines heading an article.

Template contents

Template:Fs

Examples

These five examples demonstrate use of the {{indent}} family of templates to provide different forcing wrap effects. The last shows the effect of an embedded HTML '<br />' line break.

No wrap

{{dablink|See also [[Murphy's Law]], [[Finagle's Law]] and [[Murphy's laws of combat]]. For the album by British rock band [[Spear of Destiny (band)|Spear of Destiny]], see [[Sod's Law (Spear of Destiny album)]]}}

gives

Indent

{{dablink|See also [[Murphy's Law]], [[Finagle's Law]] and [[Murphy's laws of combat]]. {{I}}For the album by British rock band [[Spear of Destiny (band)|Spear of Destiny]], see [[Sod's Law (Spear of Destiny album)]]}}

gives

Bigger indent (nine spaces)

{{dablink|See also [[Murphy's Law]], [[Finagle's Law]] and [[Murphy's laws of combat]]. {{I|9}}For the album by British rock band [[Spear of Destiny (band)|Spear of Destiny]], see [[Sod's Law (Spear of Destiny album)]]}}

gives

Break with no indent

{{dablink|See also [[Murphy's Law]], [[Finagle's Law]] and [[Murphy's laws of combat]]. {{I0}}For the album by British rock band [[Spear of Destiny (band)|Spear of Destiny]], see [[Sod's Law (Spear of Destiny album)]]}}

gives

Break using <br/>

{{dablink|See also [[Murphy's Law]], [[Finagle's Law]] and [[Murphy's laws of combat]]. <br />For the album by British rock band [[Spear of Destiny (band)|Spear of Destiny]], see [[Sod's Law (Spear of Destiny album)]]}}

gives