Template:ToolTrainingButton: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
first version, copied button format from ToolActions template. |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> |
<includeonly> |
||
<table class="wikitable" style="margin: 0 auto; width: 100%;"> |
<table class="wikitable" style="margin: 0 auto; width: 100%;"> |
||
<th style="background: AliceBlue;">[ |
<th style="background: AliceBlue;">[https://signupmonkey.ece.ucsb.edu/cgi-bin/users/request-training.cgi?tool_ID={{{toolid}}} Get Trained] |
||
| {{{TrainingURL}}} |
|||
| https://signupmonkey.ece.ucsb.edu/cgi-bin/users/request-training.cgi?tool_ID={{{toolid}}} |
|||
}} Get Trained] |
|||
</th></table> |
</th></table> |
||
</includeonly> |
</includeonly> |
||
Revision as of 03:56, 6 December 2025
This template inserts a button lining to the signupmonkey "Request Training" page.
Copy/paste the following code to include this template in a page. Preferably inserted at the top of the page, right after {{tool2}}.
{{ToolTrainingButton
|toolid = 51 (from SignupMonkey)
}}
Replace the toolid with the number of the tool on SignupMonkey (this is last number in the URL for the tool on SUM).
Version
2025-12-05 (Demis): first version, copied button format from ToolActions template.