Jump to content

Issue Area:Number Resources: Difference between revisions

From ICANNWiki
Dustin Loup (talk | contribs)
No edit summary
Dustin Loup (talk | contribs)
No edit summary
 
Line 5: Line 5:
{{#cargo_query:
{{#cargo_query:
  tables=Event
  tables=Event
  |fields=_pageName = Event,DATE_FORMAT(Start, "%M %e, %Y")=Start,DATE_FORMAT(End, "%M %e, %Y")=End,City,Country
  |fields=_pageName = Event,DATE_FORMAT(Start, "%M %e, %Y")=Start,DATE_FORMAT(End, "%M %e, %Y")=End,City,Country_or_Territory
  |where=Category HOLDS "Number Resources" AND DATEDIFF(End,NOW()) >= 0
  |where=Category HOLDS "Number Resources" AND DATEDIFF(End,NOW()) >= 0
  |format=dynamic table
  |format=dynamic table

Latest revision as of 00:57, 9 February 2018

Events  Actors  Resources

'Other Issue Areas:  DNS  Cybersecurity

Events +Add Event

{{#cargo_query:

tables=Event
|fields=_pageName = Event,DATE_FORMAT(Start, "%M %e, %Y")=Start,DATE_FORMAT(End, "%M %e, %Y")=End,City,Country_or_Territory
|where=Category HOLDS "Number Resources" AND DATEDIFF(End,NOW()) >= 0
|format=dynamic table

}}

Actors +Add Actor

{{#cargo_query:

tables=Actor
|fields=_pageName = Actor,Actor_Type,Region
|where=Issue_Areas HOLDS "Number Resources"
|format=dynamic table

}}

Resources +Add Resource

{{#cargo_query:

tables=Resources
|fields=_pageName=Resource,Issue
|where=Issue HOLDS "Number Resources"
|format=dynamic table

}}