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:51]
Brend
ic:start [2018/02/22 18:48] (current)
Brend
Line 6: Line 6:
   * [[ic:#​Factions]] ({{list> ?​x@count[text] | ?x is a: faction; group {} }})   * [[ic:#​Factions]] ({{list> ?​x@count[text] | ?x is a: faction; group {} }})
   * [[ic:#​Locations]] ({{list> ?​x@count[text] | ?x is a: location; 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]]
  
 ===== People ===== ===== People =====
Line 11: Line 13:
 //See also the extensive [[people]] list.// //See also the extensive [[people]] list.//
  
-<table ?p[imagelink::​32::​ic:​default-person.png] ""​ ?p[ref] "​Person"​ ?desc "​Description">​ +<table ?x[imagelink::​32::​ic:​default-person.png] ""​ ?x[ref] "​Person"​ ?desc@unique ​"​Description" ​?tags
-?is a: person +?is a: person 
-?Description[wiki]:​ ?desc+?Description[wiki]:​ ?desc 
 +optional { 
 +  ?x Tags [ref]: ?tags 
 +
 +group { 
 +  ?x 
 +
 +ui { 
 +  Person { 
 +    filter: text 
 +  } 
 +  Description { 
 +    filter: text 
 +  } 
 +  Tags { 
 +    filter: select 
 +  } 
 +}
 </​table>​ </​table>​
  
Line 21: Line 40:
 //See also the extensive [[factions]] list.// //See also the extensive [[factions]] list.//
  
-<table ?f[imagelink::​32::​ic:​default-faction.png::​Faction Emblem] ""​ ?f[ref] "​Faction"​ ?desc "​Description">​ +<table ?x[imagelink::​32::​ic:​default-faction.png::​Faction Emblem] ""​ ?x[ref] "​Faction"​ ?desc@unique ​"​Description" ​?tags
-?is a: faction +?is a: faction 
-?Description[wiki]:​ ?desc+?Description[wiki]:​ ?desc 
 +optional { 
 +  ?x Tags [ref]: ?tags 
 +
 +group { 
 +  ?x 
 +
 +ui { 
 +  Faction{ 
 +    filter: text 
 +  } 
 +  Description { 
 +    filter: text 
 +  } 
 +  Tags { 
 +    filter: select 
 +  } 
 +}
 </​table>​ </​table>​
  
Line 31: Line 67:
 //See also the extensive [[locations]] list.// //See also the extensive [[locations]] list.//
  
-<table ?l[imagelink::​32::​ic:​default-location.png] ""​ ?l[ref] "​Location"​ ?desc "​Description">​ +<table ?x[imagelink::​32::​ic:​default-location.png] ""​ ?x[ref] "​Location"​ ?desc@unique ​"​Description" ​?tags
-?is a: location +?is a: location 
-?Description[wiki]:​ ?desc+?Description[wiki]:​ ?desc 
 +optional { 
 +  ?x Tags [ref]: ?tags 
 +
 +group { 
 +  ?x 
 +
 +ui { 
 +  Location { 
 +    filter: text 
 +  } 
 +  Description { 
 +    filter: text 
 +  } 
 +  Tags { 
 +    filter: select 
 +  } 
 +}
 </​table>​ </​table>​
  
Line 41: Line 94:
 //See also the extensive [[items]] list.// //See also the extensive [[items]] list.//
  
-<table ?i[imagelink::​32::​ic:​default-item.png] ""​ ?i[ref] "​Item"​ ?desc "​Description">​ +<table ?x[imagelink::​32::​ic:​default-item.png] ""​ ?x[ref] "​Item"​ ?desc@unique ​"​Description" ​?tags
-?is a: item +?is a: item 
-?Description[wiki]:​ ?desc+?Description[wiki]:​ ?desc 
 +optional { 
 +  ?x Tags [ref]: ?tags 
 +
 +group { 
 +  ?x 
 +
 +ui { 
 +  Item { 
 +    filter: text 
 +  } 
 +  Description { 
 +    filter: text 
 +  } 
 +  Tags { 
 +    filter: select 
 +  } 
 +}
 </​table>​ </​table>​
  
  
 +===== Miscelaneous =====
 +
 +  * [[Types]]
 +  * [[Tags]]
ic/start.1499359894.txt.gz · Last modified: 2017/07/06 18:51 by Brend