Go to file
Ævar Arnfjörð Bjarmason 800e782118 * Given input like:
The quick<ref name=agility>NASA</ref> brown fox jumped<ref name=agility/> over the lazy<ref>Discovery channel</ref> dog
  generate:
    "The quick[1] brown fox jumped[1] over the lazy[2] dog."
  inline and:
    1. 1.1 1.2 NASA <!-- 1.1 & 1.2 are links -->
    2. Discovery channel
  in the references section, as opposed to:
    The quick[1] brown fox jumped[2] over the lazy[3] dog.
  inline and:
    1. 1 2 NASA <!-- 1 & 2 are links -->
    2. Discovery channel
  like before
2005-12-29 21:56:00 +00:00
Cite.php * Given input like: 2005-12-29 21:56:00 +00:00
cite_text * 2005-11-27 05:35:00 version of enwiki MediaWiki:Cite_text 2005-11-27 13:02:10 +00:00
cite_text-fr Translation support using files 'cite_text-<languagecode>' 2005-11-27 15:20:43 +00:00
SpecialCite.php * Updated the link to the online documentation on meta 2005-12-25 19:40:11 +00:00