Difference between revisions of "Template:VersionNotice"
Jump to navigation
Jump to search
(Test for a Version Notice Template.) |
|||
| Line 1: | Line 1: | ||
| − | {| style="color:#000; border:1px solid #A8A8A8; padding:0.8em; margin:0.8em 0; background-color:# | + | <includeonly> |
| + | {| style="color:#000; border:1px solid #A8A8A8; padding:0.8em; margin:0.8em 0; background-color:#FFFBEA; font-size:95%; vertical-align:middle;" | ||
| '''Version Notice''' | | '''Version Notice''' | ||
| − | This function requires ''' | + | This function requires Cheat Engine '''{{#if:{{{version|}}}|{{{version}}}|(version unknown)}}'''. |
| − | {{#if:{{{notes|}}}|<br><span style="color:#444;"><i>{{{notes}}}</i></span>}} | + | {{#if:{{{notes|}}}|<br/><span style="color:#444;"><i>{{{notes}}}</i></span>}} |
|} | |} | ||
| + | </includeonly> | ||
| + | <noinclude> | ||
| + | '''VersionNotice''' | ||
| + | |||
| + | Usage: | ||
| + | <pre> | ||
| + | {{VersionNotice|version=7.4}} | ||
| + | {{VersionNotice|version=7.4|notes=Added after the debug refactor.}} | ||
| + | </pre> | ||
| + | </noinclude> | ||
Revision as of 18:58, 4 December 2025
VersionNotice
Usage:
{{VersionNotice|version=7.4}}
{{VersionNotice|version=7.4|notes=Added after the debug refactor.}}