Difference between revisions of "Template:RenamedSyscall"
From WikiPrizm
Jump to navigationJump to searchm |
|||
Line 1: | Line 1: | ||
− | <noinclude>Use this template for syscalls that have been renamed in libfxcg. Just pass in the old name: | + | <noinclude>Use this template for syscalls that have been renamed in libfxcg. It will include it in [[:Category:Renamed Syscall]]. Just pass in the old name: |
<nowiki>#redirect [[Serial_Read]] | <nowiki>#redirect [[Serial_Read]] | ||
{{RenamedSyscall | {{RenamedSyscall |
Revision as of 13:27, 18 May 2012
Use this template for syscalls that have been renamed in libfxcg. It will include it in Category:Renamed Syscall. 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.