Template:Dochead: Difference between revisions
mNo edit summary |
m wording |
||
| Line 2: | Line 2: | ||
| template = | | template = | ||
{{#switch: {{lc: {{{header|}}}}} | {{#switch: {{lc: {{{header|}}}}} | ||
| metatemplate = <span style{{=}}"margin-bottom: 0.5em;">'''Note:''' This template is | | metatemplate = <span style{{=}}"margin-bottom: 0.5em;">'''Note:''' This template is used to build other templates and should not be used standalone except for testing and simple usage.</span><br /> | ||
| #default = {{{header|}}} | | #default = {{{header|}}} | ||
}} | }} | ||
| Line 9: | Line 9: | ||
| module = | | module = | ||
{{#switch: {{lc: {{{header|noinvoke}}}}} | {{#switch: {{lc: {{{header|noinvoke}}}}} | ||
| metamodule = <span style{{=}}"margin-bottom: 0.5em;">'''Note:''' This module primarily provides functionality for other Lua modules and cannot be | | metamodule = <span style{{=}}"margin-bottom: 0.5em;">'''Note:''' This module primarily provides functionality for other Lua modules and cannot be invoked by templates.</span><br /> | ||
| dualuse = <span style{{=}}"margin-bottom: 0.5em;">'''Note:''' This module may be | | dualuse = <span style{{=}}"margin-bottom: 0.5em;">'''Note:''' This module may be invoked by templates using [[Template:{{{temp|{{ROOTPAGENAME}}}}}]], or used directly from other modules.</span><br /> | ||
| noinvoke = <span style{{=}}"margin-bottom: 0.5em;">'''Note:''' This module provides functionality to a template and should not be invoked directly; use the corresponding template instead: [[Template:{{{temp|{{ROOTPAGENAME}}}}}]].</span><br /> | | noinvoke = <span style{{=}}"margin-bottom: 0.5em;">'''Note:''' This module provides functionality to a template and should not be invoked directly; use the corresponding template instead: [[Template:{{{temp|{{ROOTPAGENAME}}}}}]].</span><br /> | ||
| none = | | none = | ||