Difference between revisions of "Template:Infobox surgical procedure"
Chris Rishel (talk | contribs) Tag: 2017 source edit |
Chris Rishel (talk | contribs) Tag: 2017 source edit |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="infobox" | <div class="infobox" id="infobox-surgical-procedure"> | ||
<table class="table"> | <table class="table"> | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image_file|}}}|<tr><td colspan="2" class="infobox-image"> | |||
[[File:{{{image_file}}}|320px]]</td></tr>{{#if:{{{image_caption|}}}| | |||
<td colspan="2" class="infobox-image-caption">{{{image_caption}}}</td></tr>}}}} | |||
<tr> | <tr> | ||
<th>Anesthesia type</th> | <th>Anesthesia type</th> | ||
<td>{{{anesthesia_type}}}</td> | <td> | ||
{{{anesthesia_type}}} | |||
</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Airway</th> | <th>Airway</th> | ||
<td>{{{airway}}}</td> | <td> | ||
{{{airway}}} | |||
</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Lines and access</th> | <th>Lines and access</th> | ||
<td>{{{lines_access}}}</td> | <td> | ||
{{{lines_access}}} | |||
</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Monitors</th> | <th>Monitors</th> | ||
<td>{{{monitors}}}</td> | <td> | ||
{{{monitors}}} | |||
</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 24: | Line 33: | ||
<tr> | <tr> | ||
<th>Preoperative</th> | <th>Preoperative</th> | ||
<td>{{{considerations_preoperative}}}</td> | <td> | ||
{{{considerations_preoperative}}} | |||
</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Intraoperative</th> | <th>Intraoperative</th> | ||
<td>{{{considerations_intraoperative}}}</td> | <td> | ||
{{{considerations_intraoperative}}} | |||
</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Postoperative</th> | <th>Postoperative</th> | ||
<td>{{{considerations_postoperative}}}</td> | <td> | ||
{{{considerations_postoperative}}} | |||
</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" class="infobox-table-section-heading">Article quality</td> | |||
</tr> | |||
<tr> | |||
<th>Editor rating</th> | |||
<td><articlescores metric="EditorRating" /></td> | |||
</tr> | |||
<tr> | |||
<th>User likes</th> | |||
<td><articlescores metric="Likes" /></td> | |||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div><noinclude> | ||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "This Infobox will display the most pertinent information about a surgical case at the top of the article. When appropriate, please use the standardized options listed in the field description (click the (i) icon above each field to show a list which can be copy-pasted). If using an abbreviation, please link to a page that defines it (e.g. use [[ETT]] not ETT). To display items on separate lines, add <br/> between them.", | "description": "This Infobox will display the most pertinent information about a surgical case at the top of the article. When appropriate, please use the standardized options listed in the field description (click the (i) icon above each field to show a list which can be copy-pasted). If using an abbreviation, please link to a page that defines it (e.g. use [[ETT]] not ETT). To display items on separate lines, add <br/> between them. To use bullet points add * before each item.", | ||
"params": { | "params": { | ||
" | "title": { | ||
"label": "Title (don't use)", | |||
"description": "The title for the infobox. Only used in rare circumstances. If not specified, will default to the article title.", | |||
"type": "content" | |||
}, | |||
"image_file": { | |||
"label": "Article image", | "label": "Article image", | ||
"description": "An image relevant to this case", | "description": "An image relevant to this case. To add an image, you must first upload the file to the site (using the settings menu in the upper right and clicking \"Upload file\"). Then, copy and paste the file name of the uploaded file into this box.", | ||
"example": "Laparoscopic appendectomy.jpg", | "example": "Laparoscopic appendectomy.jpg", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
" | "image_caption": { | ||
"label": "Article image caption", | "label": "Article image caption", | ||
"description": "A caption for the article image", | "description": "A caption for the article image", | ||
Line 54: | Line 84: | ||
"anesthesia_type": { | "anesthesia_type": { | ||
"label": "Anesthesia type", | "label": "Anesthesia type", | ||
"description": "List the most common anesthetic technique(s) used for this case. | "description": "List the most common anesthetic technique(s) used for this case.\nStandardized options: General, MAC, Regional, Neuraxial, Local.\nUseful symbols: ±↑↓≤≥", | ||
"example": "General", | "example": "General", | ||
"type": "content", | "type": "content", | ||
Line 61: | Line 91: | ||
"airway": { | "airway": { | ||
"label": "Airway", | "label": "Airway", | ||
"description": "List the most common airway management technique(s) used for this case. | "description": "List the most common airway management technique(s) used for this case.\nStandardized options: ETT, LMA, Noninvasive O2.\nUseful symbols: ±↑↓≤≥", | ||
"example": "ETT", | "example": "ETT", | ||
"type": "content", | "type": "content", | ||
Line 68: | Line 98: | ||
"lines_access": { | "lines_access": { | ||
"label": "Lines and access", | "label": "Lines and access", | ||
"description": "List the most commonly used lines and access for this case. | "description": "List the most commonly used lines and access for this case.\nStandardized options: PIV, Large bore IV, Arterial line, Central line, Introducer, PA catheter.\nUseful symbols: ±↑↓≤≥", | ||
"example": "PIV", | "example": "PIV", | ||
"type": "content", | "type": "content", | ||
Line 75: | Line 105: | ||
"monitors": { | "monitors": { | ||
"label": "Monitors", | "label": "Monitors", | ||
"description": "List the most commonly used monitors for this case. | "description": "List the most commonly used monitors for this case.\nStandardized options: Standard, 5-lead ECG, Temperature, ABP, CVP, EEG.\nUseful symbols: ±↑↓≤≥", | ||
"example": "Standard | "example": "Standard, 5-lead ECG", | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true | ||
Line 82: | Line 112: | ||
"considerations_preoperative": { | "considerations_preoperative": { | ||
"label": "Preoperative considerations", | "label": "Preoperative considerations", | ||
"description": "If applicable, briefly list the most common preoperative considerations for this case.", | "description": "If applicable, briefly list the most common preoperative considerations for this case.\nUseful symbols: ±↑↓≤≥", | ||
"example": "Full stomach precautions", | "example": "Full stomach precautions", | ||
"type": "content", | "type": "content", | ||
Line 89: | Line 119: | ||
"considerations_intraoperative": { | "considerations_intraoperative": { | ||
"label": "Intraoperative considerations", | "label": "Intraoperative considerations", | ||
"description": "If applicable, briefly the most common intraoperative considerations for this case.", | "description": "If applicable, briefly the most common intraoperative considerations for this case.\nUseful symbols: ±↑↓≤≥", | ||
"example": "Rapid sequence induction", | "example": "Rapid sequence induction", | ||
"type": "content", | "type": "content", | ||
Line 96: | Line 126: | ||
"considerations_postoperative": { | "considerations_postoperative": { | ||
"label": "Postoperative considerations", | "label": "Postoperative considerations", | ||
"description": "If applicable, briefly list the most common postoperative considerations for this case.", | "description": "If applicable, briefly list the most common postoperative considerations for this case.\nUseful symbols: ±↑↓≤≥", | ||
"example": "PONV", | "example": "PONV", | ||
"type": "content", | "type": "content", | ||
Line 110: | Line 140: | ||
"considerations_intraoperative", | "considerations_intraoperative", | ||
"considerations_postoperative", | "considerations_postoperative", | ||
" | "image_file", | ||
" | "image_caption", | ||
"title" | |||
], | ], | ||
"format": "block" | "format": "block" |
Latest revision as of 12:00, 5 April 2022
Anesthesia type |
{{{anesthesia_type}}} |
---|---|
Airway |
{{{airway}}} |
Lines and access |
{{{lines_access}}} |
Monitors |
{{{monitors}}} |
Primary anesthetic considerations | |
Preoperative |
{{{considerations_preoperative}}} |
Intraoperative |
{{{considerations_intraoperative}}} |
Postoperative |
{{{considerations_postoperative}}} |
Article quality | |
Editor rating | |
User likes |
This Infobox will display the most pertinent information about a surgical case at the top of the article. When appropriate, please use the standardized options listed in the field description (click the (i) icon above each field to show a list which can be copy-pasted). If using an abbreviation, please link to a page that defines it (e.g. use [[ETT]] not ETT). To display items on separate lines, add <br/> between them. To use bullet points add * before each item.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Anesthesia type | anesthesia_type | List the most common anesthetic technique(s) used for this case. Standardized options: General, MAC, Regional, Neuraxial, Local. Useful symbols: ±↑↓≤≥
| Content | required |
Airway | airway | List the most common airway management technique(s) used for this case. Standardized options: ETT, LMA, Noninvasive O2. Useful symbols: ±↑↓≤≥
| Content | required |
Lines and access | lines_access | List the most commonly used lines and access for this case. Standardized options: PIV, Large bore IV, Arterial line, Central line, Introducer, PA catheter. Useful symbols: ±↑↓≤≥
| Content | required |
Monitors | monitors | List the most commonly used monitors for this case. Standardized options: Standard, 5-lead ECG, Temperature, ABP, CVP, EEG. Useful symbols: ±↑↓≤≥
| Content | required |
Preoperative considerations | considerations_preoperative | If applicable, briefly list the most common preoperative considerations for this case. Useful symbols: ±↑↓≤≥
| Content | suggested |
Intraoperative considerations | considerations_intraoperative | If applicable, briefly the most common intraoperative considerations for this case. Useful symbols: ±↑↓≤≥
| Content | suggested |
Postoperative considerations | considerations_postoperative | If applicable, briefly list the most common postoperative considerations for this case. Useful symbols: ±↑↓≤≥
| Content | suggested |
Article image | image_file | An image relevant to this case. To add an image, you must first upload the file to the site (using the settings menu in the upper right and clicking "Upload file"). Then, copy and paste the file name of the uploaded file into this box.
| File | optional |
Article image caption | image_caption | A caption for the article image | Content | optional |
Title (don't use) | title | The title for the infobox. Only used in rare circumstances. If not specified, will default to the article title. | Content | optional |