Format for new XML pages
From Civilization Modding Wiki
| Back to XML Reference |
Just copy & paste the below into any new XML reference page to use as a starting point.
{| align="left"
|[[(name of previous page)|Previous article]]
|}
{|align="right"
|[[Civ4 XML Reference|Back to XML Reference]]
|}<br><br>
<font color=red>This page is missing information.
Do not remove this notice until it is complete.</font>
=Summary=
Write a summary here of what the file is used for.
=Single-Line Tags=
===Text Tags===
{| border="1" cellpadding="2" cellspacing="0"
|-
! style="background:#efefef;" | Tag Name
! style="background:#efefef;" | Description
|-
|enter text || here
|-
|enter text || here
|}
===Boolean===
{| border="1" cellpadding="2" cellspacing="0"
|-
! style="background:#efefef;" | Tag Name
! style="background:#efefef;" | Description
|-
|enter text || here
|-
|enter text || here
|}
===Floating-Point Tags===
{| border="1" cellpadding="2" cellspacing="0"
|-
! style="background:#efefef;" | Tag Name
! style="background:#efefef;" | Description
|-
|enter text || here
|-
|enter text || here
|}
==Multi-Line Tags==
{| border="1" cellpadding="2" cellspacing="0"
|-
! style="background:#efefef;" | Tag Name
! style="background:#efefef;" | Description
|-
|enter text || here
|-
|enter text || here
|}
=Example=
<code example here>
<blah>
<blih>
<bluh>
<close>
{| align="left"
|[[(name of next page)|Next article]]
|}
{|align="right"
|[[Civ4 XML Reference|Back to XML Reference]]
|}