Format for new XML pages: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
(1st entry of data, copied from "civ4.wikidot.com".)
 
mNo edit summary
Line 1: Line 1:
{|align="right"
|[[Civ4 XML Reference|Back to XML Reference]]
|}
Just copy & paste the below into any new XML reference page to use as a starting point.
Just copy & paste the below into any new XML reference page to use as a starting point.



Revision as of 22:49, 10 May 2009

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