Difference between revisions of "Category talk:Ships:Civilian"

From VsWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
*[[User:jackS|jackS]] 22:03, 2 Mar 2005 (PST) Is there any way we can cut off the "Ships:" Prefix? It will make searching annoying if the list is convinced that all items start with S.
 
*[[User:jackS|jackS]] 22:03, 2 Mar 2005 (PST) Is there any way we can cut off the "Ships:" Prefix? It will make searching annoying if the list is convinced that all items start with S.
 +
** [[User:pontiac|pontiac]] 14:44, 3 Mar 2005 (PST) Yes, but we would '''need to edit (or clone) the CategoryPage.php file''' to display (and SORT) is as something like this (the term in the brackets is optional, and the : on the 'end' should be always there IMO)
 +
<pre>
 +
[[Namespace1:Namespace2:Itemname|Itemname]] <small>Namespace1:Namespace2:(Itemname)</small>
 +
</pre>
 +
: [[Namespace1:Namespace2:Itemname|Itemname]] <small>Namespace1:Namespace2:(Itemname)</small>
 +
: Ok, we actually have not more that one namespace so it would look like this most of the time:
 +
<pre>
 +
[[Namespace:Itemname|Itemname]] <small>Namespace:(Itemname)</small>
 +
</pre>
 +
: [[Namespace:Itemname|Itemname]] <small>Namespace:(Itemname)</small>
 +
: The biggest problem will be code-side of this though, i'm not really familiar with php :?

Revision as of 00:44, 4 March 2005

  • jackS 22:03, 2 Mar 2005 (PST) Is there any way we can cut off the "Ships:" Prefix? It will make searching annoying if the list is convinced that all items start with S.
    • pontiac 14:44, 3 Mar 2005 (PST) Yes, but we would need to edit (or clone) the CategoryPage.php file to display (and SORT) is as something like this (the term in the brackets is optional, and the : on the 'end' should be always there IMO)
[[Namespace1:Namespace2:Itemname|Itemname]] <small>Namespace1:Namespace2:(Itemname)</small>
Itemname Namespace1:Namespace2:(Itemname)
Ok, we actually have not more that one namespace so it would look like this most of the time:
[[Namespace:Itemname|Itemname]] <small>Namespace:(Itemname)</small>
Itemname Namespace:(Itemname)
The biggest problem will be code-side of this though, i'm not really familiar with php :?