You are viewing an old version of this page. Return to the latest version.
Version of 13:26, 21 July 2017 by FlorianFuessl
Difference between revisions of "Reference:InsertTemplate"
(Created page with "<br class="Apple-interchange-newline">Templates are attached via a dialog box") |
Templates are attached via a dialog box
The BlueSpiceInsertTemplate extension provides a dialog interface to add and modify templates in edit mode. A preview can be shown.
- Integrates into Extension:BlueSpiceVisualEditor
- Integrates into Extension:BlueSpiceExtendedEditBar
Installation[<a href="https://www.mediawiki.org/w/index.php?title=Extension:InsertTemplate&action=edit§ion=1" title="Edit section: Installation">edit source][edit | edit source]
-
Download and place the file(s) in a directory called
InsertTemplate
in yourextensions/
folder. -
Add the following code at the bottom of your LocalSettings.php:
<span class="nx">wfLoadExtension</span><span class="p">(</span> <span class="s1">'InsertTemplate'</span> <span class="p">);</span>
- 18x18px Done - Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
<br class="Apple-interchange-newline">Templates are attached via a dialog box<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"> The '''BlueSpiceInsertTemplate''' extension provides a dialog interface to add and modify templates in edit mode. A preview can be shown. * Integrates into [https://www.mediawiki.org/w/index.php?title=Extension:BlueSpiceVisualEditor&action=edit&redlink=1 Extension:BlueSpiceVisualEditor] * Integrates into [https://www.mediawiki.org/w/index.php?title=Extension:BlueSpiceExtendedEditBar&action=edit&redlink=1 Extension:BlueSpiceExtendedEditBar] ==<span id="Installation" class="mw-headline">Installation</span><span class="mw-editsection"><span class="mw-editsection-bracket">[<a href="https://www.mediawiki.org/w/index.php?title=Extension:InsertTemplate&action=edit§ion=1" title="Edit section: Installation">edit source]</span></span>== * [https://www.mediawiki.org/wiki/Special:ExtensionDistributor/InsertTemplate Download] and place the file(s) in a directory called <code>InsertTemplate</code> in your <code>extensions/</code> folder. * Add the following code at the bottom of your [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:LocalSettings.php LocalSettings.php]:<div class="mw-highlight mw-content-ltr" dir="ltr"> <pre><span class="nx">wfLoadExtension</span><span class="p">(</span> <span class="s1">'InsertTemplate'</span> <span class="p">);</span> </pre></div> * [[18x18px]] '''Done''' - Navigate to Special:Version on your wiki to verify that the extension is successfully installed. </div> </div>
Line 1: | Line 1: | ||
− | < | + | <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"> |
+ | The '''BlueSpiceInsertTemplate''' extension provides a dialog interface to add and modify templates in edit mode. A preview can be shown. | ||
+ | |||
+ | * Integrates into [https://www.mediawiki.org/w/index.php?title=Extension:BlueSpiceVisualEditor&action=edit&redlink=1 Extension:BlueSpiceVisualEditor] | ||
+ | * Integrates into [https://www.mediawiki.org/w/index.php?title=Extension:BlueSpiceExtendedEditBar&action=edit&redlink=1 Extension:BlueSpiceExtendedEditBar] | ||
+ | |||
+ | ==<span id="Installation" class="mw-headline">Installation</span><span class="mw-editsection"><span class="mw-editsection-bracket">[<a href="https://www.mediawiki.org/w/index.php?title=Extension:InsertTemplate&action=edit§ion=1" title="Edit section: Installation">edit source]</span></span>== | ||
+ | * [https://www.mediawiki.org/wiki/Special:ExtensionDistributor/InsertTemplate Download] and place the file(s) in a directory called <code>InsertTemplate</code> in your <code>extensions/</code> folder. | ||
+ | * Add the following code at the bottom of your [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:LocalSettings.php LocalSettings.php]:<div class="mw-highlight mw-content-ltr" dir="ltr"> | ||
+ | <pre><span class="nx">wfLoadExtension</span><span class="p">(</span> <span class="s1">'InsertTemplate'</span> <span class="p">);</span> | ||
+ | </pre></div> | ||
+ | * [[18x18px]] '''Done''' - Navigate to Special:Version on your wiki to verify that the extension is successfully installed. | ||
+ | |||
+ | </div> | ||
+ | </div> |