My Template Guide: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
(Created page with "here is an example of a template that uses positional arguments for writing urls for you, in the case to a ticketing system: [http://sms.scalar.ca:8888/otrs/index.pl?Action=...")
 
No edit summary
Line 1: Line 1:
here is an example of a template that uses positional arguments for writing urls for you, in the case to a ticketing system:
here is an example of a template that uses positional arguments for writing urls for you, in the case to a ticketing system:


<nowiki>
  [http://sms.scalar.ca:8888/otrs/index.pl?Action=AgentTicketZoom&TicketNumber={{{1}}} OTRS:{{{1}}}]
  [http://sms.scalar.ca:8888/otrs/index.pl?Action=AgentTicketZoom&TicketNumber={{{1}}} OTRS:{{{1}}}]
</nowiki>

Revision as of 16:36, 14 May 2012

here is an example of a template that uses positional arguments for writing urls for you, in the case to a ticketing system:

 [http://sms.scalar.ca:8888/otrs/index.pl?Action=AgentTicketZoom&TicketNumber={{{1}}} OTRS:{{{1}}}]