web commit by JoshTriplett

master
joey 2007-04-10 07:58:56 +00:00
parent 4d27643735
commit 9918a5757b
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
Pages could have a `linktitle`, and [[wikilinks|wikilink]] could use that
title by default when linking to the page. That would allow pages to have a
simple, easily linkable name (without spaces, for instance), but use the
proper title for links. For example, [[PreprocessorDirective]] could use the
`linktitle` "preprocessor directive", and pages for [[users]] could have
`linktitle`s that put spaces in their names.
Ideally, perhaps two versions of the title could exist, one for general use,
and an optional one for if the case in the actual link starts with an
uppercase letter. That would allow [[preprocessordirective]] to use the link
text "preprocessor directive", but [[PreprocessorDirective]] to use the link
text "Preprocessor Directive", for use at the beginnings of sentences. If the
second version did not exist, the first version would apply to both cases.
--[[JoshTriplett]]