|
{{TableOfContents}}
|
|
= Local Processors =
== Processor Foo ==
Here is the output from the processor Foo:
|
|
{{{#!Foo
Here is processor Foo's content.
}}}
|
|
----
|
|
== Processor Bold ==
Here is output from processor "Bold":
|
|
{{{#!Bold
This text should be bold.
}}}
|
|
== Process PigLatin ==
Here is output from processor "PigLatin":
|
Here is the original text:
|
Here is the original text:
|
This text and the word "apple" should be translated to pig latin, eh?
|
This text and the word "apple" should be translated to pig latin, eh?
|
And here is the translation:
|
And here is the translation:
|
|
{{{#!PigLatin
This text and the word "apple" should be translated to pig latin, eh?
}}}
|
Note that the PigLatin translator is very simple, and only handles
simple words.
|
Note that the PigLatin translator is very simple, and only handles
simple words.
|
TestProcessorHTML
* TestProcessorRegEx
* TestProcessorBC
* TestProcessorGetBlock
* TestProcessorFooReplace
* TestProcessorUserChoice
* TestProcessorYellowBlock
* TestProcessorTestBlockName
|
= Processors with their own test pages =
* [[TestProcessorHTML]]
* [[TestProcessorRegEx]]
* [[TestProcessorBC]]
* [[TestProcessorGetBlock]]
* [[TestProcessorFooReplace]]
* [[TestProcessorUserChoice]]
* [[TestProcessorYellowBlock]]
* [[TestProcessorTestBlockName]]
|
TestProcessorTemplate
|
= Processor test page template =
Please use this template when creating a new processor test page:
* [[TestProcessorTemplate]]
|
Processor Chart Test
* See TestProgressChart
|
== Charts ==
* See [[Processor Chart Test]]
* See [[TestProgressChart]]
|