Difference between revisions of "Template:Deprecated"

From ComputerCraft Wiki
Jump to: navigation, search
m
Line 1: Line 1:
{{msgbox
+
<includeonly>{{msgbox
 
| title = {{{type}}} {{#if:{{{plural|}}}|have|has}} been deprecated.
 
| title = {{{type}}} {{#if:{{{plural|}}}|have|has}} been deprecated.
 
| text = {{{type}}} {{#if:{{{plural|}}}|have|has}} been removed from ComputerCraft {{#if:{{{version|}}}|  in version {{{version}}}}}.
 
| text = {{{type}}} {{#if:{{{plural|}}}|have|has}} been removed from ComputerCraft {{#if:{{{version|}}}|  in version {{{version}}}}}.
 
| bgcol = #DDDDDD
 
| bgcol = #DDDDDD
}}
+
}}</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 10:21, 2 August 2020

[ view | edit | history ] Documentation

Parameter

  • {{{type}}} - name
  • {{{plural}}} - plural (have or has)
  • {{{version}}} - mod Version, where the feature has been removed