Difference between revisions of "Template:Query button/doc"
m (moved Template:Edit button/doc to Template:Query button/doc) |
m (1 revision) |
(No difference)
|
Latest revision as of 08:09, 13 October 2015
Template loop detected: Template:Mbox
This template generates a button for performing an action on a page.
Usage[edit]
There are three required parameters.
- {{{page}}} — The name of the page to be acted upon.
- {{{query}}} — The query string for what is do be done to the page. Avoid spaces in this (use underscore instead).
- {{{text}}} — The text for the button.
For example, a button labeled "create foobar" to create a page foobar
, using editintro page Template:Foobar/editintro
and initial content Template:Foobar/preload
, could be created by call
- {{Query button|page=foobar|query=action=edit&editintro=Template:Foobar/editintro&preload=Template:Foobar/preload|text=create foobar}}
and would appear as
There are also two optional parameters.
- {{{background}}} — The color for the background of the button. The default is
white
. - {{{border}}} — The color for the border of the button. The default is
black
.
For example,
- {{Query button|page=foobar|query=action=edit|text=edit foobar|background=yellow|border=red}}
would appear as