[Wikitech-l] which title to use in skin data?

2015-06-23 Thread S Page
The Blueprint skin uses data['title'], which doesn't work well [1] if a page uses {{DISPLAYTITLE:{{FULLPAGENAME to hide its title as suggested [2]. Manual:Skinning [3] doesn't explain where data['*somekey*'] comes from or what the keys are. No problem, in a skin if you var_dump( $this->data

Re: [Wikitech-l] which title to use in skin data?

2015-06-23 Thread Daniel Friesen
On 2015-06-23 12:00 AM, S Page wrote: > The Blueprint skin uses data['title'], which doesn't work well [1] if a > page uses > > {{DISPLAYTITLE:{{FULLPAGENAME > > to hide its title as suggested [2]. > > Manual:Skinning [3] doesn't explain where data['*somekey*'] comes from or > what the keys are