Sjabloon:Toon button aanmaken nieuw element: verschil tussen versies

(SmartServerPages SmartCore => action = update page)
(SmartServerPages SmartCore => action = update page)
 
Regel 1: Regel 1:
<!--TS:20210617120000--><noinclude>[[Category:Kennismodule WikiXL SmartCore™]]<!--This page is part of WikiXL SmartCore™. © ArchiXL BV. Usage without proper license is strictly prohibited. Contact us at [mailto:support@archixl.nl support@archixl.nl].  Any changes to this page will be overwritten by module upgrades.-->
+
<!--TS:20211223140000--><noinclude>[[Category:Kennismodule WikiXL SmartCore™]]<!--This page is part of WikiXL SmartCore™. © ArchiXL BV. Usage without proper license is strictly prohibited. Contact us at [mailto:support@archixl.nl support@archixl.nl].  Any changes to this page will be overwritten by module upgrades.-->
  
 
This template can be used to display a button for creating a new page of a specific elementtype.
 
This template can be used to display a button for creating a new page of a specific elementtype.
Regel 12: Regel 12:
 
<pre>{{Toon_button_aanmaken_nieuw_element|elementtype=BusinessActor|buttontext=Make new businessactor}}</pre>
 
<pre>{{Toon_button_aanmaken_nieuw_element|elementtype=BusinessActor|buttontext=Make new businessactor}}</pre>
  
</noinclude><includeonly>{{#if:{{{1|{{{elementtype|}}}}}}|{{#formlink:form=Element|link text={{{buttontext|{{int:ws-el-newpage-buttontext|{{{1|{{{elementtype|}}}}}}}}}}}|link type=button|query string=Element[elementtype]={{#urlencode:{{{1|{{{elementtype|}}}}}}}}|new window}}|No elementtype given!}}</includeonly>
+
</noinclude><includeonly>{{#if:{{{1|{{{elementtype|}}}}}}|{{#formlink:form=Element|link text={{{buttontext|{{int:ws-el-newpage-buttontext|{{{1|{{{elementtype|}}}}}}}}}}}|link type=button|query string=Element[elementtype]={{{1|{{{elementtype|}}}}}}|new window}}|No elementtype given!}}</includeonly>

Huidige versie van 3 feb 2022 om 13:26


This template can be used to display a button for creating a new page of a specific elementtype.

Usage of this template:

{{Toon_button_aanmaken_nieuw_element
|elementtype=<string>    - The exact name of the elementtype for which to create a new page
|buttontext=<string>     - The button text label (optional)
}}

Example:

{{Toon_button_aanmaken_nieuw_element|elementtype=BusinessActor|buttontext=Make new businessactor}}