我不会说英语。所以我要求你理解。
我在维基媒体有一个网站。
而且......我有一个问题。 当我写文章时,页面会自动修改为大写(第一个字母)。
像这样: iPhone => IPhone
请点击链接。
我希望我的网站像Wiktionary一样工作。有可能吗?
答案 0 :(得分:0)
维基百科要求所有页面都以大写字母开头。这就是搜索结果和URL是“IPhone”的原因。使用小写标题模板可以覆盖此行为。只需在页面开头附近的某处写if ($NewAccounts ="Y") {
$cursor = 3
$lock = 3
$Ado = New-Object -ComObject ADODB.Connection
$recordset = New-Object -ComObject ADODB.Recordset
$Ado.Open("Provider = Microsoft.ACE.OLEDB.12.0;Data Source=$Source")
$query = "Select * from [Sheet1]"
$recordset.Open($query, $ado, $cursor, $lock)
$recordset.AddNew()
$recordset.Fields.Item("Account") = $AccName
$recordset.Fields.Item("Serial") = $CGBSerial
$recordset.Fields.Item("SAExpiry") = $SAEDate.ToString("dd/MM/yyyy")
$recordset.Fields.Item("SAValidatedPerson") = $SAPerson
$recordset.Fields.Item("DataCollection") = $DCRun
$recordset.Fields.Item("DataCollectionDate") = $DCRunDate
$recordset.Fields.Item("DataCollectionPerson") = $DCPerson
$recordset.Fields.Item("Version") = $Version
$recordset.Fields.Item("VersionDateValidated") = Get-Date -Format d
$recordset.Fields.Item("VersionValidatedPerson") = $logontrim
$recordset.Update()
$recordset.Close()
$ado.Close()
}
即可。参看Template: Lowercase Title