Difference between revisions of "Template:RenamedSyscall"
From WikiPrizm
Jump to navigationJump to searchm |
m |
||
Line 1: | Line 1: | ||
− | <noinclude>Use this template for syscalls that have been renamed in libfxcg. It will include it in [[:Category:Renamed | + | <noinclude>Use this template for syscalls that have been renamed in libfxcg. It will include it in [[:Category:Renamed Syscalls]]. Just pass in the old name: |
<nowiki>#redirect [[Serial_Read]] | <nowiki>#redirect [[Serial_Read]] | ||
{{RenamedSyscall | {{RenamedSyscall |
Latest revision as of 13:28, 18 May 2012
Use this template for syscalls that have been renamed in libfxcg. It will include it in Category:Renamed Syscalls. Just pass in the old name:
#redirect [[Serial_Read]] {{RenamedSyscall | name = Serial_ReadNBytes }}
The explicit redirect is necessary due to technical limitations with redirects and templating, unfortunately.