Template talk:ClickableButton: Difference between revisions

From KDE Community Wiki
m (Mention each button's pages)
m (Document the new link argument)
Line 4: Line 4:




<nowiki>
<nowiki>{{ClickableButton|The text that will be shown in the button.|The link for the page where the button will lead you to.}}</nowiki>
[[The page where the button will be linked to|{{ClickableButton|The text that will be shown in the button.}}]]
</nowiki>


Alternatively, you may use the more verbose, but clearer version:
<nowiki>{{ClickableButton|text=The text that will be shown in the button.|link=The link for the page where the button will lead you to.}}</nowiki>


The link can be a local wiki link or an external link. The result should look like this:
The link can be a local wiki link or an external link. The result should look like this:


[[The page where the button will be linked to|{{ClickableButton|The text that will be shown in the button.}}]]
{{ClickableButton|The text that will be shown in the button.|The link for the page where the button will lead you to.}}


Alternatively, you might be interested in using a [[Template:CenteredButton]], which is centered instead of left-aligned. See the [[Template_talk:CenteredButton]] page to know how to use it.
Alternatively, you might be interested in using a [[Template:CenteredButton]], which is centered instead of left-aligned. See the [[Template_talk:CenteredButton]] page to know how to use it.


This template is based on the [https://www.mediawiki.org/wiki/Template:Clickable_button MediaWiki ClickableButton].
This template is based on the [https://www.mediawiki.org/wiki/Template:Clickable_button MediaWiki ClickableButton].

Revision as of 14:41, 17 August 2023

How to use this template

To create a button you can copy-paste the following and then edit the placeholder text:


{{ClickableButton|The text that will be shown in the button.|The link for the page where the button will lead you to.}}


Alternatively, you may use the more verbose, but clearer version:

{{ClickableButton|text=The text that will be shown in the button.|link=The link for the page where the button will lead you to.}}

The link can be a local wiki link or an external link. The result should look like this:

Alternatively, you might be interested in using a Template:CenteredButton, which is centered instead of left-aligned. See the Template_talk:CenteredButton page to know how to use it.

This template is based on the MediaWiki ClickableButton.