Template:Procedure: Difference between revisions

From WikiMSK

No edit summary
No edit summary
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{infobox|title={{{title|{{PAGENAME}}|}}}|id=procedure|
<noinclude>
 
{{#template_params:image(label=Image)
{{#if:{{{image|}}}     |{{Row/image   | {{{image}}}             }}                                 }}
|quality(label=quality)
 
|notice(label=notice)
<!-- basics-->
|caption(label=Caption)
{{#if:{{{indication|}}}     |{{row/kv| Indication| {{{indication}}}               }} {{info/indication}}                   }}
|synonym (label=Synonym;property=Has procedure synonym)
{{#if:{{{syringe|}}}     |{{row/kv| Syringe| {{{syringe}}}               }} {{info/syringe}}                   }}
|indication (label=Indication;property=Has procedure indication)
{{#if:{{{needle|}}} |{{row/kv| Needle| {{{needle}}}           }} {{info/needle}}               }}
|path (label=Path;property=Has procedure needle path)
{{#if:{{{steroid|}}} |{{row/kv| Steroid| {{{steroid}}}           }} {{info/steroid}}               }}
|syringe (label=Syringe;property=Has procedure syringe)
{{#if:{{{injectate|}}} |{{row/kv| Injectate Options| {{{injectate}}}           }} {{info/injectate}}               }}
|needle (label=Needle;list;property=Has procedure needle)
{{#if:{{{local|}}} |{{row/kv| Local| {{{local}}}           }} {{info/local}}               }}
|injectate (label=Injectate;property=Has procedure injectate)
{{#if:{{{volume|}}} |{{row/kv| Volume| {{{volume}}}           }} {{info/volume}}               }}
|steroid (label=Steroid;list;property=Has procedure steroid)
 
|local (label=Local;list;property=Has procedure local)
|volume (label=Volume;list;property=Has procedure volume)
}}
</noinclude><includeonly>{{#if:{{{quality|}}}|{{{{{quality}}}}}}}{{#if:{{{notice|}}}|{{{{{notice}}}}}}}
{| id="procedure" class="infobox side"
{{#if: {{{image|}}} | {{!-}}
{{!}} {{#if: {{{image|}}}| colspan="2" class="infobox-image"{{!}}[[File:{{{image|}}}]]  }}
}}
{{#if: {{{caption|}}} | {{!-}}
{{!}} {{#if: {{{caption|}}}| colspan="2" class="infobox-image"{{!}}<em><center>{{{caption|}}}</center></em>  }}
}}
|-
! colspan="2" class="title" style="background-color:#1daeb7; color:white;"|{{PAGENAME}}
|-
{{#if: {{{synonym|}}} | {{!-}}
! Synonym
{{!}} {{#if: {{{synonym|}}}|[[Has procedure synonym::{{{synonym}}}]]}}
}}
|-
! Indication
| {{#arraymap:{{{indication|}}}|,|x|[[Has procedure indication::x]]}}
|-
{{#if: {{{path|}}} | {{!-}}
! Needle path
{{!}} {{#if: {{{path|}}}|[[Has procedure needle path::{{{path}}}]]}}
}}
|-
{{#if: {{{syringe|}}} | {{!-}}
! Syringe
{{!}} {{#if: {{{syringe|}}}|[[Has procedure syringe::{{{syringe}}}]]}}
}}
|-
{{#if: {{{needle|}}} | {{!-}}
! Needle
{{!}} {{#if: {{{needle|}}}|[[Has procedure needle::{{{needle}}}]]}}
}}
|-
{{#if: {{{injectate|}}} | {{!-}}
! Injectate
{{!}} {{#if: {{{injectate|}}}|[[Has procedure injectate::{{{injectate}}}]]}}
}}
|-
{{#if: {{{steroid|}}} | {{!-}}
! Steroid
{{!}} {{#if: {{{steroid|}}}|[[Has procedure steroid::{{{steroid}}}]]}}
}}
|-
{{#if: {{{local|}}} | {{!-}}
! Local
{{!}} {{#if: {{{local|}}}|[[Has procedure local::{{{local}}}]]}}
}}
}}
|-
{{#if: {{{volume|}}} | {{!-}}
! Volume
{{!}} {{#if: {{{volume|}}}|[[Has procedure volume::{{{volume}}}]]}}
}}
|}
</includeonly>
<noinclude>
<noinclude>
The ''{{t|procedure}}'' infobox template allows you to describe procedures
=== Template ===
=== Template ===
<pre class=mw-code>
{{procedure
|image=
|indication=
|syringe=
|needle=
|steroid=
|injectate=
|local=
|volume=
}}
</pre>
</noinclude>
[[Category:Infobox Templates]]
[[Category:Infobox Templates]]
[[Category:Infoboxes]]
[[Category:Infoboxes]]
== Articles using Template ==
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|pre=This list is limited to 100 pages}}
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0|limit=100}}
</noinclude>

Latest revision as of 14:54, 30 April 2022

This is the "Procedure" template.

It should be called in the following format:

{{Procedure
|image=
|quality=
|notice=
|caption=
|synonym=
|indication=
|path=
|syringe=
|needle=
|injectate=
|steroid=
|local=
|volume=
}}

Edit the page to see the template text.


Template

Articles using Template