Template:Inlocation: Difference between revisions

From JanWiki
Jump to navigation Jump to search
(more expl)
(retype props)
Line 12: Line 12:
|comment=
|comment=
}}</nowiki></pre>
}}</nowiki></pre>
The invocation of this template creates a Semantic Internal Object [[Property:Location contains|Location contains]] containing properties [[Property:Case]], [[Property:Page]] and [[Property:Slot]] and [[Property:Locationcomment]].
The invocation of this template creates a Semantic Internal Object [[Property:Location contains|Location contains]] containing properties [[Property:In case]], [[Property:On page]] and [[Property:In slot]] and [[Property:Locationcomment]].
</noinclude><includeonly>{{#set_internal:Location contains
</noinclude><includeonly>{{#set_internal:Location contains
|Case={{{case|}}}
|In case={{{case|}}}
|Page={{{page|}}}
|On page={{{page|}}}
|Slot={{{slot|}}}
|In slot={{{slot|}}}
|Locationcomment={{{comment|}}}
|Locationcomment={{{comment|}}}
}}
}}
Case {{{case|}}} page {{{page|}}} slot {{{slot|}}} {{#if: {{{comment|}}}|comment: {{{comment}}}}}
Case {{{case|}}} page {{{page|}}} slot {{{slot|}}} {{#if: {{{comment|}}}|comment: {{{comment}}}}}

Revision as of 18:39, 4 May 2012

This template sets a location in the CD case collection for the page that it's invocated from. It takes 3 mandatory and 1 optional field:

  • case contains the number of the CD case
  • page contains the page within the case
  • slot contains the slot on the page (A or B)
  • comment (optional) may be used if a CD occupies multiple slots; e.g. for a double CD: "CD 1" and "CD 2"

An example invocation:

{{Inlocation
|case=1
|page=1
|slot=A
|comment=
}}

The invocation of this template creates a Semantic Internal Object Location contains containing properties Property:In case, Property:On page and Property:In slot and Property:Locationcomment.