Revision as of 09:28, 13 October 2022 by Margit Link-Rodrigue (talk | contribs)(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff) User topics 2 1 When you edit a page, you can drag an image directly onto the page to upload it to the wiki. true false 2 What does the Wikitext [[:File:myimage.png]] accomplish? It creates a link to the file myimage.png. It embeds the file myimage.png on the wiki page. It creates a link to the file description page for the file myimage.png. 3 Which of the following examples does not show true Wikitext syntax? [[Pancake|Best Pancake]] [https://wikipedia.org|Wikipedia] [[:Category:Cars]] [[Category:Cars]] [https://wikipedia.org] 4 Welchen Effekt hat die Funktion ''__HIDETITLE__'', wenn sie im Seitenquelltext existiert? Der gesamte Titelbereich wird nicht angezeigt. Der Seitentitel wird nicht angezeigt. Der Anzeigetitel wird nicht angezeigt. Der Titelbereich wird ein- und ausklappbar. 5 What effect does the text ''__HIDETITLE__'' in the page source have? It hides the title section of a page. It hides the page title. It hides the display title. It hides the status bar above the page title. 6 Which of the following terms describe types of magic words (check all that apply)? container behavior switch variable wikisource parser function 7 In the source code of a page, you can find the following content: {{Organisation}}. What does it do? It creates the display title Organisation for this page. It transcludes the template Organisation into the page. It creates link to the page Organisation is created. It adds the category Organisation to the page. 8 Templates can only be included in a page during page creation. true false 9 Templates are created in the "Template" namespace. true false 10 Which statements about templates are true? Templates can contain parameters (placeholders). Templates can have their own style sheet. Templates cannot be created in visual editing mode. Templates can contain templates.