I'm trying to make a template that should be very simple but I just cant figure it out
Basically just the template, lets call it "Temp" for this just for brevity.
I want {{Temp|A}} to equal 1, {{Temp|B}} to equal 2, and {[Temp|C}} to equal 3, while anything else equals "Error".
This feels very simple but I am not great at templates.