Template:XML Reference
This template can be used to reference specific XML files and their contents.
| Parameter | Result | Subunit |
|---|---|---|
object
|
ObjectBlueprints.xml
|
object name |
population or pop
|
PopulationTables.xml
|
population name |
encountertable or encounter
|
EncounterTables.xml
|
encountertable name |
body
|
Bodies.xml
|
anatomy name |
conversation or convo
|
Conversations.xml
|
conversation ID |
faction
|
Factions.xml
|
faction name |
quest
|
Quests.xml
|
quest name |
Usage
If you wanted to create a citation for ObjectBlueprints.xml:
{{XML Reference
|object
}}When this template is used, a name for the citation will automatically be assigned, and will be equivalent to the parameter used. In this case, the parameter is object, so the citation can be used again without creating a new one by utilizing <ref name="object"/>
[1]
If you want to reference an XML's subunit, such as a specific encountertable within EncounterTables.xml:
If you wanted to create a citation for ObjectBlueprints.xml:
{{XML Reference
|encountertable
|EncounterTableName
}}