模板:Clickable button 2/doc
跳转到导航
跳转到搜索
Lua错误:无法创建进程:proc_open(/dev/null): Failed to open stream: Operation not permitted Lua错误:无法创建进程:proc_open(/dev/null): Failed to open stream: Operation not permitted
This template generates a clickable button that is styled using the mediawiki.ui.button module. It can be used in the following ways,
- Code:
{{Clickable button 2|Main Page}}- Result: Lua错误:无法创建进程:proc_open(/dev/null): Failed to open stream: Operation not permitted
- Code:
{{Clickable button 2|Main Page|Cover page}}- Result: Lua错误:无法创建进程:proc_open(/dev/null): Failed to open stream: Operation not permitted
- Code:
{{Clickable button 2|Main Page|url=http://en.wikipedia.org}}- Result: Lua错误:无法创建进程:proc_open(/dev/null): Failed to open stream: Operation not permitted
- Code:
{{Clickable button 2|Main Page|class=mw-ui-destructive}}- Result: Lua错误:无法创建进程:proc_open(/dev/null): Failed to open stream: Operation not permitted
- Code:
{{Clickable button 2|Main Page|class=mw-ui-progressive}}- Result: Lua错误:无法创建进程:proc_open(/dev/null): Failed to open stream: Operation not permitted
Note: After the changes outlined in Phabricator task Lua错误:无法创建进程:proc_open(/dev/null): Failed to open stream: Operation not permitted were implemented, {{Clickable button 2|Main Page|class=mw-ui-constructive}} produces the same output as {{Clickable button 2|Main Page|class=mw-ui-progressive}}.
See also
- commons:Template:Clickable button, corresponding clickable button at Commons.