Extension talk:DPL Page Name S/N Maker

From MediaWiki.org
Jump to: navigation, search

Is this an extension? Should it be using the "extensions" infobox? Sounds like a useful template, more than anything else. Werdna 03:00, 31 March 2008 (UTC)

Yes, It's a template and I think it's useful. Could you help me to arrange it properly or cancel it. Thanks --Roc michael 12:22, 31 March 2008 (UTC)

Has anyone got this to work with windows running:

  • MediaWiki 1.13.0
  • PHP 5.2.6 (apache2handler)
  • MySQL 5.0.51b-community-nt
  • DynamicPageList2 (Version 1.7.4)
  • Inputbox(does not have a version number)


I am getting this at the top of my template:
The next serial number is {{#if:|:}}{{#expr: 00000 +1}} <html><form name="createbox" action="/index.php" method="get" class="createbox" onsubmit="document.createbox.title.value = document.createbox.titleprefix.value + document.createbox.title.value;"> <input type='hidden' name="action" value="edit" /> <input type="hidden" name="preload" value="break=no" /> <input type="hidden" name="editintro" value="preload=" /> <input type='hidden' name="titleprefix" value="" /> <input class="createboxInput" name="title" type="text" value="{{#if:|:}}{{#expr: 00000 +1}}" size="25" /> <input type='submit' name="create" class="createboxButton" value="creat" /> </form> </html>
Thanks you -- Dave 12:08, 15 October 2008 (UTC)

[edit] Re problem

  • Mediawiki 1.12.x 1.13.x :Before you install the special version of Inputbox extension you have to add "$wgParserConf['class'] = 'Parser_OldPP';" (and this way cannot work in MW 1.14 )in the LocalSetting.php to make its parser function work. It's something looks like following:
$wgParserConf['class'] = 'Parser_OldPP';
require_once("$IP/extensions/Inputbox/inputbox.php");
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox