<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.fahrrad-wiki.de/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3AClickable_button%2Fdoc</id>
	<title>Vorlage:Clickable button/doc - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.fahrrad-wiki.de/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3AClickable_button%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.fahrrad-wiki.de/index.php?title=Vorlage:Clickable_button/doc&amp;action=history"/>
	<updated>2026-04-19T12:12:07Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in fahrrad-wiki</subtitle>
	<generator>MediaWiki 1.31.14</generator>
	<entry>
		<id>https://www.fahrrad-wiki.de/index.php?title=Vorlage:Clickable_button/doc&amp;diff=23799&amp;oldid=prev</id>
		<title>Admin: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://www.fahrrad-wiki.de/index.php?title=Vorlage:Clickable_button/doc&amp;diff=23799&amp;oldid=prev"/>
		<updated>2018-12-03T19:37:16Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Version vom 3. Dezember 2018, 19:37 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://www.fahrrad-wiki.de/index.php?title=Vorlage:Clickable_button/doc&amp;diff=23798&amp;oldid=prev</id>
		<title>Tacsipacsi: move usage examples to usage-notes, change bug template to Phabricator</title>
		<link rel="alternate" type="text/html" href="https://www.fahrrad-wiki.de/index.php?title=Vorlage:Clickable_button/doc&amp;diff=23798&amp;oldid=prev"/>
		<updated>2015-02-15T22:02:52Z</updated>

		<summary type="html">&lt;p&gt;move usage examples to usage-notes, change bug template to Phabricator&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{tracked|T39744}}&lt;br /&gt;
{{TemplateBox&lt;br /&gt;
|1=target&lt;br /&gt;
|1d=The target page of the &amp;quot;button&amp;quot;. For external links, however, it is recommended using the named parameter target. Please use named parameters if it is an external link because they often contain &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;=&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; which would confuse the parser.&lt;br /&gt;
|1def=&lt;br /&gt;
|1stat=required&lt;br /&gt;
|1aliases=1&lt;br /&gt;
&lt;br /&gt;
|3=text&lt;br /&gt;
|3d=Text (caption) the button should carry. Either you specify text or an icon.&lt;br /&gt;
|3def=&lt;br /&gt;
|3stat=required&lt;br /&gt;
|3aliases=2&lt;br /&gt;
&lt;br /&gt;
|5=external&lt;br /&gt;
|5d=Is this an external link? If it is, set to yes or aye, or whatever you like, except nothing.&lt;br /&gt;
|5def=&lt;br /&gt;
|5stat=optional&lt;br /&gt;
|5aliases=3&lt;br /&gt;
&lt;br /&gt;
|7=iconPrimary&lt;br /&gt;
|7d=A jquery UI icon class for the primary icon (in LTR languages on the left side of the button label/text). E.g. ''ui-icon-gear''[http://api.jqueryui.com/theming/icons/]&lt;br /&gt;
|7def=&lt;br /&gt;
|7stat=optional-&lt;br /&gt;
|7aliases=4&lt;br /&gt;
&lt;br /&gt;
|9=iconSecondary&lt;br /&gt;
|9d=A jquery UI icon class for the secondary icon (in LTR languages on the right side of the button label/text). E.g. ''ui-icon-triangle-1-s''&lt;br /&gt;
|9def=&lt;br /&gt;
|9stat=optional-&lt;br /&gt;
|9aliases=5&lt;br /&gt;
&lt;br /&gt;
|11=class&lt;br /&gt;
|11d=Add classes like &amp;lt;code&amp;gt; ui-button-green ui-button-large&amp;lt;/code&amp;gt;&lt;br /&gt;
|11def=&lt;br /&gt;
|11stat=optional-&lt;br /&gt;
&lt;br /&gt;
|13=id&lt;br /&gt;
|13d=Unique id to be used as the button's ID-Attribute. Useful for JavaScript-binding and CSS-styling.&lt;br /&gt;
|13def=&lt;br /&gt;
|13stat=optional-&lt;br /&gt;
&lt;br /&gt;
|name=Clickable button&lt;br /&gt;
|desc=Provides a button with hover effects.&lt;br /&gt;
|namespace=all&lt;br /&gt;
|usergroup=all&lt;br /&gt;
|placement=&lt;br /&gt;
|usage-notes=&lt;br /&gt;
----&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Clickable button|FAQ|Frequently asked questions}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; →&lt;br /&gt;
::: {{Clickable button|FAQ|Frequently asked questions}}&lt;br /&gt;
----&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Clickable button|target={{fullurl:{{FULLPAGENAME}}|withJS=MediaWiki:VisualFileChange.js}}|text=This page with '''VisualFileChange'''|external=true}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; →&lt;br /&gt;
::: {{Clickable button|target={{fullurl:{{FULLPAGENAME}}|withJS=MediaWiki:VisualFileChange.js}}|text=This page with '''VisualFileChange'''|external=true}}&lt;br /&gt;
----&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Clickable button|:en:Wikipedia:Manual of Style/Layout|'''Wikipedia's manual of Style'''|class=ui-button-green ui-button-large}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; →&lt;br /&gt;
::: {{Clickable button|:en:Wikipedia:Manual of Style/Layout|'''Wikipedia's manual of Style'''|class=ui-button-green ui-button-large}}&lt;br /&gt;
----&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Clickable button|:en:Wikipedia:Twinkle/Preferences|'''Twinkle preferences'''|iconPrimary=ui-icon-wrench|class=ui-button-blue ui-button-large}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; →&lt;br /&gt;
::: {{Clickable button|:en:Wikipedia:Twinkle/Preferences|'''Twinkle preferences'''|iconPrimary=ui-icon-wrench|class=ui-button-blue ui-button-large}}&lt;br /&gt;
----&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Clickable button|target={{fullurl:Special:Random/User talk|action=edit&amp;amp;section=new&amp;amp;preloadtitle=I+love+your+work+because}}|text=Do something good|iconSecondary=ui-icon-heart|external=true|class=ui-button-red}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; →&lt;br /&gt;
::: {{Clickable button|target={{fullurl:Special:Random/User talk|action=edit&amp;amp;section=new&amp;amp;preloadtitle=I+love+your+work+because}}|text=Do something good|iconSecondary=ui-icon-heart|external=true|class=ui-button-red}}&lt;br /&gt;
|type=formatting&lt;br /&gt;
|example=&lt;br /&gt;
|i18n-method=-&lt;br /&gt;
|i18n-desc=&lt;br /&gt;
|seealso=&lt;br /&gt;
* {{tl|button}} (works without JS enabled)&lt;br /&gt;
* {{tl|Clickable button 2}} (import from de.wikipedia)&lt;br /&gt;
* {{tl|key press}}&lt;br /&gt;
|setscats=&lt;br /&gt;
|lines=1&lt;br /&gt;
|shorthand=&lt;br /&gt;
|relieson=&lt;br /&gt;
* [https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=tree;f=resources/jquery.ui jquery.ui.button]&lt;br /&gt;
}}&lt;br /&gt;
== Test suite/ Unit tests ==&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Icon only&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{Clickable button|iconPrimary=ui-icon-help}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{Clickable button|iconSecondary=ui-icon-help}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{Clickable button|iconSecondary=ui-icon-help|iconPrimary=ui-icon-info}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Icon text&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{Clickable button|iconPrimary=ui-icon-help|text=Abc}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{Clickable button|iconSecondary=ui-icon-help|text=Abc}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{Clickable button|iconSecondary=ui-icon-help|iconPrimary=ui-icon-info|text=Abc}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Text only, links&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{Clickable button|text=Abc}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{Clickable button|text=Abc|target=Main Page}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{Clickable button|text=Abc|target=//commons.wikimedia.org/wiki/Main_Page|external=1}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Colors&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{Clickable button|text=Abc|class=ui-button-green}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{Clickable button|text=Abc|class=ui-button-red}}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{Clickable button|text=Abc|class=ui-button-blue}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Interwikis go on Wikidata, please add only Categories here --&amp;gt;&lt;br /&gt;
[[Category:Formatting templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tacsipacsi</name></author>
		
	</entry>
</feed>