Format for new XML pages

From Civilization Modding Wiki
Revision as of 22:46, 10 May 2009 by Draco (talk | contribs) (1st entry of data, copied from "civ4.wikidot.com".)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

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