Template:Do: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
This is probably completely insane.
 
Strife Onizuka (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
<noinclude>
<noinclude>
[[Do]] is a context sensitive Template that is used as a proxy for other templates. The reason it exists is to simplify call sites where a specific template is used repeatedly to do something, like generate content. This way the user need not know what template they need to use, just what the syntax for the template is.  
[[Template:Do]] is a context sensitive Template that is used as a proxy for other templates. The reason it exists is to simplify call sites where a specific template is used repeatedly to do something, like generate content. This way the user need not know what template they need to use, just what the syntax for the template is.  
</noinclude>{{{{#var:do-template|dev/null}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}}}
</noinclude>{{{{#var:do-template|dev/null}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}}}

Latest revision as of 01:33, 27 December 2013

Template:Do is a context sensitive Template that is used as a proxy for other templates. The reason it exists is to simplify call sites where a specific template is used repeatedly to do something, like generate content. This way the user need not know what template they need to use, just what the syntax for the template is.