LotR TCG Wiki → Card Sets:  All 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 → Forums:  TLHH CC

The Lord of the Rings TCG Wiki: Code Snippets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

code_snippets [2014/06/08 03:01] (current)
Line 1: Line 1:
 +=====Code Snippets=====
 +
 +This page exists as a reference for quick code that can be copy-pasted into wiki pages easily.
 +\\
 +----
 +\\
 +
 +Pasted as the first line in an article, makes a nice disambiguation line
 +
 +<div>
 +^  ''%%<div centeralign><wrap help>If you meant the keyword unique to Nazgul, see [[Twilight]]</wrap></div>%%''  ^
 +</div>
 +
 +\\
 +
 +Inserts a card image at about 30% normal zoom that doubles as a link to the card when clicked.
 +<div>
 +^  ''%%[[lotr01001|{{  cards:lotr01001.jpg?200  |The One Ring, Isildur's Bane}}]]%%''  ^
 +</div>
 +
 +\\
 +
 +Inserts a link to a card's wiki page.  Usually the autolinker works, but occasionally it doesn't, and sometimes you want to avoid typing in the whole name regardless.
 +<div>
 +^  ''%%[[:lotr01001|The One Ring, Isildur's Bane]]%%''  ^
 +</div>
 +
 +\\
 +Used as a direct quote from the Comprehensive Rules.  Insert in a section after an explanation of the mechanics is given, to give the article an air of legitimacy.
 +<div>
 +^  ''%%<div info>**From the [[comprehensive_rules_4-0#relevant_section|Comprehensive Rules 4.0]]:**%%''  ^
 +^  ''%%If such-and-such is true, then the game is won. %%''  ^
 +^  ''%%//See also [[comprehensive_rules_4-0#another_relevant_section|Another Relevant Section entry in the Comprehensive Guide]].//</div>%%''  ^
 +</div>
 +
 +\\
 +
 +Redirect (automatically navigates to the redirect_page if the user tries to access it):
 +<div>
 +^  ''<nowiki>~~REDIRECT>redirect_page~~</nowiki>''  ^
 +</div>
 +\\
 +
 +To access pages that have a redirect on them, append the following to the end of the URL:
 +<div>
 +^  ''?redirect=no''  ^
 +</div>
 +\\
 +
 +Copies page_to_reference into the current one:
 +<div>
 +^  ''<nowiki>{{page>:page_to_reference}}</nowiki>''  ^
 +</div>
 +\\
 +
 +Additionally, here are all the table pages that can be referenced:
 +
 +<div>
 +^  ''<nowiki>{{page>:play_area_table}}</nowiki>''  ^  ''<nowiki>{{page>:card_layout_table}}</nowiki>''  ^^
 +^  ''<nowiki>{{page>:card_action_table}}</nowiki>''  ^  ''<nowiki>{{page>:game_setup_table}}</nowiki>''  ^^
 +^  ''<nowiki>{{page>:culture_table}}</nowiki>''  ^  ''<nowiki>{{page>:card_type_table}}</nowiki>''  ^^
 +^  ''<nowiki>{{page>:turn_order_table}}</nowiki>''  ^  ''<nowiki>{{page>:keyword_table}}</nowiki>''  ^^
 +^  ''<nowiki>{{page>:loaded_keyword_table}}</nowiki>''  ^  ''<nowiki>{{page>:unloaded_keyword_table}}</nowiki>''  ^^
 +^  ''<nowiki>{{page>:electronic_platform_table}}</nowiki>''  ^  ''<nowiki>{{page>:set_table}}</nowiki>''  ^^
 +^  ''<nowiki>{{page>:format_table}}</nowiki>''  ^  ''<nowiki>{{page>:action_table}}</nowiki>''  ^^
 +</div>
 +\\
 +
  
code_snippets.txt · Last modified: 2014/06/08 03:01 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported