Template:CodeBegin5: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
(Created page with "<includeonly>{| class="civ5-listing" width="100%" cellspacing="0" cellpadding="0" style="border:1px dashed #2F6FAB" |- |height="6px" class="line"| |height="6px" class="code"| </i...")
 
(No difference)

Latest revision as of 14:01, 19 September 2012

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}}