Dear Teammates,
I have a template which uses parameters, for example {{{2}}} for it's second argument,
which is a url. Some url's are similar to this with a query string: http://myserver.com/index.aspx?com=85&id=20.
I figured out that "=" was messing up the template code, so I substituted it's hex equivalent "%3D" for both
of the equal signs. Some target servers can parse this, and some can not, thus creating a problem for the users.
Is there any other way to handle this in the template, so that I would not have to substitute "%3D" in the url for the "=" sign ?
Thank you,
Lori
Hey all,
I'm happy to announce the immediate availability of the new Semantic Meta
Tags extension.
It is a Semantic Mediawiki extension for adding meta tags to a page with
content generated from semantic annotations.
This extension enables to automatically extend the HTML <meta> tags of a
page with content generated from selected properties with:
* Standard tags (e.g. meta name="keywords") as well as
* Summary card and Open Graph protocol tags (e.g. meta property="og:title"
or "twitter:description")
You can find installation and usage instructions for the extension at
https://github.com/SemanticMediaWiki/SemanticMetaTags#semantic-meta-tags
This extension has been created by James Hong Kong, with some minor
contributions by Karsten Hoffmeyer, Jamie Thingelstad and myself.
Cheers
--
Jeroen De Dauw - http://www.bn2vs.com
Software craftsmanship advocate
Evil software architect at Wikimedia Germany
~=[,,_,,]:3
Hello,
We are running a private wiki (MW version 1.24.1) so that anonymous
users get no rights, and logged in users get the 'user' group rights.
However, we have also set in the LocalSettings file:
$wgAutopromote['editor'] = array(APCOND_INGROUPS, 'autoconfirmed');
and set various permissions for this group.
Additionally we have set :
$wgAutopromote['sysop'] = array(APCOND_ISIP, '141.163.4.11');
However, when I log in and look at the special user rights management
page for my own userid, I see that I am in no specific group except for
the implied group of 'autoconfirmed users' and Administrators. There are
checkboxes for the Administrators, Bureaucrats and 'editor' groups, but
none of them are ticked. If I tick a checkbox, and then click save, it
says the setting has been saved but unchecks the checkbox again.
Secondly, and more worryingly, is that if I log in using the
141.163.4.11 IP address, and look at the special user rights page, it
shows everyone as being in the 'Administrators' (sysop) group! If I take
out the autopromote from the LocalSettings file, then no-one (other than
the original account created during installation) is shown as being in
the Administrators group. Very strange.
So, two things, why can we not set anyone in a group on the user rights
management page, and why does the autopromote put everyone in the
Administrators/sysop group?
Thanks,
John.
--
----------------------------------------------------
John Horne Tel: +44 (0)1752 587287
Plymouth University, UK