Is it possible to pre load some tokens and allow additional entries to show up in the list?
I tried values= however if anything else is added it does not show up in the list.
Thanks,
Phil
Hi Phil,
I'm not fully sure I understand the question, but if you're asking about having an input type get its autocompletion values from two different sources, that's unfortunately not possible.
If anyone else is wondering, this is a question about the Page Forms extension:
https://www.mediawiki.org/wiki/Extension:Page_Forms
-Yaron
On Tue, Feb 14, 2017 at 10:12 AM, Phil Legault plegault@live.com wrote:
Is it possible to pre load some tokens and allow additional entries to show up in the list?
I tried values= however if anything else is added it does not show up in the list.
Thanks,
Phil _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
You are correct i would like values from value= One, Two, Three| as well as user input
________________________________ From: MediaWiki-l mediawiki-l-bounces@lists.wikimedia.org on behalf of Yaron Koren yaron@wikiworks.com Sent: Tuesday, February 14, 2017 10:27 AM To: MediaWiki announcements and site admin list Subject: Re: [MediaWiki-l] PageForms Tokens
Hi Phil,
I'm not fully sure I understand the question, but if you're asking about having an input type get its autocompletion values from two different sources, that's unfortunately not possible.
If anyone else is wondering, this is a question about the Page Forms extension:
https://www.mediawiki.org/wiki/Extension:Page_Forms Extension:Page Forms - MediaWikihttps://www.mediawiki.org/wiki/Extension:Page_Forms www.mediawiki.org Page Forms (known until November 2016 as Semantic Forms) is an extension to MediaWiki that allows users to add, edit and query data using forms.
-Yaron
On Tue, Feb 14, 2017 at 10:12 AM, Phil Legault plegault@live.com wrote:
Is it possible to pre load some tokens and allow additional entries to show up in the list?
I tried values= however if anything else is added it does not show up in the list.
Thanks,
Phil _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l Mailing List - Wikimediahttps://lists.wikimedia.org/mailman/listinfo/mediawiki-l lists.wikimedia.org MediaWiki-l MediaWiki announcements and site admin list. This is a multilingual list for help/support with running/configuring MediaWiki. It is intended for people ...
-- WikiWorks · MediaWiki Consulting · http://wikiworks.com WikiWorks: MediaWiki Consultinghttp://wikiworks.com/ wikiworks.com About WikiWorks: We are a consulting company, formed in 2009, that implements MediaWiki solutions for clients large and small. Our founder, Yaron Koren, is a veteran ...
_______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l MediaWiki-l Mailing List - Wikimediahttps://lists.wikimedia.org/mailman/listinfo/mediawiki-l lists.wikimedia.org MediaWiki-l MediaWiki announcements and site admin list. This is a multilingual list for help/support with running/configuring MediaWiki. It is intended for people ...
Hey Phil
For newly created pages you can set some tokens as default. Simply add 'default="one,two,three"' to your {{{field}}}-definition. The user can add additional tokens, but can also remove those preset by you.
Note: the default value gets ignored for subsequent edits. This would not show up for existing pages.
Regards, Tobias Oetterer
-- If this email is rather brief, it is not meant to be impolite but to respect your time. http://five.sentenc.es No trees were killed to send this message, but a large number of electrons were terribly inconvenienced
-----Ursprüngliche Nachricht----- Von: MediaWiki-l [mailto:mediawiki-l-bounces@lists.wikimedia.org] Im Auftrag von Phil Legault Gesendet: Dienstag, 14. Februar 2017 16:12 An: MediaWiki announcements and site admin list <mediawiki- l@lists.wikimedia.org> Betreff: [MediaWiki-l] PageForms Tokens
Is it possible to pre load some tokens and allow additional entries to show up in the list?
I tried values= however if anything else is added it does not show up in the list.
Thanks,
Phil _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
That sounds like a alternative.
Thanks
________________________________ From: MediaWiki-l mediawiki-l-bounces@lists.wikimedia.org on behalf of Tobias Oetterer tobias.oetterer@uni-paderborn.de Sent: Tuesday, February 14, 2017 11:29 AM To: MediaWiki announcements and site admin list Subject: Re: [MediaWiki-l] PageForms Tokens
Hey Phil
For newly created pages you can set some tokens as default. Simply add 'default="one,two,three"' to your {{{field}}}-definition. The user can add additional tokens, but can also remove those preset by you.
Note: the default value gets ignored for subsequent edits. This would not show up for existing pages.
Regards, Tobias Oetterer
-- If this email is rather brief, it is not meant to be impolite but to respect your time. http://five.sentenc.es Sentenc.es - A Disciplined Way To Deal With Emailhttp://five.sentenc.es/ five.sentenc.es The Problem. E-mail takes too long to respond to, resulting in continuous inbox overflow for those who receive a lot of it. The Solution. Treat all email responses ...
No trees were killed to send this message, but a large number of electrons were terribly inconvenienced
-----Ursprüngliche Nachricht----- Von: MediaWiki-l [mailto:mediawiki-l-bounces@lists.wikimedia.org] Im Auftrag von Phil Legault Gesendet: Dienstag, 14. Februar 2017 16:12 An: MediaWiki announcements and site admin list <mediawiki- l@lists.wikimedia.org> Betreff: [MediaWiki-l] PageForms Tokens
Is it possible to pre load some tokens and allow additional entries to show up in the list?
I tried values= however if anything else is added it does not show up in the list.
Thanks,
Phil _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
_______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
In case someone else is looking to add values other than user input.
What I did was create a reference page and used an array map
{{#arraymap:{{{property|One, Two, Three,}}}|,|x|[[Property::x| ]] }}
Thanks again
________________________________ From: MediaWiki-l mediawiki-l-bounces@lists.wikimedia.org on behalf of Phil Legault plegault@live.com Sent: Tuesday, February 14, 2017 12:38 PM To: MediaWiki announcements and site admin list Subject: Re: [MediaWiki-l] PageForms Tokens
That sounds like a alternative.
Thanks
________________________________ From: MediaWiki-l mediawiki-l-bounces@lists.wikimedia.org on behalf of Tobias Oetterer tobias.oetterer@uni-paderborn.de Sent: Tuesday, February 14, 2017 11:29 AM To: MediaWiki announcements and site admin list Subject: Re: [MediaWiki-l] PageForms Tokens
Hey Phil
For newly created pages you can set some tokens as default. Simply add 'default="one,two,three"' to your {{{field}}}-definition. The user can add additional tokens, but can also remove those preset by you.
Note: the default value gets ignored for subsequent edits. This would not show up for existing pages.
Regards, Tobias Oetterer
-- If this email is rather brief, it is not meant to be impolite but to respect your time. http://five.sentenc.es Sentenc.es - A Disciplined Way To Deal With Emailhttp://five.sentenc.es/ five.sentenc.es The Problem. E-mail takes too long to respond to, resulting in continuous inbox overflow for those who receive a lot of it. The Solution. Treat all email responses ...
Sentenc.es - A Disciplined Way To Deal With Emailhttp://five.sentenc.es/ Sentenc.es - A Disciplined Way To Deal With Emailhttp://five.sentenc.es/ five.sentenc.es The Problem. E-mail takes too long to respond to, resulting in continuous inbox overflow for those who receive a lot of it. The Solution. Treat all email responses ...
five.sentenc.es The Problem. E-mail takes too long to respond to, resulting in continuous inbox overflow for those who receive a lot of it. The Solution. Treat all email responses ...
No trees were killed to send this message, but a large number of electrons were terribly inconvenienced
-----Ursprüngliche Nachricht----- Von: MediaWiki-l [mailto:mediawiki-l-bounces@lists.wikimedia.org] Im Auftrag von Phil Legault Gesendet: Dienstag, 14. Februar 2017 16:12 An: MediaWiki announcements and site admin list <mediawiki- l@lists.wikimedia.org> Betreff: [MediaWiki-l] PageForms Tokens
Is it possible to pre load some tokens and allow additional entries to show up in the list?
I tried values= however if anything else is added it does not show up in the list.
Thanks,
Phil _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
_______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org