Last modified: 2008-03-14 13:17:57 UTC
Created attachment 4712 [details] patch to SMW_TypePage.php The type page for a built-in datatype such as [[Type:Number]] should indicate if it's built-in. There's already a message for this, smw_isknowntype ("This type is among the standard datatypes of this wiki.") which the factbox and Special:Types display. Its behavior should match the property page for a special property such as [[Property:Has type]] display smw_isspecprop ("This property is a special property in this wiki.") The type page should also detect and display smw_isaliastype, but that message needs the target of the alias and the code to determine it is in SMW_SpecialTypes.php rather than in SMW_DV_Types. Patch attached (just for smw_isknowntype), I think it works.