Template:CodeBegin5

From Civilization Modding Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Demonstration

Code Result
{{CodeBegin5}}
{{CodeLine5|1135}}<syntaxhighlight lang="lua">print("hello world!")</syntaxhighlight>
{{CodeBreak5}}
{{CodeLine5|1136}}<syntaxhighlight lang="lua">print("hello world bis!")</syntaxhighlight>
{{CodeEnd5}}
1135
print("hello world!")
1136
print("hello world bis!")

Usage

{{CodeBegin5}}