Closed
Bug 774428
Opened 14 years ago
Closed 10 years ago
Kuma: KumaScript - Need the "show" parameter on wiki.page
Categories
(developer.mozilla.org Graveyard :: KumaScript, defect, P2)
developer.mozilla.org Graveyard
KumaScript
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: sheppy, Unassigned)
Details
We need the wiki.page() method's show parameter implemented. This lets us tell it not to show the top-level heading of the section when embedding a section. We use this in several places.
Also, the default value for this parameter should be NO; it is currently YES. I'm filing a separate bug for this.
| Reporter | ||
Comment 1•14 years ago
|
||
The default is now NO; however, my attempt to add support for the show parameter to wiki.page() didn't work out. I can see why it doesn't work, but my understanding of the underlying libraries we're using for networking isn't good enough to resolve the problem. My guess is someone else will be able to fix it in no time flat.
See https://developer-new.mozilla.org/en-US/docs/Template:DekiScript:Wiki
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•13 years ago
|
||
Did someone else fix this? I didn't get it fixed. I only partially implemented it, and we need the feature to fully work.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•13 years ago
|
Priority: -- → P2
| Assignee | ||
Updated•13 years ago
|
Version: Kuma → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Website → Landing pages
Comment 3•13 years ago
|
||
Les - can you confirm if this was fixed in kumascript or not?
Component: Landing pages → KumaScript
Updated•13 years ago
|
Flags: needinfo?(lorchard)
Comment 4•13 years ago
|
||
(In reply to ali spivak from comment #3)
> Les - can you confirm if this was fixed in kumascript or not?
Maybe? Looks like someone (not me) implemented it? Haven't tried it, so I can't confirm.
It's not a part of core kumascript, but is implemented in a module that anyone with template-editing permission can edit on the wiki:
https://developer.mozilla.org/en-US/docs/Template:Dekiscript:Wiki
Flags: needinfo?(lorchard)
Comment 5•13 years ago
|
||
Actually, per comment #2, it looks like the answer is no.
Updated•10 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 10 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•