Topic on Project:Support desk

Pvicentemovicoders (talkcontribs)

Is it possible to create a new page with a template?. I´d like to create a new page with the next structure and just complete it.

For example:

=Description=

Write your description

=Issue=

Write down your issue

=Solution=

Write down your solution

TheDJ (talkcontribs)
Pvicentemovicoders (talkcontribs)

Thank you very much!!!

Pvicentemovicoders (talkcontribs)

Solution:

I use the extension WikiEditor, so I found how to show this structure in the editor of the page that the user can edit.

The path is: extensions > WikiEditor > modules > ext.wikiEditor.preview.js

And I added the next lines within the jquery code:

if (!$( 'textarea#wpTextbox1' ).val() )

{

$( 'textarea#wpTextbox1' ).val('Editable structure');

}