mediawiki templates and wikitext [message #557803] |
Wed, 08 September 2010 22:40  |
Eclipse User |
|
|
|
I am using local mediawiki files and transform them to Eclipse help.
My question is if there is support to use mediawiki templates when files
are local in my workspace?
I am copying snippets from an existing wiki, and one template that is in
use there looks like this:
|style="font-weight:bold;font-family:monospace;{{{style}}}"|{{{1}}}
The template is called 'command' and is used like this on the wiki page:
{{Command|unzip}}
I do not want to include all those formatting instructions directly in
the mediawiki file, so hoping templates can be used, or that someone has
other suggestions. (There is probably a simple solution to the specific
template above such as '''<code>unzip</code>''' or something, but this
was just an example).
Regards
- henrik
|
|
|
|
Re: mediawiki templates and wikitext [message #558217 is a reply to message #558005] |
Fri, 10 September 2010 08:43  |
Eclipse User |
|
|
|
Thanks David.
For now I went with the simpler solution of changing the content. Next
time it may not be as straight forward and I may end up implementing
local template support...
Regards
- henrik
On 9/9/10 8:16 PM, David Green wrote:
>
> Henrik,
>
> WikiText provides API for providing a means to resolve templates. The
> following may help you:
>
> org.eclipse.mylyn.wikitext.mediawiki.core.TemplateResolver
> org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage. setTemplateProviders(List <TemplateResolver>)
>
>
> So far these have not been exposed in Ant tasks.
>
> I had thought that a file-based template resolver would be useful, where
> a folder could be specified in which files correspond to templates (in
> your case, Command.mediawiki) however I didn't get around to
> implementing it.
>
> Feel free to contribute something in this area!
>
> David
>
> On 9/8/2010 7:40 PM, Henrik Lindberg wrote:
>> I am using local mediawiki files and transform them to Eclipse help.
>> My question is if there is support to use mediawiki templates when files
>> are local in my workspace?
>>
>> I am copying snippets from an existing wiki, and one template that is in
>> use there looks like this:
>>
>> |style="font-weight:bold;font-family:monospace;{{{style}}}"|{{{1}}}
>>
>> The template is called 'command' and is used like this on the wiki page:
>> {{Command|unzip}}
>>
>> I do not want to include all those formatting instructions directly in
>> the mediawiki file, so hoping templates can be used, or that someone has
>> other suggestions. (There is probably a simple solution to the specific
>> template above such as '''<code>unzip</code>''' or something, but this
>> was just an example).
>>
>> Regards
>> - henrik
>
|
|
|
Re: mediawiki templates and wikitext [message #602107 is a reply to message #557803] |
Thu, 09 September 2010 14:16  |
Eclipse User |
|
|
|
Henrik,
WikiText provides API for providing a means to resolve templates. The
following may help you:
org.eclipse.mylyn.wikitext.mediawiki.core.TemplateResolver
org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage. setTemplateProviders(List <TemplateResolver>)
So far these have not been exposed in Ant tasks.
I had thought that a file-based template resolver would be useful, where
a folder could be specified in which files correspond to templates (in
your case, Command.mediawiki) however I didn't get around to
implementing it.
Feel free to contribute something in this area!
David
On 9/8/2010 7:40 PM, Henrik Lindberg wrote:
> I am using local mediawiki files and transform them to Eclipse help.
> My question is if there is support to use mediawiki templates when files
> are local in my workspace?
>
> I am copying snippets from an existing wiki, and one template that is in
> use there looks like this:
>
> |style="font-weight:bold;font-family:monospace;{{{style}}}"|{{{1}}}
>
> The template is called 'command' and is used like this on the wiki page:
> {{Command|unzip}}
>
> I do not want to include all those formatting instructions directly in
> the mediawiki file, so hoping templates can be used, or that someone has
> other suggestions. (There is probably a simple solution to the specific
> template above such as '''<code>unzip</code>''' or something, but this
> was just an example).
>
> Regards
> - henrik
|
|
|
Re: mediawiki templates and wikitext [message #602122 is a reply to message #558005] |
Fri, 10 September 2010 08:43  |
Eclipse User |
|
|
|
Thanks David.
For now I went with the simpler solution of changing the content. Next
time it may not be as straight forward and I may end up implementing
local template support...
Regards
- henrik
On 9/9/10 8:16 PM, David Green wrote:
>
> Henrik,
>
> WikiText provides API for providing a means to resolve templates. The
> following may help you:
>
> org.eclipse.mylyn.wikitext.mediawiki.core.TemplateResolver
> org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage. setTemplateProviders(List <TemplateResolver>)
>
>
> So far these have not been exposed in Ant tasks.
>
> I had thought that a file-based template resolver would be useful, where
> a folder could be specified in which files correspond to templates (in
> your case, Command.mediawiki) however I didn't get around to
> implementing it.
>
> Feel free to contribute something in this area!
>
> David
>
> On 9/8/2010 7:40 PM, Henrik Lindberg wrote:
>> I am using local mediawiki files and transform them to Eclipse help.
>> My question is if there is support to use mediawiki templates when files
>> are local in my workspace?
>>
>> I am copying snippets from an existing wiki, and one template that is in
>> use there looks like this:
>>
>> |style="font-weight:bold;font-family:monospace;{{{style}}}"|{{{1}}}
>>
>> The template is called 'command' and is used like this on the wiki page:
>> {{Command|unzip}}
>>
>> I do not want to include all those formatting instructions directly in
>> the mediawiki file, so hoping templates can be used, or that someone has
>> other suggestions. (There is probably a simple solution to the specific
>> template above such as '''<code>unzip</code>''' or something, but this
>> was just an example).
>>
>> Regards
>> - henrik
>
|
|
|
Powered by
FUDForum. Page generated in 0.26932 seconds