ThePartsOfTemplateLibraryActuallyUsedInSlashCode: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<h2>The Parts Of Template Library Actually Used In Slash Code</h2> Knowing this can save some time reading docs. <h3>Most coomonly used feature</h3> The most commonly used ...") |
No edit summary |
||
Line 1: | Line 1: | ||
[[CssWork]] parent | |||
<h2>The Parts Of Template Library Actually Used In Slash Code</h2> | <h2>The Parts Of Template Library Actually Used In Slash Code</h2> | ||
Knowing this can save some time reading docs. | Knowing this can save some time reading docs. | ||
<h3>Most | <h3>Most commonly used feature</h3> | ||
The most commonly used feature is simply using the template library to print a variables value | The most commonly used feature is simply using the template library to print a variables value |
Revision as of 18:27, 28 February 2014
CssWork parent
The Parts Of Template Library Actually Used In Slash Code
Knowing this can save some time reading docs.
Most commonly used feature
The most commonly used feature is simply using the template library to print a variables value
The specific template library keywords found in Slash templates
(the numbers roughly correspond to frequency of use)
1 ELSE 1 FOR 1 INCLUDE 2 ELSE 3 BLOCK 3 FOREACH 3 SWITCH 4 ELSIF 4 FOR 6 UNLESS 8 END 8 PROCESS 72 CASE 176 IF
Most of these are common straightforward programming constructs, except:
BLOCK -
PROCESS -