Small documentation and whitespace fixes

This commit is contained in:
Thomas Bleher 2008-01-03 19:28:50 +00:00
parent 875dcbb34a
commit 2cee6e3392

View file

@ -318,7 +318,7 @@ class Linker {
/**
* Make a red link to the edit page of a given title.
*
* @param $title String: The text of the title
* @param $nt Title object of the target page
* @param $text String: Link text
* @param $query String: Optional query part
* @param $trail String: Optional trail. Alphabetic characters at the start of this string will
@ -360,7 +360,7 @@ class Linker {
*
* Make a brown link to a short article.
*
* @param $title String: the text of the title
* @param $nt Title object of the target page
* @param $text String: link text
* @param $query String: optional query part
* @param $trail String: optional trail. Alphabetic characters at the start of this string will
@ -374,7 +374,7 @@ class Linker {
/**
* Make a coloured link.
*
* @param $title String: the text of the title
* @param $nt Title object of the target page
* @param $colour Integer: colour of the link
* @param $text String: link text
* @param $query String: optional query part