Template:Entity fields begin
From Blood Wiki
(Difference between revisions)
Line 1: | Line 1: | ||
− | + | <includeonly><!-- | |
− | + | -->{| cellspacing=0 cellpadding=5 border=1 style="border-collapse: collapse" | |
− | {| cellspacing=0 cellpadding=5 border=1 style="border-collapse: collapse" | + | |
! width=10% bgcolor=#EEDFDF | Name | ! width=10% bgcolor=#EEDFDF | Name | ||
! width=10% bgcolor=#EEDFDF | Key | ! width=10% bgcolor=#EEDFDF | Key | ||
! width=70% bgcolor=#EEDFDF | Description | ! width=70% bgcolor=#EEDFDF | Description | ||
− | ! width=10% bgcolor=#EEDFDF | Default value | + | ! width=10% bgcolor=#EEDFDF | Default value<!-- |
− | <noinclude> | + | --></includeonly><noinclude> |
+ | To insert entity keys block use the following construction: | ||
+ | |||
+ | <nowiki>{{</nowiki>entity_fields<nowiki>}}</nowiki> | ||
+ | |- | ||
+ | | Entity key #1 | ||
+ | | keyname | ||
+ | | description | ||
+ | |- | ||
+ | | Entity key #2 | ||
+ | | keyname | ||
+ | | description | ||
+ | ... | ||
+ | <nowiki>{{</nowiki>entity_fields_end<nowiki>}}</nowiki> | ||
+ | |||
+ | |||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Revision as of 03:18, 15 July 2012
To insert entity keys block use the following construction:
{{entity_fields}} |- | Entity key #1 | keyname | description |- | Entity key #2 | keyname | description ... {{entity_fields_end}}