[Bug 46788] allow linking when property parser function has multiple results

2014-07-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46788

--- Comment #4 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
We just discussed this. Conclusion: We want to have it as a parameter. The
returned string should be wikitext with the individual labels linked to their
sitelink targets on the same wiki.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46788] allow linking when property parser function has multiple results

2014-07-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46788

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Whiteboard||u=dev c=backend p=0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46788] allow linking when property parser function has multiple results

2014-07-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46788

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 CC||aude.w...@gmail.com

--- Comment #5 from Aude aude.w...@gmail.com ---
what is the parameter?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46788] allow linking when property parser function has multiple results

2014-07-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46788

--- Comment #6 from Marius Hoch h...@online.de ---
(In reply to Aude from comment #5)
 what is the parameter?

I guess {{#property:P123|linked}} is the syntax we want.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46788] allow linking when property parser function has multiple results

2014-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46788

Marius Hoch h...@online.de changed:

   What|Removed |Added

 CC||h...@online.de

--- Comment #3 from Marius Hoch h...@online.de ---
This bug has severity major for quite some time now... do we still want this
(would require quite a bit of extra logic) or is Lua enough?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46788] allow linking when property parser function has multiple results

2014-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46788

--- Comment #2 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
The only way I see how we can fix this is by giving the parser function an
argument to tell it to return links instead of just labels.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46788] allow linking when property parser function has multiple results

2013-11-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46788

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |major

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46788] allow linking when property parser function has multiple results

2013-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46788

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=48742

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46788] allow linking when property parser function has multiple results

2013-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46788

Eran Roz en...@walla.co.il changed:

   What|Removed |Added

 CC||en...@walla.co.il

--- Comment #1 from Eran Roz en...@walla.co.il ---
Actually even for one result it isn't possible. {{#property}} returns the label
in wikidata which isn't the same as the wiki title for article (for example in
disambigs).

In hewiki we use Lua module to get the link target (=sitelink) of the property
with the label as the link description.

you can see it in (getProperty function)
http://he.wikipedia.org/wiki/%D7%99%D7%97%D7%99%D7%93%D7%94:PropertyLink

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46788] allow linking when property parser function has multiple results

2013-04-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46788

HenkvD h.v.dee...@gmail.com changed:

   What|Removed |Added

 CC||h.v.dee...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46788] allow linking when property parser function has multiple results

2013-04-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46788

Beta16 l.rabinelli+bugzi...@gmail.com changed:

   What|Removed |Added

 CC||l.rabinelli+bugzilla@gmail.
   ||com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l