Topic on Extension talk:Widgets

Unable to load template 'wiki:Iframe'

2
JanTappenbeck (talkcontribs)

hi !

i want to use in lokal wiki the Widget#Iframe.

The folder ..\extensions\Widgets\compiled_templates has full permisson to IIS_IUSRS and the .htaccess file, include this folder (source: deny from all) i rename.

the template .../index.php?title=Vorlage:Wiki:Iframe is create with

<includeonly><iframe src="<!--{$url|validate:url}-->" style="border: <!--{$border|escape:html|default:0}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly>

then i copy the example into side - but now i get the misstake:

Unable to load template 'wiki:Iframe'

did someone could help?

regards Jan

os Windows Server 2016
mediawiki 1.36.1
php php-7.4.20-nts-Win32-vc15-x64
mysql mysql-5.7.12-winx64
Aliaksei.S (talkcontribs)

Please review the widget description carefully, section 'Copy to your site' www.mediawikiwidgets.org/Widget:Iframe


To resolve the issue, you need to create Widget:Iframe page like this:

.../index.php?title=Widget:Iframe

and copy the 'full source code' to the page.

Reply to "Unable to load template 'wiki:Iframe'"