Difference between revisions of "Template:Person"

From BITPlan royal-family Wiki
Jump to navigation Jump to search
(created by WikiTask 2017-10-03T19:13:15Z)
 
m (created by WikiTask 2017-10-03T19:42:54Z)
Line 26: Line 26:
 
|yearDied=
 
|yearDied=
 
|monthDied=
 
|monthDied=
 +
|picture=
 +
|noInLine=
 +
|wikiPedia=
 
|storemode=subobject
 
|storemode=subobject
 
}}
 
}}
Line 42: Line 45:
 
|yearDied=
 
|yearDied=
 
|monthDied=
 
|monthDied=
 +
|picture=
 +
|noInLine=
 +
|wikiPedia=
 
|storemode=property
 
|storemode=property
 
}}
 
}}
Line 58: Line 64:
 
|yearDied=
 
|yearDied=
 
|monthDied=
 
|monthDied=
 +
|picture=
 +
|noInLine=
 +
|wikiPedia=
 
|storemode=none
 
|storemode=none
 
}}
 
}}
Line 75: Line 84:
 
|yearDied=
 
|yearDied=
 
|monthDied=
 
|monthDied=
 +
|picture=
 +
|noInLine=
 +
|wikiPedia=
 
|viewmode=tableheader
 
|viewmode=tableheader
 
}}
 
}}
Line 91: Line 103:
 
|yearDied=
 
|yearDied=
 
|monthDied=
 
|monthDied=
 +
|picture=
 +
|noInLine=
 +
|wikiPedia=
 
|viewmode=tablerow
 
|viewmode=tablerow
 
}}
 
}}
Line 107: Line 122:
 
|yearDied=
 
|yearDied=
 
|monthDied=
 
|monthDied=
 +
|picture=
 +
|noInLine=
 +
|wikiPedia=
 
|viewmode=tablefooter
 
|viewmode=tablefooter
 
}}
 
}}
Line 123: Line 141:
 
|yearDied=
 
|yearDied=
 
|monthDied=
 
|monthDied=
 +
|picture=
 +
|noInLine=
 +
|wikiPedia=
 
|viewmode=labelfield
 
|viewmode=labelfield
 
}}
 
}}
Line 140: Line 161:
 
{{#if:{{{?yearDied|}}}|"{{{?yearDied}}}" is yearDied of it <br>|}}
 
{{#if:{{{?yearDied|}}}|"{{{?yearDied}}}" is yearDied of it <br>|}}
 
{{#if:{{{?monthDied|}}}|"{{{?monthDied}}}" is monthDied of it <br>|}}
 
{{#if:{{{?monthDied|}}}|"{{{?monthDied}}}" is monthDied of it <br>|}}
 +
{{#if:{{{?picture|}}}|"{{{?picture}}}" is picture of it <br>|}}
 +
{{#if:{{{?noInLine|}}}|"{{{?noInLine}}}" is noInLine of it <br>|}}
 +
{{#if:{{{?wikiPedia|}}}|"{{{?wikiPedia}}}" is wikiPedia of it <br>|}}
 
|#default={{#switch:{{{storemode|}}}
 
|#default={{#switch:{{{storemode|}}}
 
|none=
 
|none=
Line 154: Line 178:
 
|Person yearDied={{{yearDied|}}}
 
|Person yearDied={{{yearDied|}}}
 
|Person monthDied={{{monthDied|}}}
 
|Person monthDied={{{monthDied|}}}
 +
|Person picture={{{picture|}}}
 +
|Person noInLine={{{noInLine|}}}
 +
|Person wikiPedia={{{wikiPedia|}}}
 
}}
 
}}
 
|#default={{#set:
 
|#default={{#set:
Line 167: Line 194:
 
|Person yearDied={{{yearDied|}}}
 
|Person yearDied={{{yearDied|}}}
 
|Person monthDied={{{monthDied|}}}
 
|Person monthDied={{{monthDied|}}}
 +
|Person picture={{{picture|}}}
 +
|Person noInLine={{{noInLine|}}}
 +
|Person wikiPedia={{{wikiPedia|}}}
 
}}
 
}}
 
}}
 
}}
Line 172: Line 202:
 
|masterdetail=
 
|masterdetail=
 
|tableheader={{{!}} class='wikitable'
 
|tableheader={{{!}} class='wikitable'
!name!!nobleTitle!!born!!yearBorn!!monthBorn!!birthPlace!!died!!diedAt!!yearDied!!monthDied
+
!name!!nobleTitle!!born!!yearBorn!!monthBorn!!birthPlace!!died!!diedAt!!yearDied!!monthDied!!picture!!noInLine!!wikiPedia
 
{{!}}-
 
{{!}}-
 
|tablerow=
 
|tablerow=
{{!}}{{{name|}}}{{!}}{{!}}{{{nobleTitle|}}}{{!}}{{!}}{{{born|}}}{{!}}{{!}}{{{yearBorn|}}}{{!}}{{!}}{{{monthBorn|}}}{{!}}{{!}}{{{birthPlace|}}}{{!}}{{!}}{{{died|}}}{{!}}{{!}}{{{diedAt|}}}{{!}}{{!}}{{{yearDied|}}}{{!}}{{!}}{{{monthDied|}}}
+
{{!}}{{{name|}}}{{!}}{{!}}{{{nobleTitle|}}}{{!}}{{!}}{{{born|}}}{{!}}{{!}}{{{yearBorn|}}}{{!}}{{!}}{{{monthBorn|}}}{{!}}{{!}}{{{birthPlace|}}}{{!}}{{!}}{{{died|}}}{{!}}{{!}}{{{diedAt|}}}{{!}}{{!}}{{{yearDied|}}}{{!}}{{!}}{{{monthDied|}}}{{!}}{{!}}{{{picture|}}}{{!}}{{!}}{{{noInLine|}}}{{!}}{{!}}{{{wikiPedia|}}}
 
{{!}}-
 
{{!}}-
 
|tablefooter={{!}}}
 
|tablefooter={{!}}}
 
|labelfield=
 
|labelfield=
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>nobleTitle={{#if:{{{nobleTitle|}}}|{{{nobleTitle|}}}|}}<br>born={{#if:{{{born|}}}|{{{born|}}}|}}<br>yearBorn={{#if:{{{yearBorn|}}}|{{{yearBorn|}}}|}}<br>monthBorn={{#if:{{{monthBorn|}}}|{{{monthBorn|}}}|}}<br>birthPlace={{#if:{{{birthPlace|}}}|{{{birthPlace|}}}|}}<br>died={{#if:{{{died|}}}|{{{died|}}}|}}<br>diedAt={{#if:{{{diedAt|}}}|{{{diedAt|}}}|}}<br>yearDied={{#if:{{{yearDied|}}}|{{{yearDied|}}}|}}<br>monthDied={{#if:{{{monthDied|}}}|{{{monthDied|}}}|}}<br>|#default={{{!}} class='wikitable'
+
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>nobleTitle={{#if:{{{nobleTitle|}}}|{{{nobleTitle|}}}|}}<br>born={{#if:{{{born|}}}|{{{born|}}}|}}<br>yearBorn={{#if:{{{yearBorn|}}}|{{{yearBorn|}}}|}}<br>monthBorn={{#if:{{{monthBorn|}}}|{{{monthBorn|}}}|}}<br>birthPlace={{#if:{{{birthPlace|}}}|{{{birthPlace|}}}|}}<br>died={{#if:{{{died|}}}|{{{died|}}}|}}<br>diedAt={{#if:{{{diedAt|}}}|{{{diedAt|}}}|}}<br>yearDied={{#if:{{{yearDied|}}}|{{{yearDied|}}}|}}<br>monthDied={{#if:{{{monthDied|}}}|{{{monthDied|}}}|}}<br>picture={{#if:{{{picture|}}}|{{{picture|}}}|}}<br>noInLine={{#if:{{{noInLine|}}}|{{{noInLine|}}}|}}<br>wikiPedia={{#if:{{{wikiPedia|}}}|{{{wikiPedia|}}}|}}<br>|#default={{{!}} class='wikitable'
 
! colspan='2' {{!}}Person
 
! colspan='2' {{!}}Person
 
{{!}}-
 
{{!}}-
Line 215: Line 245:
 
!monthDied
 
!monthDied
 
{{!}}&nbsp;{{#if:{{{monthDied|}}}|{{{monthDied|}}}|}}
 
{{!}}&nbsp;{{#if:{{{monthDied|}}}|{{{monthDied|}}}|}}
 +
{{!}}-
 +
!picture
 +
{{!}}&nbsp;{{#if:{{{picture|}}}|{{{picture|}}}|}}
 +
{{!}}-
 +
!noInLine
 +
{{!}}&nbsp;{{#if:{{{noInLine|}}}|{{{noInLine|}}}|}}
 +
{{!}}-
 +
!wikiPedia
 +
{{!}}&nbsp;{{#if:{{{wikiPedia|}}}|{{{wikiPedia|}}}|}}
 
{{!}}-
 
{{!}}-
 
{{!}}}
 
{{!}}}
Line 236: Line 275:
 
{{#if:{{{?yearDied|}}}|"{{{?yearDied}}}" is yearDied of it <br>|}}
 
{{#if:{{{?yearDied|}}}|"{{{?yearDied}}}" is yearDied of it <br>|}}
 
{{#if:{{{?monthDied|}}}|"{{{?monthDied}}}" is monthDied of it <br>|}}
 
{{#if:{{{?monthDied|}}}|"{{{?monthDied}}}" is monthDied of it <br>|}}
 +
{{#if:{{{?picture|}}}|"{{{?picture}}}" is picture of it <br>|}}
 +
{{#if:{{{?noInLine|}}}|"{{{?noInLine}}}" is noInLine of it <br>|}}
 +
{{#if:{{{?wikiPedia|}}}|"{{{?wikiPedia}}}" is wikiPedia of it <br>|}}
 
|#default={{#switch:{{{storemode|}}}
 
|#default={{#switch:{{{storemode|}}}
 
|none=
 
|none=
Line 250: Line 292:
 
|Person yearDied={{{yearDied|}}}
 
|Person yearDied={{{yearDied|}}}
 
|Person monthDied={{{monthDied|}}}
 
|Person monthDied={{{monthDied|}}}
 +
|Person picture={{{picture|}}}
 +
|Person noInLine={{{noInLine|}}}
 +
|Person wikiPedia={{{wikiPedia|}}}
 
}}
 
}}
 
|#default={{#set:
 
|#default={{#set:
Line 263: Line 308:
 
|Person yearDied={{{yearDied|}}}
 
|Person yearDied={{{yearDied|}}}
 
|Person monthDied={{{monthDied|}}}
 
|Person monthDied={{{monthDied|}}}
 +
|Person picture={{{picture|}}}
 +
|Person noInLine={{{noInLine|}}}
 +
|Person wikiPedia={{{wikiPedia|}}}
 
}}
 
}}
 
}}
 
}}
Line 268: Line 316:
 
|masterdetail=
 
|masterdetail=
 
|tableheader={{{!}} class='wikitable'
 
|tableheader={{{!}} class='wikitable'
!name!!nobleTitle!!born!!yearBorn!!monthBorn!!birthPlace!!died!!diedAt!!yearDied!!monthDied
+
!name!!nobleTitle!!born!!yearBorn!!monthBorn!!birthPlace!!died!!diedAt!!yearDied!!monthDied!!picture!!noInLine!!wikiPedia
 
{{!}}-
 
{{!}}-
 
|tablerow=
 
|tablerow=
{{!}}{{{name|}}}{{!}}{{!}}{{{nobleTitle|}}}{{!}}{{!}}{{{born|}}}{{!}}{{!}}{{{yearBorn|}}}{{!}}{{!}}{{{monthBorn|}}}{{!}}{{!}}{{{birthPlace|}}}{{!}}{{!}}{{{died|}}}{{!}}{{!}}{{{diedAt|}}}{{!}}{{!}}{{{yearDied|}}}{{!}}{{!}}{{{monthDied|}}}
+
{{!}}{{{name|}}}{{!}}{{!}}{{{nobleTitle|}}}{{!}}{{!}}{{{born|}}}{{!}}{{!}}{{{yearBorn|}}}{{!}}{{!}}{{{monthBorn|}}}{{!}}{{!}}{{{birthPlace|}}}{{!}}{{!}}{{{died|}}}{{!}}{{!}}{{{diedAt|}}}{{!}}{{!}}{{{yearDied|}}}{{!}}{{!}}{{{monthDied|}}}{{!}}{{!}}{{{picture|}}}{{!}}{{!}}{{{noInLine|}}}{{!}}{{!}}{{{wikiPedia|}}}
 
{{!}}-
 
{{!}}-
 
|tablefooter={{!}}}
 
|tablefooter={{!}}}
 
|labelfield=
 
|labelfield=
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>nobleTitle={{#if:{{{nobleTitle|}}}|{{{nobleTitle|}}}|}}<br>born={{#if:{{{born|}}}|{{{born|}}}|}}<br>yearBorn={{#if:{{{yearBorn|}}}|{{{yearBorn|}}}|}}<br>monthBorn={{#if:{{{monthBorn|}}}|{{{monthBorn|}}}|}}<br>birthPlace={{#if:{{{birthPlace|}}}|{{{birthPlace|}}}|}}<br>died={{#if:{{{died|}}}|{{{died|}}}|}}<br>diedAt={{#if:{{{diedAt|}}}|{{{diedAt|}}}|}}<br>yearDied={{#if:{{{yearDied|}}}|{{{yearDied|}}}|}}<br>monthDied={{#if:{{{monthDied|}}}|{{{monthDied|}}}|}}<br>|#default={{{!}} class='wikitable'
+
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>nobleTitle={{#if:{{{nobleTitle|}}}|{{{nobleTitle|}}}|}}<br>born={{#if:{{{born|}}}|{{{born|}}}|}}<br>yearBorn={{#if:{{{yearBorn|}}}|{{{yearBorn|}}}|}}<br>monthBorn={{#if:{{{monthBorn|}}}|{{{monthBorn|}}}|}}<br>birthPlace={{#if:{{{birthPlace|}}}|{{{birthPlace|}}}|}}<br>died={{#if:{{{died|}}}|{{{died|}}}|}}<br>diedAt={{#if:{{{diedAt|}}}|{{{diedAt|}}}|}}<br>yearDied={{#if:{{{yearDied|}}}|{{{yearDied|}}}|}}<br>monthDied={{#if:{{{monthDied|}}}|{{{monthDied|}}}|}}<br>picture={{#if:{{{picture|}}}|{{{picture|}}}|}}<br>noInLine={{#if:{{{noInLine|}}}|{{{noInLine|}}}|}}<br>wikiPedia={{#if:{{{wikiPedia|}}}|{{{wikiPedia|}}}|}}<br>|#default={{{!}} class='wikitable'
 
! colspan='2' {{!}}Person
 
! colspan='2' {{!}}Person
 
{{!}}-
 
{{!}}-
Line 311: Line 359:
 
!monthDied
 
!monthDied
 
{{!}}&nbsp;{{#if:{{{monthDied|}}}|{{{monthDied|}}}|}}
 
{{!}}&nbsp;{{#if:{{{monthDied|}}}|{{{monthDied|}}}|}}
 +
{{!}}-
 +
!picture
 +
{{!}}&nbsp;{{#if:{{{picture|}}}|{{{picture|}}}|}}
 +
{{!}}-
 +
!noInLine
 +
{{!}}&nbsp;{{#if:{{{noInLine|}}}|{{{noInLine|}}}|}}
 +
{{!}}-
 +
!wikiPedia
 +
{{!}}&nbsp;{{#if:{{{wikiPedia|}}}|{{{wikiPedia|}}}|}}
 
{{!}}-
 
{{!}}-
 
{{!}}}
 
{{!}}}

Revision as of 21:42, 3 October 2017

This is the template Person. It belongs to the concept/topic Concept:Person
You may find examples for the use of this template via the List of Persons.

Usage

storemode subobject

{{Person
|name=
|nobleTitle=
|born=
|yearBorn=
|monthBorn=
|birthPlace=
|died=
|diedAt=
|yearDied=
|monthDied=
|picture=
|noInLine=
|wikiPedia=
|storemode=subobject
}}

storemode property

{{Person
|name=
|nobleTitle=
|born=
|yearBorn=
|monthBorn=
|birthPlace=
|died=
|diedAt=
|yearDied=
|monthDied=
|picture=
|noInLine=
|wikiPedia=
|storemode=property
}}

storemode none

{{Person
|name=
|nobleTitle=
|born=
|yearBorn=
|monthBorn=
|birthPlace=
|died=
|diedAt=
|yearDied=
|monthDied=
|picture=
|noInLine=
|wikiPedia=
|storemode=none
}}


viewmode tableheader

{{Person
|name=
|nobleTitle=
|born=
|yearBorn=
|monthBorn=
|birthPlace=
|died=
|diedAt=
|yearDied=
|monthDied=
|picture=
|noInLine=
|wikiPedia=
|viewmode=tableheader
}}

viewmode tablerow

{{Person
|name=
|nobleTitle=
|born=
|yearBorn=
|monthBorn=
|birthPlace=
|died=
|diedAt=
|yearDied=
|monthDied=
|picture=
|noInLine=
|wikiPedia=
|viewmode=tablerow
}}

viewmode tablefooter

{{Person
|name=
|nobleTitle=
|born=
|yearBorn=
|monthBorn=
|birthPlace=
|died=
|diedAt=
|yearDied=
|monthDied=
|picture=
|noInLine=
|wikiPedia=
|viewmode=tablefooter
}}

viewmode labelfield

{{Person
|name=
|nobleTitle=
|born=
|yearBorn=
|monthBorn=
|birthPlace=
|died=
|diedAt=
|yearDied=
|monthDied=
|picture=
|noInLine=
|wikiPedia=
|viewmode=labelfield
}}

Source (pretty printed)

{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Person<br>|}}
{{#if:{{{?name|}}}|"{{{?name}}}" is name of it <br>|}}
{{#if:{{{?nobleTitle|}}}|"{{{?nobleTitle}}}" is nobleTitle of it <br>|}}
{{#if:{{{?born|}}}|"{{{?born}}}" is born of it <br>|}}
{{#if:{{{?yearBorn|}}}|"{{{?yearBorn}}}" is yearBorn of it <br>|}}
{{#if:{{{?monthBorn|}}}|"{{{?monthBorn}}}" is monthBorn of it <br>|}}
{{#if:{{{?birthPlace|}}}|"{{{?birthPlace}}}" is birthPlace of it <br>|}}
{{#if:{{{?died|}}}|"{{{?died}}}" is died of it <br>|}}
{{#if:{{{?diedAt|}}}|"{{{?diedAt}}}" is diedAt of it <br>|}}
{{#if:{{{?yearDied|}}}|"{{{?yearDied}}}" is yearDied of it <br>|}}
{{#if:{{{?monthDied|}}}|"{{{?monthDied}}}" is monthDied of it <br>|}}
{{#if:{{{?picture|}}}|"{{{?picture}}}" is picture of it <br>|}}
{{#if:{{{?noInLine|}}}|"{{{?noInLine}}}" is noInLine of it <br>|}}
{{#if:{{{?wikiPedia|}}}|"{{{?wikiPedia}}}" is wikiPedia of it <br>|}}
|#default={{#switch:{{{storemode|}}}
|none=
|subobject={{#subobject:-
|isA=Person
|Person name={{{name|}}}
|Person nobleTitle={{{nobleTitle|}}}
|Person born={{{born|}}}
|Person yearBorn={{{yearBorn|}}}
|Person monthBorn={{{monthBorn|}}}
|Person birthPlace={{{birthPlace|}}}
|Person died={{{died|}}}
|Person diedAt={{{diedAt|}}}
|Person yearDied={{{yearDied|}}}
|Person monthDied={{{monthDied|}}}
|Person picture={{{picture|}}}
|Person noInLine={{{noInLine|}}}
|Person wikiPedia={{{wikiPedia|}}}
}}
|#default={{#set:
|isA=Person
|Person name={{{name|}}}
|Person nobleTitle={{{nobleTitle|}}}
|Person born={{{born|}}}
|Person yearBorn={{{yearBorn|}}}
|Person monthBorn={{{monthBorn|}}}
|Person birthPlace={{{birthPlace|}}}
|Person died={{{died|}}}
|Person diedAt={{{diedAt|}}}
|Person yearDied={{{yearDied|}}}
|Person monthDied={{{monthDied|}}}
|Person picture={{{picture|}}}
|Person noInLine={{{noInLine|}}}
|Person wikiPedia={{{wikiPedia|}}}
}}
}}
{{#switch: {{{viewmode|}}}
|masterdetail=
|tableheader={{{!}} class='wikitable'
!name!!nobleTitle!!born!!yearBorn!!monthBorn!!birthPlace!!died!!diedAt!!yearDied!!monthDied!!picture!!noInLine!!wikiPedia
{{!}}-
|tablerow=
{{!}}{{{name|}}}{{!}}{{!}}{{{nobleTitle|}}}{{!}}{{!}}{{{born|}}}{{!}}{{!}}{{{yearBorn|}}}{{!}}{{!}}{{{monthBorn|}}}{{!}}{{!}}{{{birthPlace|}}}{{!}}{{!}}{{{died|}}}{{!}}{{!}}{{{diedAt|}}}{{!}}{{!}}{{{yearDied|}}}{{!}}{{!}}{{{monthDied|}}}{{!}}{{!}}{{{picture|}}}{{!}}{{!}}{{{noInLine|}}}{{!}}{{!}}{{{wikiPedia|}}}
{{!}}-
|tablefooter={{!}}}
|labelfield=
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>nobleTitle={{#if:{{{nobleTitle|}}}|{{{nobleTitle|}}}|}}<br>born={{#if:{{{born|}}}|{{{born|}}}|}}<br>yearBorn={{#if:{{{yearBorn|}}}|{{{yearBorn|}}}|}}<br>monthBorn={{#if:{{{monthBorn|}}}|{{{monthBorn|}}}|}}<br>birthPlace={{#if:{{{birthPlace|}}}|{{{birthPlace|}}}|}}<br>died={{#if:{{{died|}}}|{{{died|}}}|}}<br>diedAt={{#if:{{{diedAt|}}}|{{{diedAt|}}}|}}<br>yearDied={{#if:{{{yearDied|}}}|{{{yearDied|}}}|}}<br>monthDied={{#if:{{{monthDied|}}}|{{{monthDied|}}}|}}<br>picture={{#if:{{{picture|}}}|{{{picture|}}}|}}<br>noInLine={{#if:{{{noInLine|}}}|{{{noInLine|}}}|}}<br>wikiPedia={{#if:{{{wikiPedia|}}}|{{{wikiPedia|}}}|}}<br>|#default={{{!}} class='wikitable'
! colspan='2' {{!}}Person
{{!}}-
{{#switch:{{{storemode|}}}|property=
! colspan='2' style='text-align:left' {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Person/{{FULLPAGENAME}}|title=edit}}
{{!}}-
}}
!name
{{!}}&nbsp;{{#if:{{{name|}}}|{{{name|}}}|}}
{{!}}-
!nobleTitle
{{!}}&nbsp;{{#if:{{{nobleTitle|}}}|{{{nobleTitle|}}}|}}
{{!}}-
!born
{{!}}&nbsp;{{#if:{{{born|}}}|{{{born|}}}|}}
{{!}}-
!yearBorn
{{!}}&nbsp;{{#if:{{{yearBorn|}}}|{{{yearBorn|}}}|}}
{{!}}-
!monthBorn
{{!}}&nbsp;{{#if:{{{monthBorn|}}}|{{{monthBorn|}}}|}}
{{!}}-
!birthPlace
{{!}}&nbsp;{{#if:{{{birthPlace|}}}|{{{birthPlace|}}}|}}
{{!}}-
!died
{{!}}&nbsp;{{#if:{{{died|}}}|{{{died|}}}|}}
{{!}}-
!diedAt
{{!}}&nbsp;{{#if:{{{diedAt|}}}|{{{diedAt|}}}|}}
{{!}}-
!yearDied
{{!}}&nbsp;{{#if:{{{yearDied|}}}|{{{yearDied|}}}|}}
{{!}}-
!monthDied
{{!}}&nbsp;{{#if:{{{monthDied|}}}|{{{monthDied|}}}|}}
{{!}}-
!picture
{{!}}&nbsp;{{#if:{{{picture|}}}|{{{picture|}}}|}}
{{!}}-
!noInLine
{{!}}&nbsp;{{#if:{{{noInLine|}}}|{{{noInLine|}}}|}}
{{!}}-
!wikiPedia
{{!}}&nbsp;{{#if:{{{wikiPedia|}}}|{{{wikiPedia|}}}|}}
{{!}}-
{{!}}}
}}
}}

Source

Click on "Edit" to edit the noinclude-part Source of this Template.