2,025
个编辑
无编辑摘要 |
无编辑摘要 |
||
| 第10行: | 第10行: | ||
编辑页面以阅读模板文本。 | 编辑页面以阅读模板文本。 | ||
</noinclude><includeonly>{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}{| class="poem" | </noinclude><includeonly>{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}{| class="poem" | ||
| <h1>{{{标题|}}}</ | | style="text-align:centerl"|<h1>{{{标题|}}}</h1> | ||
|- | |- | ||
| by {{{作者|}}} | | style="text-align:centerl"| by {{{作者|}}} | ||
|- | |- | ||
| <big>{{{内容|}}}</big> | | style="text-align:centerl"| <big>{{{内容|}}}</big> | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"标题": { | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"作者": { | |||
"type": "line", | |||
"required": true | |||
}, | |||
"内容": { | |||
"type": "content", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||