Last modified: 2013-04-25 10:17:24 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T49631, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 47631 - Module invoke: Links not expanded?
Module invoke: Links not expanded?
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
Scribunto (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-04-25 09:48 UTC by Matt Walker
Modified: 2013-04-25 10:17 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Matt Walker 2013-04-25 09:48:20 UTC
I wrote a lua template for https://wikitech.wikimedia.org/w/index.php?title=Deployments that almost but not quite works as an initial version. I'm a bit confused though -- it appears that sometimes links are and sometimes not expanded.

I think my syntax everywhere is correct as it all works as standalone pieces.

Could this be because the scribunto version on wikitech appears to be a little bit behind? (It's also missing the mw.text libraries...)

I include a complete code snippet that shows rows with and without expanded links:

{{#invoke:Deployment_schedule|header}}
{{#invoke:Deployment_schedule|formatTable|hidedate=true|
{{#invoke:Deployment_schedule|row
|when=2013-04-01 11:00 PDT
|who=Sam / Aaron / RobLa
|what= [[mw:MediaWiki 1.22/Roadmap#Schedule for the deployments|MediaWiki general deployment window (1.22)]]
}}|
{{#invoke:Deployment_schedule|row
|when=2013-04-01 16:00 PDT
|length=0.5
|who=GregG
|what= [[Lightning_deployments|Lightning deploy time]]
}}|
{{#invoke:Deployment_schedule|row
|when=2013-04-02 17:30 UTC
|who=Matthias
|what= [[mw:AFTv5|ArticleFeedbackv5]] updates - [http://etherpad.wikimedia.org/AFT5-release release tracking]
}}|
{{#invoke:Deployment_schedule|row
|when=2013-04-02 16:00 PDT
|who=GregG
|what= [[Lightning_deployments|Lightning deploy time]]
}}}}
{{#invoke:Deployment_schedule|footer}}
Comment 1 Matt Walker 2013-04-25 10:17:24 UTC
Never mind; I'm an idiot -- I was escaping the '|' character inside the module...

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links