Template:Entry page: Difference between revisions
Jump to navigation
Jump to search
[checked revision] | [checked revision] |
Content deleted Content added
No edit summary |
No edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#set: function = {{{function| |
<includeonly>{{#set: function = {{{function|{{PAGENAME}}}}}}} {{#if:{{{content|}}}|{{#set: content = {{{content}}}}}}} {{#if:{{{2|}}}|{{#set: hqr page = {{{2}}}}}}} |
||
{{#if:{{{content|}}}|{{#set: content = {{{content}}}}}}} |
|||
{{#if:{{{hqr page|}}}| {{#set: hqr page = {{{hqr page}}}}}}} |
|||
{{Infobox entry |
{{Infobox entry |
||
| entry type = {{{entry type|}}} |
| entry type = {{{entry type|}}} |
||
| file type = {{{file type|}}} |
| file type = {{{file type|}}} |
||
| index = {{{ |
| index = {{{3}}} |
||
| org size = {{{size|}}} |
| org size = {{{size|}}} |
||
| org comp = {{{compression|}}} |
| org comp = {{{compression|}}} |
||
}} |
|||
{{breadcrumbs|{{{ |
{{breadcrumbs|{{{1}}}|{{{2|}}}|{{#expr: {{{3}}} + 1}}}} |
||
{{entry jump|{{{ |
{{entry jump|{{{2|}}}|{{{3}}}|{{{file type|}}}}} |
||
<p style="clear:left;"></p> |
<p style="clear:left;"></p> |
||
Line 18: | Line 17: | ||
{{providers|{{{providers|}}}}} |
{{providers|{{{providers|}}}}} |
||
⚫ | |||
<!-- {{discussion}} --> |
|||
Unnamed params (all required): |
|||
⚫ | |||
# lba version - version of LBA this entry belongs to (''1'' or ''2''). |
|||
# hqr page - name of the hqr page this entry belongs to (including namespace), e.g. ''LBA1:Ress.hqr''. |
|||
# entry index - zero-based index of the entry inside the hqr file. |
|||
Named params (all optional): |
|||
* '''function''' - function of the entry (for the hqr file enties list). If undefined, page name without namespace will be used. If empty, full page name will be used. |
|||
* '''content''' - short description of the entry content(for the hqr file entries list). If empty, function will be used. |
|||
* '''entry type''' - type of the entry (''Normal'', ''Hidden'', ''Repeated'' or ''Blank''). |
|||
* '''file type''' - type of the extracted file (one of the [[File formats by purpose|known file formats]]). |
|||
* '''size''' - size of the original game entry (in bytes), |
|||
* '''compression''' - original compression style used for this entry (''1'' or ''2''), |
|||
* '''text''' - long description of the entry (can be formatted with wiki markup), |
|||
* '''providers''' - list of information providers. |
|||
</noinclude> |
Latest revision as of 09:45, 9 March 2013
Unnamed params (all required):
- lba version - version of LBA this entry belongs to (1 or 2).
- hqr page - name of the hqr page this entry belongs to (including namespace), e.g. LBA1:Ress.hqr.
- entry index - zero-based index of the entry inside the hqr file.
Named params (all optional):
- function - function of the entry (for the hqr file enties list). If undefined, page name without namespace will be used. If empty, full page name will be used.
- content - short description of the entry content(for the hqr file entries list). If empty, function will be used.
- entry type - type of the entry (Normal, Hidden, Repeated or Blank).
- file type - type of the extracted file (one of the known file formats).
- size - size of the original game entry (in bytes),
- compression - original compression style used for this entry (1 or 2),
- text - long description of the entry (can be formatted with wiki markup),
- providers - list of information providers.