The Meruvian Dream

Modern campaign of three Solars and a Lunar discovering the truth.

User Tools

Site Tools


ic:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ic:start [2017/07/06 18:49]
Brend
ic:start [2018/02/22 18:48] (current)
Brend
Line 1: Line 1:
-======World======+====== World ======
  
 +Descriptions of people, places and organisations of the world.
  
-=====People=====+  * [[ic:#People]] ({{list> ?​x@count[text] | ?x is a: person; group {} }}) 
 +  * [[ic:#​Factions]] ({{list> ?​x@count[text] | ?x is a: faction; group {} }}) 
 +  * [[ic:#​Locations]] ({{list> ?​x@count[text] | ?x is a: location; group {} }}) 
 +  * [[ic:#​Items]] ({{list> ?​x@count[text] | ?x is a: item; group {} }}) 
 +  * [[ic:#​Miscelaneous]]
  
-<table ?​person[imagelink::​32::​ic:​default-person.png] ""​ ?​person[ref] ?​description@unique ?​type@unique ?​subtype@unique ?tag> +===== People =====
-?person is a: person +
-?person Description [wiki]: ?​description+
  
 +//See also the extensive [[people]] list.//
 +
 +<table ?​x[imagelink::​32::​ic:​default-person.png] ""​ ?x[ref] "​Person"​ ?​desc@unique "​Description"​ ?tags>
 +?x is a: person
 +?x Description[wiki]:​ ?desc
 optional { optional {
-  ?person Type [ref]: ?type+  ?x Tags [ref]: ?tags
 } }
-optional ​+group 
-  ?person Subtype [ref]: ?subtype+  ?x
 } }
 +ui {
 +  Person {
 +    filter: text
 +  }
 +  Description {
 +    filter: text
 +  }
 +  Tags {
 +    filter: select
 +  }
 +}
 +</​table>​
 +
 +
 +===== Factions =====
 +
 +//See also the extensive [[factions]] list.//
 +
 +<table ?​x[imagelink::​32::​ic:​default-faction.png::​Faction Emblem] ""​ ?x[ref] "​Faction"​ ?​desc@unique "​Description"​ ?tags>
 +?x is a: faction
 +?x Description[wiki]:​ ?desc
 optional { optional {
-   ?person ​Tags [tag]: ?tag+  ​?Tags [ref]: ?tags
 } }
 group { group {
-  ?person +  ?x
-+
-sort { +
-  ?type +
-  ?subtype +
-  ?person+
 } }
 ui { ui {
-  ​Person ​{+  ​Faction{
     filter: text     filter: text
   }   }
-  ​Tag {+  ​Description { 
 +    filter: text 
 +  } 
 +  Tags {
     filter: select     filter: select
   }   }
-  Type {+
 +</​table>​ 
 + 
 + 
 +===== Locations ===== 
 + 
 +//See also the extensive [[locations]] list.// 
 + 
 +<table ?​x[imagelink::​32::​ic:​default-location.png] ""​ ?x[ref] "​Location"​ ?​desc@unique "​Description"​ ?tags> 
 +?x is a: location 
 +?x Description[wiki]:​ ?desc 
 +optional { 
 +  ?x Tags [ref]: ?tags 
 +
 +group { 
 +  ?x 
 +
 +ui { 
 +  Location { 
 +    filter: text 
 +  } 
 +  Description { 
 +    filter: text 
 +  } 
 +  Tags {
     filter: select     filter: select
   }   }
-  Subtype ​{+
 +</​table>​ 
 + 
 + 
 +===== Items ===== 
 + 
 +//See also the extensive [[items]] list.// 
 + 
 +<table ?​x[imagelink::​32::​ic:​default-item.png] ""​ ?x[ref] "​Item"​ ?​desc@unique "​Description"​ ?tags> 
 +?x is a: item 
 +?x Description[wiki]:​ ?desc 
 +optional { 
 +  ?x Tags [ref]: ?tags 
 +
 +group { 
 +  ?x 
 +
 +ui { 
 +  Item { 
 +    filter: text 
 +  } 
 +  Description { 
 +    filter: text 
 +  } 
 +  Tags {
     filter: select     filter: select
   }   }
 } }
 </​table>​ </​table>​
 +
 +
 +===== Miscelaneous =====
 +
 +  * [[Types]]
 +  * [[Tags]]
ic/start.1499359760.txt.gz · Last modified: 2017/07/06 18:49 by Brend