The Wiki for Tale 6 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.
If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.
Difference between revisions of "Template:Acro"
From ATITD6
Jump to navigationJump to searchm (Import from T4 wiki) |
|||
Line 1: | Line 1: | ||
− | {| style="margin:2px; background-color:#E5D7AD; border: 2px solid #72502E;" | + | Taught: {{{taught|0}}} facet{{#ifeq: {{{taught|0}}}|1||s}}, Learned: {{#ifeq: {{{AI}}} | 7 | [[learnt::AI]] | }} {{#ifeq: {{{BJ}}} | 7 | [[learnt::BJ]] | }} {{#ifeq: {{{CW}}} | 7 | [[learnt::CW]] | }} {{#ifeq: {{{CS}}} | 7 | [[learnt::CS]] | }} {{#ifeq: {{{CPU}}} | 7 | [[learnt::CPU]] | }} {{#ifeq: {{{CR}}} | 7 | [[learnt::CR]] | }} {{#ifeq: {{{FT}}} | 7 | [[learnt::FT]] | }} {{#ifeq: {{{HP}}} | 7 | [[learnt::HP]] | }} {{#ifeq: {{{HS}}} | 7 | [[learnt::HS]] | }} {{#ifeq: {{{IP}}} | 7 | [[learnt::IP]] | }} {{#ifeq: {{{JS}}} | 7 | [[learnt::JS]] | }} {{#ifeq: {{{JJ}}} | 7 | [[learnt::JJ]] | }} {{#ifeq: {{{KU}}} | 7 | [[learnt::KU]] | }} {{#ifeq: {{{LS}}} | 7 | [[learnt::LS]] | }} {{#ifeq: {{{LU}}} | 7 | [[learnt::LU]] | }} {{#ifeq: {{{PW}}} | 7 | [[learnt::PW]] | }} {{#ifeq: {{{PU}}} | 7 | [[learnt::PU]] | }} {{#ifeq: {{{RS}}} | 7 | [[learnt::RS]] | }} {{#ifeq: {{{RO}}} | 7 | [[learnt::RO]] | }} {{#ifeq: {{{RIP}}} | 7 | [[learnt::RIP]] | }} {{#ifeq: {{{SB}}} | 7 | [[learnt::SB]] | }} {{#ifeq: {{{SS}}} | 7 | [[learnt::SS]] | }} {{#ifeq: {{{SF}}} | 7 | [[learnt::SF]] | }} {{#ifeq: {{{ST}}} | 7 | [[learnt::ST]] | }} {{#ifeq: {{{SQ}}} | 7 | [[learnt::SQ]] | }} {{#ifeq: {{{TT}}} | 7 | [[learnt::TT]] | }} {{#ifeq: {{{WS}}} | 7 | [[learnt::WS]] | }} {{#ifeq: {{{WM}}} | 7 | [[learnt::WM]] | }} |
− | + | ||
+ | {| style="margin:2px; background-color:#E5D7AD; border: 2px solid #72502E;" class="collapsible {{#ifeq: {{{state|}}}|autocollapse|collapsed}}" | ||
+ | ! style="text-align:center;" | Facets | ||
|- | |- | ||
| | | | ||
Line 35: | Line 37: | ||
|} | |} | ||
|} | |} | ||
− | + | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
Line 52: | Line 54: | ||
</nowiki></pre> | </nowiki></pre> | ||
Any moves you have not included will default to 0 known facets (7 hollow dots). | Any moves you have not included will default to 0 known facets (7 hollow dots). | ||
+ | |||
+ | If you include state=autocollapse the facets table will start in the collapsed state. | ||
+ | <pre><nowiki> | ||
+ | {{Acro|taught=5|state=autocollapse | ||
+ | |FT=6 | ||
+ | |HP=7 | ||
+ | }} | ||
+ | </nowiki></pre> | ||
[[Category:Template|{{PAGENAME}}]] | [[Category:Template|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Revision as of 22:01, 7 December 2011
Taught: 0 facets, Learned:
Usage
Insert the following code into your page:
{{Acro|taught=0 |AI=0 |BJ=1 |CW=2 |CS=3 |CPU=4 |CR=5 |FT=6 |HP=7 }}
Any moves you have not included will default to 0 known facets (7 hollow dots).
If you include state=autocollapse the facets table will start in the collapsed state.
{{Acro|taught=5|state=autocollapse |FT=6 |HP=7 }}