我注意到<td align="center">
代码在 MediaWiki.org 页面和 en.wikipedia.org 页面上的工作方式不同。我在两个 wiki 上键入了相同的以下测试代码:
- http://www.mediawiki.org/wiki/User:Scottie33/sandbox
- http://en.wikipedia.org/wiki/User:Scottie33/sandbox
源(测试)代码:
<table border="1">
<tr>
<td align="center">
test test test test test test
test
<table border="1"><tr><td>
[[File:Information_icon.svg|20px]]
</td></tr></table>
test
</td></tr>
</table>
为什么 MediaWiki.org 页面会产生以下(错误)代码:
<td style="text-align: center;">
而不是(预期的)这个:
<td align="center">